Logo upload + starting Spaceball

This commit is contained in:
Starpelly
2021-12-25 01:22:09 -05:00
parent db79325393
commit 199abb7fd3
20 changed files with 492 additions and 9 deletions

View File

@ -44,8 +44,6 @@ namespace RhythmHeavenMania.Games.ForkLifter
float normalizedBeat = Conductor.instance.GetLoopPositionFromBeat(startBeat, 2f);
print(normalizedBeat + " " + Minigame.PerfectTime());
// Early State
if (normalizedBeat > Minigame.EarlyTime() && normalizedBeat < Minigame.PerfectTime() && estate <= 1)
{