Karate Man Kick started

This commit is contained in:
Starpelly
2022-01-01 13:54:17 -05:00
parent fc3cb73bdf
commit 2c2d43ac17
22 changed files with 2706 additions and 41 deletions

View File

@ -36,8 +36,6 @@ namespace RhythmHeavenMania.Games.ForkLifter
public override void OnGameSwitch()
{
ForkLifterHand.CheckNextFlick();
ForkLifterPlayer.instance.RemoveObjFromFork();
ForkLifterHand.GetComponent<Animator>().Play("Hand_Idle", 0, 0);
}
private void Start()