Stars background + Camera zooming *UNFINISHED*

This commit is contained in:
Starpelly
2021-12-25 20:04:23 -05:00
parent 6729eec8dc
commit 417986c08c
17 changed files with 5239 additions and 31 deletions

View File

@ -51,7 +51,8 @@ namespace RhythmHeavenMania.Util
public static void PlayOneShotGame(string name)
{
PlayOneShot($"games/{name}");
if (GameManager.instance.currentGame == name.Split('/')[0])
PlayOneShot($"games/{name}");
}
}