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

@ -62,7 +62,7 @@ namespace RhythmHeavenMania.Games.ForkLifter
public void Flick(float beat, int type)
{
Jukebox.PlayOneShot("flick");
Jukebox.PlayOneShotGame("forkLifter/flick");
handAnim.Play("Hand_Flick", 0, 0);
GameObject fo = Instantiate(flickedObject);
fo.GetComponent<Pea>().startBeat = beat;