aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/tile_map_editor_plugin.h
diff options
context:
space:
mode:
authorRémi Verschelde2018-04-04 09:54:08 +0200
committerGitHub2018-04-04 09:54:08 +0200
commit950d4922a5ace3d0fe910ea702f8db8e39b1c78f (patch)
tree93f681c6ddb61bc2f834c09e7c16d9bd4f3a7763 /editor/plugins/tile_map_editor_plugin.h
parent5ede505f14877e3ede60eb4766a62c36d9f3b87f (diff)
parentd538fcd92d90e7aa9afe7e8ceeaa0defc8330800 (diff)
downloadgodot-950d4922a5ace3d0fe910ea702f8db8e39b1c78f.tar.gz
godot-950d4922a5ace3d0fe910ea702f8db8e39b1c78f.tar.zst
godot-950d4922a5ace3d0fe910ea702f8db8e39b1c78f.zip
Merge pull request #17863 from covariantlabs/add-move-selected-tiles
Add functionality to move selected tiles in tile map editor
Diffstat (limited to 'editor/plugins/tile_map_editor_plugin.h')
-rw-r--r--editor/plugins/tile_map_editor_plugin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/plugins/tile_map_editor_plugin.h b/editor/plugins/tile_map_editor_plugin.h
index 2d582d030..3257901c8 100644
--- a/editor/plugins/tile_map_editor_plugin.h
+++ b/editor/plugins/tile_map_editor_plugin.h
@@ -61,6 +61,7 @@ class TileMapEditor : public VBoxContainer {
TOOL_BUCKET,
TOOL_PICKING,
TOOL_DUPLICATING,
+ TOOL_MOVING
};
enum Options {
@@ -72,6 +73,7 @@ class TileMapEditor : public VBoxContainer {
OPTION_ERASE_SELECTION,
OPTION_PAINTING,
OPTION_FIX_INVALID,
+ OPTION_MOVE
};
TileMap *node;