From b87f5592916614a380efe56f11a7db9b710c3d12 Mon Sep 17 00:00:00 2001 From: sippeangelo Date: Thu, 17 Dec 2015 10:46:49 +0100 Subject: [PATCH] Updated default configs with editor stuff --- resources/DefaultConfig.ini | 1 + resources/DefaultInput.ini | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/resources/DefaultConfig.ini b/resources/DefaultConfig.ini index 0d95de03..208f413c 100644 --- a/resources/DefaultConfig.ini +++ b/resources/DefaultConfig.ini @@ -1,6 +1,7 @@ [Debug] LogLevel=1 LoadMap= +EditorEnabled=false [Video] Fullscreen=false diff --git a/resources/DefaultInput.ini b/resources/DefaultInput.ini index 3be67287..b0b9e3d0 100644 --- a/resources/DefaultInput.ini +++ b/resources/DefaultInput.ini @@ -14,3 +14,8 @@ R=Reload Space=Jump LeftControl=Crouch LeftShift=Sprint +F1=ToggleEditor +1=EditorToolMove +2=EditorToolRotate +3=EditorToolScale +X=EditorToggleTransformSpace \ No newline at end of file