day 1 TOTC patch

fix scheduled optic blast not working correctly
let multisound defer playback until conductor timekeeping is active
fix flipper flop end-of-roll calls
update kurokane modified
This commit is contained in:
minenice55
2024-01-13 13:31:05 -05:00
parent 82a5e4a9df
commit 8f33212e0c
6 changed files with 66 additions and 19 deletions

View File

@ -731,6 +731,7 @@ namespace HeavenStudio
if (!paused)
{
Conductor.instance.PlaySetup(beat);
Minigame miniGame = null;
if (currentGameO != null && currentGameO.TryGetComponent<Minigame>(out miniGame))
{