Added audio to the decorations minigame and switched the rock for the fez

This commit is contained in:
journaliciouz
2025-11-28 15:28:15 +01:00
parent fbf9ee464a
commit 652e3ab814
4 changed files with 232 additions and 11 deletions

View File

@@ -310,7 +310,7 @@ public class AudioManager : ManagedBehaviour, IPausable
// Store the handle for later release
_addressableHandles[uiAudioSource] = handle;
Logging.Debug($"[CinematicsManager] Loaded addressable UI audio clip: {key}");
Logging.Debug($"[AudioManager] Loaded addressable UI audio clip: {key}");
_targetAudioPlayer.audioSource.resource = result;
_targetAudioPlayer.Play(0);