Added better SFX to Wizard's Waltz

This commit is contained in:
Carson Kompon
2022-03-05 01:02:46 -05:00
parent 39e8707e44
commit 61d31f47f6
5 changed files with 23 additions and 0 deletions

View File

@ -43,6 +43,7 @@ namespace RhythmHeavenMania.Games.WizardsWaltz
if (PlayerInput.Pressed(true))
{
animator.Play("Magic", 0, 0);
Jukebox.PlayOneShotGame("wizardsWaltz/wand");
}
}