1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

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
This commit is contained in:
Jakob Schwab
2017-09-12 20:22:04 +02:00
parent 0953c8fd55
commit f98f65fd7f
2 changed files with 34 additions and 5 deletions

View File

@@ -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;