mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 08:37:37 +02:00
Added New (CTRL+N) Button
Allows you to call GameManager.LoadRemix("") to initialize a blank remix at bpm 120. The New button (or CTRL+N) calls Editor.NewRemix();
This commit is contained in:
@ -319,6 +319,14 @@ namespace RhythmHeavenMania.Editor
|
||||
}
|
||||
}
|
||||
|
||||
public void NewRemix()
|
||||
{
|
||||
GameManager.instance.LoadRemix("");
|
||||
Timeline.instance.LoadRemix();
|
||||
Timeline.instance.TempoInfo.UpdateStartingBPMText();
|
||||
Timeline.instance.TempoInfo.UpdateOffsetText();
|
||||
}
|
||||
|
||||
public void OpenRemix()
|
||||
{
|
||||
var extensions = new[]
|
||||
|
Reference in New Issue
Block a user