Minigame audio and intros p1

This commit is contained in:
journaliciouz
2025-12-19 01:57:45 +01:00
parent a83834369e
commit 886eb9cbeb
66 changed files with 2601 additions and 480 deletions

View File

@@ -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());