You can now press whenever you want on Space Soccer

This commit is contained in:
Braedon
2022-02-01 20:11:42 -05:00
parent 919320470b
commit a7c1359f97
9 changed files with 143 additions and 42 deletions

View File

@ -103,6 +103,8 @@ namespace RhythmHeavenMania
Beatmap = JsonConvert.DeserializeObject<Beatmap>(json);
Conductor.instance.SetBpm(Beatmap.bpm);
Stop(0);
SetCurrentEventToClosest(0);
if (Beatmap.entities.Count >= 1)
{