I'm tired

This commit is contained in:
Braedon
2022-01-23 21:15:23 -05:00
parent 6ac919a232
commit dcc378ce84
101 changed files with 9627 additions and 17 deletions

View File

@ -33,11 +33,21 @@ namespace RhythmHeavenMania.Games
{
OnAce();
AceVisuals();
aceTimes++;
// aceTimes++;
}
}
}
public void ResetAce()
{
aceTimes = 0;
}
public void ResetState()
{
lastState = 0;
}
// could possibly add support for custom early, perfect, and end times if needed.
public void StateCheck(float normalizedBeat)
{