Fan Club: add cues continuing from transition, muted cues

This commit is contained in:
minenice55
2022-03-17 16:43:35 -04:00
parent 523926a692
commit f6269d1acb
3 changed files with 93 additions and 36 deletions

View File

@ -22,7 +22,7 @@ namespace HeavenStudio.Games.Scripts_FanClub
[Header("Properties")]
[NonSerialized] public bool player = false;
[NonSerialized] public bool hitValid = false;
public float jumpStartTime = -99f;
public float jumpStartTime = Single.MinValue;
bool stopBeat = false;
bool stopCharge = false;
bool hasJumped = false;