mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-08 18:55:07 +00:00
Whoops I never added CTRL+N
This commit is contained in:
parent
78825c9216
commit
bfa73ade05
1 changed files with 5 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue