aboutsummaryrefslogtreecommitdiff
path: root/modules/gridmap/grid_map_editor_plugin.h
diff options
context:
space:
mode:
authorPedro J. Estébanez2016-08-21 03:34:39 +0200
committerRémi Verschelde2016-09-01 08:41:31 +0200
commitcccc35e427459068274a752d0cc691826cc74062 (patch)
treecdf5ea5074dba8c6893300cd9e6beef9090d9ff2 /modules/gridmap/grid_map_editor_plugin.h
parentfa1f5e55de2b5d853b0602ddfad8a513cd4e177b (diff)
downloadgodot-cccc35e427459068274a752d0cc691826cc74062.tar.gz
godot-cccc35e427459068274a752d0cc691826cc74062.tar.zst
godot-cccc35e427459068274a752d0cc691826cc74062.zip
Improve/fix GridMap editor
Fix cursor/palette update on tile eyedropping Fix editor not cleaning its state when becoming inactive, which leaves indicators behind among other issues Fix/improve menu/keyboard shortcuts Merge 'Gridmap Editor' and 'Grid Map' settings into the latter (cherry picked from commit 7d3597348609eb8e976d16b04de7843440b5ec64)
Diffstat (limited to 'modules/gridmap/grid_map_editor_plugin.h')
-rw-r--r--modules/gridmap/grid_map_editor_plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gridmap/grid_map_editor_plugin.h b/modules/gridmap/grid_map_editor_plugin.h
index fc43866ef..535c51bcb 100644
--- a/modules/gridmap/grid_map_editor_plugin.h
+++ b/modules/gridmap/grid_map_editor_plugin.h
@@ -167,6 +167,7 @@ class GridMapEditor : public VBoxContainer {
MENU_OPTION_DUPLICATE_SELECTS,
MENU_OPTION_SELECTION_MAKE_AREA,
MENU_OPTION_SELECTION_MAKE_EXTERIOR_CONNECTOR,
+ MENU_OPTION_SELECTION_DUPLICATE,
MENU_OPTION_SELECTION_CLEAR,
MENU_OPTION_REMOVE_AREA,
MENU_OPTION_GRIDMAP_SETTINGS