Space Soccer HD textures (needs polish)

This commit is contained in:
Braedon
2022-01-26 00:38:12 -05:00
parent cd6896da84
commit 60cbe60ac4
27 changed files with 1232 additions and 354 deletions

View File

@ -13,7 +13,7 @@ namespace RhythmHeavenMania.Games
public List<Minigame.Eligible> eligibleHitsList = new List<Minigame.Eligible>();
private int aceTimes;
public int aceTimes;
private bool autoPlayEnabledOnStart;
@ -33,7 +33,7 @@ namespace RhythmHeavenMania.Games
{
OnAce();
AceVisuals();
aceTimes++;
// aceTimes++;
}
}
}
@ -46,6 +46,7 @@ namespace RhythmHeavenMania.Games
public void ResetState()
{
lastState = 0;
ResetAce();
}
// could possibly add support for custom early, perfect, and end times if needed.