You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Edit TileMap only with TOOL_SELECT
This commit is contained in:
@@ -3321,6 +3321,10 @@ void CanvasItemEditor::update_viewport() {
|
||||
viewport->update();
|
||||
}
|
||||
|
||||
void CanvasItemEditor::set_current_tool(Tool p_tool) {
|
||||
_button_tool_select(p_tool);
|
||||
}
|
||||
|
||||
void CanvasItemEditor::_notification(int p_what) {
|
||||
|
||||
if (p_what == NOTIFICATION_PHYSICS_PROCESS) {
|
||||
|
||||
Reference in New Issue
Block a user