aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/tile_map_editor_plugin.h
diff options
context:
space:
mode:
authorJakob Schwab2017-09-12 20:22:04 +0200
committerJakob Schwab2017-09-17 13:09:04 +0200
commitf98f65fd7f9cd993167a3e183483e4de65b30c3c (patch)
treeafcf561f39b08704626efcc418af2494e9686aa4 /editor/plugins/tile_map_editor_plugin.h
parent0953c8fd55531ca642444bc49567bdebd59192aa (diff)
downloadgodot-f98f65fd7f9cd993167a3e183483e4de65b30c3c.tar.gz
godot-f98f65fd7f9cd993167a3e183483e4de65b30c3c.tar.zst
godot-f98f65fd7f9cd993167a3e183483e4de65b30c3c.zip
Adds missing shortcuts to TileEditor. Keeps fill-tool selected after use
The following keyboard shortcuts are now available: -Bucket fill (G) -Paint Tile (P) -Transpose Tile (T) Fixes #10918
Diffstat (limited to 'editor/plugins/tile_map_editor_plugin.h')
-rw-r--r--editor/plugins/tile_map_editor_plugin.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/editor/plugins/tile_map_editor_plugin.h b/editor/plugins/tile_map_editor_plugin.h
index e863c4bf3..de9b9e8e0 100644
--- a/editor/plugins/tile_map_editor_plugin.h
+++ b/editor/plugins/tile_map_editor_plugin.h
@@ -68,7 +68,8 @@ class TileMapEditor : public VBoxContainer {
OPTION_PICK_TILE,
OPTION_SELECT,
OPTION_DUPLICATE,
- OPTION_ERASE_SELECTION
+ OPTION_ERASE_SELECTION,
+ OPTION_PAINTING,
};
TileMap *node;