From b8fb4816aba5484e68265ef7f272e80d56ae9e02 Mon Sep 17 00:00:00 2001 From: Turanszki Janos Date: Sat, 30 Sep 2017 00:17:04 +0100 Subject: [PATCH] updated editor help --- WickedEngine/Editor.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WickedEngine/Editor.cpp b/WickedEngine/Editor.cpp index 2c02f43a4..5363c7669 100644 --- a/WickedEngine/Editor.cpp +++ b/WickedEngine/Editor.cpp @@ -818,6 +818,8 @@ void EditorComponent::Load() ss << "Look: Middle mouse button" << endl; ss << "Select: Right mouse button" << endl; ss << "Place decal/interact: Left mouse button when nothing is selected" << endl; + ss << "Camera speed: SHIFT button" << endl; + ss << "Camera up: E, down: Q" << endl; ss << "Duplicate object (with instancing): Ctrl + D" << endl; ss << "Undo: Ctrl + Z" << endl; ss << "Redo: Ctrl + Y" << endl;