소스 검색

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

Rémi Verschelde 3 년 전
부모
커밋
e489f889c2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      editor/plugins/tile_map_editor_plugin.cpp

+ 1 - 1
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"));
 			paint_button->set_icon(get_icon("Edit", "EditorIcons"));
 			bucket_fill_button->set_icon(get_icon("Bucket", "EditorIcons"));
 			bucket_fill_button->set_icon(get_icon("Bucket", "EditorIcons"));
 			picker_button->set_icon(get_icon("ColorPick", "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_left_button->set_icon(get_icon("RotateLeft", "EditorIcons"));
 			rotate_right_button->set_icon(get_icon("RotateRight", "EditorIcons"));
 			rotate_right_button->set_icon(get_icon("RotateRight", "EditorIcons"));