diff --git a/TM_DebugMode.Script.txt b/TM_DebugMode.Script.txt index b26bca5..9b0da64 100644 --- a/TM_DebugMode.Script.txt +++ b/TM_DebugMode.Script.txt @@ -818,6 +818,12 @@ Text GetManialink() { } } } + case CMlScriptEvent::Type::KeyPress: { + if (Event.KeyCode == 38) { // F1 + Frame_MainUI.Visible = !Frame_MainUI.Visible; + P_DebugMode_Window_Open = Frame_MainUI.Visible; + } + } } }