From 84a27308c1157ac36aa527f101b2073e67ed5a58 Mon Sep 17 00:00:00 2001 From: Haoyu Qiu Date: Wed, 9 Mar 2022 14:33:09 +0800 Subject: [PATCH] Use ToolSelect icon for TileMap editor select button --- editor/plugins/tile_map_editor_plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/plugins/tile_map_editor_plugin.cpp b/editor/plugins/tile_map_editor_plugin.cpp index 4fe96147371..36983755820 100644 --- a/editor/plugins/tile_map_editor_plugin.cpp +++ b/editor/plugins/tile_map_editor_plugin.cpp @@ -66,7 +66,7 @@ void TileMapEditor::_notification(int p_what) { paint_button->set_icon(get_icon("Edit", "EditorIcons")); bucket_fill_button->set_icon(get_icon("Bucket", "EditorIcons")); picker_button->set_icon(get_icon("ColorPick", "EditorIcons")); - select_button->set_icon(get_icon("ActionCopy", "EditorIcons")); + select_button->set_icon(get_icon("ToolSelect", "EditorIcons")); rotate_left_button->set_icon(get_icon("RotateLeft", "EditorIcons")); rotate_right_button->set_icon(get_icon("RotateRight", "EditorIcons"));