Stars background + Camera zooming *UNFINISHED*

This commit is contained in:
Starpelly
2021-12-25 20:04:23 -05:00
parent 6729eec8dc
commit 417986c08c
17 changed files with 5239 additions and 31 deletions

View File

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