diff --git a/Assets/Scripts/LevelEditor/Editor.cs b/Assets/Scripts/LevelEditor/Editor.cs index 11be7854..bc6cd618 100644 --- a/Assets/Scripts/LevelEditor/Editor.cs +++ b/Assets/Scripts/LevelEditor/Editor.cs @@ -169,7 +169,11 @@ namespace RhythmHeavenMania.Editor if (Input.GetKey(KeyCode.LeftControl)) { - if (Input.GetKeyDown(KeyCode.O)) + if (Input.GetKeyDown(KeyCode.N)) + { + LoadRemix(""); + } + else if (Input.GetKeyDown(KeyCode.O)) { OpenRemix(); }