You've already forked godot
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user