mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-13 03:07:38 +02:00
Editor: Starting BPM can be entered via input field as well as through the BPM change tool.
This commit is contained in:
@ -350,6 +350,7 @@ namespace RhythmHeavenMania.Editor
|
||||
string json = Encoding.Default.GetString(bytes);
|
||||
GameManager.instance.LoadRemix(json);
|
||||
Timeline.instance.LoadRemix();
|
||||
Timeline.instance.TempoInfo.UpdateStartingBPMText();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user