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

@ -29,7 +29,7 @@ namespace RhythmHeavenMania.Games.ForkLifter
private void Start()
{
anim = GetComponent<Animator>();
Jukebox.PlayOneShot("zoom");
Jukebox.PlayOneShotGame("forkLifter/zoom");
GetComponentInChildren<SpriteRenderer>().sprite = ForkLifter.instance.peaSprites[type];
e = new ForkLifterPlayer.Eligible();
@ -73,7 +73,7 @@ namespace RhythmHeavenMania.Games.ForkLifter
if (normalizedBeat > endTime && endstate <= 1)
{
endstate++;
Jukebox.PlayOneShot("disappointed");
Jukebox.PlayOneShotGame("audience/disappointed");
}
if (normalizedBeat > 1.35f)