Merge pull request #58918 from timothyqiu/tilemap-select-icon

This commit is contained in:
Rémi Verschelde 2022-03-09 08:29:34 +01:00 committed by GitHub
commit e489f889c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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