mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 11:27:39 +02:00
Space Soccer HD textures (needs polish)
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user