1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-04 17:04:49 +00:00

Edit TileMap only with TOOL_SELECT

This commit is contained in:
Tomasz Chabora
2019-08-21 15:34:06 +02:00
parent 48eaf14030
commit 9520d9706a
3 changed files with 8 additions and 2 deletions

View File

@@ -581,6 +581,7 @@ public:
void update_viewport();
Tool get_current_tool() { return tool; }
void set_current_tool(Tool p_tool);
void set_undo_redo(UndoRedo *p_undo_redo) { undo_redo = p_undo_redo; }
void edit(CanvasItem *p_canvas_item);