mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
removed load/save binds in the editor
This commit is contained in:
parent
e4c85b00db
commit
896ef2f235
|
@ -3380,18 +3380,6 @@ void CEditor::UpdateAndRender()
|
|||
if(Input()->KeyDown(KEY_TAB))
|
||||
m_GuiActive = !m_GuiActive;
|
||||
|
||||
if(Input()->KeyDown(KEY_F5))
|
||||
Save("maps/debug_test2.map");
|
||||
|
||||
if(Input()->KeyDown(KEY_F6))
|
||||
Load("maps/debug_test2.map", IStorage::TYPE_ALL);
|
||||
|
||||
if(Input()->KeyDown(KEY_F8))
|
||||
Load("maps/debug_test.map", IStorage::TYPE_ALL);
|
||||
|
||||
if(Input()->KeyDown(KEY_F7))
|
||||
Save("maps/quicksave.map");
|
||||
|
||||
if(Input()->KeyDown(KEY_F10))
|
||||
m_ShowMousePointer = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue