mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-30 21:21:10 +00:00 
			
		
		
		
	Fix icons for tile bitmask copy & paste buttons
This commit is contained in:
		
							parent
							
								
									c08e753ef6
								
							
						
					
					
						commit
						3b52200e01
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -310,8 +310,8 @@ void TileSetEditor::_notification(int p_what) { | ||||||
| 			tool_workspacemode[WORKSPACE_CREATE_ATLAS]->set_icon(get_icon("AddAtlasTile", "EditorIcons")); | 			tool_workspacemode[WORKSPACE_CREATE_ATLAS]->set_icon(get_icon("AddAtlasTile", "EditorIcons")); | ||||||
| 
 | 
 | ||||||
| 			tools[TOOL_SELECT]->set_icon(get_icon("ToolSelect", "EditorIcons")); | 			tools[TOOL_SELECT]->set_icon(get_icon("ToolSelect", "EditorIcons")); | ||||||
| 			tools[BITMASK_COPY]->set_icon(get_icon("Duplicate", "EditorIcons")); | 			tools[BITMASK_COPY]->set_icon(get_icon("ActionCopy", "EditorIcons")); | ||||||
| 			tools[BITMASK_PASTE]->set_icon(get_icon("Override", "EditorIcons")); | 			tools[BITMASK_PASTE]->set_icon(get_icon("ActionPaste", "EditorIcons")); | ||||||
| 			tools[BITMASK_CLEAR]->set_icon(get_icon("Clear", "EditorIcons")); | 			tools[BITMASK_CLEAR]->set_icon(get_icon("Clear", "EditorIcons")); | ||||||
| 			tools[SHAPE_NEW_POLYGON]->set_icon(get_icon("CollisionPolygon2D", "EditorIcons")); | 			tools[SHAPE_NEW_POLYGON]->set_icon(get_icon("CollisionPolygon2D", "EditorIcons")); | ||||||
| 			tools[SHAPE_NEW_RECTANGLE]->set_icon(get_icon("CollisionShape2D", "EditorIcons")); | 			tools[SHAPE_NEW_RECTANGLE]->set_icon(get_icon("CollisionShape2D", "EditorIcons")); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Haoyu Qiu
						Haoyu Qiu