Rally: Ball tweaks

This commit is contained in:
Jenny Crowe
2022-03-05 10:41:54 -07:00
parent 589db0f4e2
commit 2480feef5e
3 changed files with 11 additions and 3 deletions

View File

@ -93,6 +93,8 @@ namespace RhythmHeavenMania.Games.RhythmRally
whistleBeat = game.targetBeat + 0.5f;
}
game.ball.SetActive(false);
MultiSound.Play(new MultiSound.Sound[] { new MultiSound.Sound("rhythmRally/Whistle", whistleBeat) });
}