So jetzt aber
This commit is contained in:
@ -83,6 +83,11 @@ public class MusicManager : MonoBehaviourSingleton<MusicManager>
|
||||
_showDown = ShowDown.NotYet;
|
||||
}
|
||||
|
||||
if (!GameManager.Instance.IsStarted)
|
||||
{
|
||||
_showDown = ShowDown.NotYet;
|
||||
}
|
||||
|
||||
if (oldShowDown != _showDown)
|
||||
{
|
||||
switch (_showDown)
|
||||
|
||||
Reference in New Issue
Block a user