Editor: Starting BPM can be entered via input field as well as through the BPM change tool.

This commit is contained in:
Jenny Crowe
2022-02-22 01:16:10 -07:00
parent 12c70d4311
commit 19a76babd2
5 changed files with 1105 additions and 277 deletions

View File

@ -350,6 +350,7 @@ namespace RhythmHeavenMania.Editor
string json = Encoding.Default.GetString(bytes);
GameManager.instance.LoadRemix(json);
Timeline.instance.LoadRemix();
Timeline.instance.TempoInfo.UpdateStartingBPMText();
}
}
}