Spaceball swing + low ball throw + perspective camera

This commit is contained in:
Starpelly
2021-12-25 07:16:40 -05:00
parent 199abb7fd3
commit 866c8c80be
70 changed files with 4174 additions and 17 deletions

View File

@ -71,6 +71,7 @@ namespace RhythmHeavenMania.Games.ForkLifter
Jukebox.PlayOneShotGame("forkLifter/flick");
handAnim.Play("Hand_Flick", 0, 0);
GameObject fo = Instantiate(flickedObject);
fo.transform.parent = flickedObject.transform.parent;
fo.GetComponent<Pea>().startBeat = beat;
fo.GetComponent<Pea>().type = type;
fo.SetActive(true);