So jetzt aber

This commit is contained in:
Simon Lübeß
2024-04-09 02:47:54 +02:00
parent ef40531dc3
commit 79f3d731d0
9 changed files with 823 additions and 30 deletions

View File

@ -83,6 +83,11 @@ public class MusicManager : MonoBehaviourSingleton<MusicManager>
_showDown = ShowDown.NotYet;
}
if (!GameManager.Instance.IsStarted)
{
_showDown = ShowDown.NotYet;
}
if (oldShowDown != _showDown)
{
switch (_showDown)