From c6aa960403e53e7484c22b7b8e1d504e6579e549 Mon Sep 17 00:00:00 2001 From: "False.Genesis" Date: Tue, 25 Dec 2018 23:25:07 +0100 Subject: [PATCH] Updated editor controls (markdown) --- editor-controls.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/editor-controls.md b/editor-controls.md index d62af16..488feaf 100644 --- a/editor-controls.md +++ b/editor-controls.md @@ -134,6 +134,7 @@ If in doubt, reload the map and immediately afterwards enter the editor, then al Key bindings: +* Drag while holding _LMB_: Move currently hovered entity around * _Ctrl_ + _E_: Open entity selection screen. For some reason this does not work when the cursor is hovering over an entity. * Click an entity to select * Alternatively, press _Space_ while hovering an entity. This will select it and close the selection screen. @@ -159,6 +160,10 @@ There is no multi-selection in node edit mode. Key bindings: +* Drag while holding _LMB_: Move currently hovered node around +* Drag while holding _Shift_ + _RMB_: Change node area size + * Left/right: X axis / diameter + * Up/down: Y axis * _Space_: Append a position to the currently hovered node * _Ctrl_ + _Space_: Create a new node * _Shift_ + _Space_ / _Shift_ + _LMB_: Clone currently hovered node