diff --git a/Assets/Scripts/ScoringPage.cs b/Assets/Scripts/ScoringPage.cs index 30917b2..ca1a5af 100644 --- a/Assets/Scripts/ScoringPage.cs +++ b/Assets/Scripts/ScoringPage.cs @@ -16,6 +16,7 @@ private void Awake() public void Initialize(Room _room) { + AudioManager.Instance.ChangeMusic(MusicTitle.Ending); gameObject.SetActive(true); foreach(PlayerSticker p in playerStickers) {