(feat): add ending music for score page
This commit is contained in:
parent
1cb3ca33da
commit
5a88e7c987
@ -16,6 +16,7 @@ private void Awake()
|
|||||||
|
|
||||||
public void Initialize(Room _room)
|
public void Initialize(Room _room)
|
||||||
{
|
{
|
||||||
|
AudioManager.Instance.ChangeMusic(MusicTitle.Ending);
|
||||||
gameObject.SetActive(true);
|
gameObject.SetActive(true);
|
||||||
foreach(PlayerSticker p in playerStickers)
|
foreach(PlayerSticker p in playerStickers)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user