Use ToolSelect icon for TileMap editor select button

This commit is contained in:
Haoyu Qiu 2022-03-09 14:33:09 +08:00
parent 85b4848ca8
commit 84a27308c1
1 changed files with 1 additions and 1 deletions

View File

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