Music sorting

This commit is contained in:
Starpelly
2021-12-23 17:39:03 -05:00
parent 1a7b1b7e07
commit 88d23ef8cc
52 changed files with 1169 additions and 29 deletions

View File

@ -49,7 +49,7 @@ namespace RhythmHeavenMania.Games.ForkLifter
public void Prepare()
{
Jukebox.PlayOneShot("flickPrepare");
Jukebox.PlayOneShotGame("forkLifter/flickPrepare");
GetComponent<Animator>().Play("Hand_Prepare");
}
}