mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 21:47:39 +02:00
You can now press whenever you want on Space Soccer
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user