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

@ -29,7 +29,11 @@ namespace RhythmHeavenMania.Games.ClappyTrio
public override void OnAce()
{
Clap(true);
if (aceTimes == 0)
{
Clap(true);
aceTimes++;
}
}
private void Update()
@ -86,7 +90,6 @@ namespace RhythmHeavenMania.Games.ClappyTrio
public void SetClapAvailability(float startBeat, float length)
{
ResetAce();
lastClapBeat = startBeat;
clapVacant = true;
lastClapLength = length;