Minigame audio and intros p1
This commit is contained in:
@@ -46,6 +46,8 @@ namespace Minigames.StatueDressup.Controllers
|
||||
// Public properties
|
||||
public Transform StatueParent => statueParent;
|
||||
public RectTransform StatueArea => statueArea;
|
||||
|
||||
public DressupPhotoFeedback dressupFeedback;
|
||||
|
||||
internal override void OnManagedAwake()
|
||||
{
|
||||
@@ -167,6 +169,7 @@ namespace Minigames.StatueDressup.Controllers
|
||||
}
|
||||
|
||||
Logging.Debug("[StatueDecorationController] Taking photo of statue");
|
||||
dressupFeedback.PhotoTaken();
|
||||
|
||||
// CapturePhotoCoroutine handles all UI hiding/showing
|
||||
StartCoroutine(CapturePhotoCoroutine());
|
||||
|
||||
Reference in New Issue
Block a user