Buggy timeline object resizing

This commit is contained in:
Braedon
2022-01-17 14:23:18 -05:00
parent 6a05f31506
commit 06ef8986c7
13 changed files with 798 additions and 158 deletions

View File

@ -251,12 +251,11 @@ namespace RhythmHeavenMania.Games.ForkLifter
RemovePea();
}
}
else
{
Jukebox.PlayOneShotGame("forkLifter/stabnohit");
}
}
if (!canHit)
Jukebox.PlayOneShotGame("forkLifter/stabnohit", false);
anim.Play("Player_Stab", 0, 0);
}