diff options
| author | Pedro J. Estébanez | 2016-08-21 03:34:39 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2016-09-01 08:41:31 +0200 |
| commit | cccc35e427459068274a752d0cc691826cc74062 (patch) | |
| tree | cdf5ea5074dba8c6893300cd9e6beef9090d9ff2 /modules/gridmap/grid_map_editor_plugin.h | |
| parent | fa1f5e55de2b5d853b0602ddfad8a513cd4e177b (diff) | |
| download | godot-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.h | 1 |
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 |
