Skip to content

Commit

Permalink
Use ToolSelect icon for TileMap editor select button
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyqiu committed Mar 9, 2022
1 parent 85b4848 commit 84a2730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/plugins/tile_map_editor_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
Expand Down

0 comments on commit 84a2730

Please sign in to comment.