mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-05-30 01:40:13 +02:00
Whoops I never added CTRL+N
This commit is contained in:
parent
4522929576
commit
f35e015bbc
@ -169,7 +169,11 @@ namespace RhythmHeavenMania.Editor
|
|||||||
|
|
||||||
if (Input.GetKey(KeyCode.LeftControl))
|
if (Input.GetKey(KeyCode.LeftControl))
|
||||||
{
|
{
|
||||||
if (Input.GetKeyDown(KeyCode.O))
|
if (Input.GetKeyDown(KeyCode.N))
|
||||||
|
{
|
||||||
|
LoadRemix("");
|
||||||
|
}
|
||||||
|
else if (Input.GetKeyDown(KeyCode.O))
|
||||||
{
|
{
|
||||||
OpenRemix();
|
OpenRemix();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user