mirror of
				https://github.com/godotengine/godot.git
				synced 2025-11-03 23:21:15 +00:00 
			
		
		
		
	Improve the appearance of 2D path editors
- Add new handle icons for path/polygon editors - Add smooth path point icons and curve tangent icons - Use a gray color for tangent lines in the Path2D and Path editors - Use antialiasing for Path2D lines
This commit is contained in:
		
							parent
							
								
									ef37f00525
								
							
						
					
					
						commit
						558e93f069
					
				
					 8 changed files with 41 additions and 21 deletions
				
			
		| 
						 | 
				
			
			@ -652,7 +652,6 @@ PathSpatialGizmoPlugin::PathSpatialGizmoPlugin() {
 | 
			
		|||
 | 
			
		||||
	Color path_color = EDITOR_DEF("editors/3d_gizmos/gizmo_colors/path", Color(0.5, 0.5, 1.0, 0.8));
 | 
			
		||||
	create_material("path_material", path_color);
 | 
			
		||||
	path_color.a = 0.4;
 | 
			
		||||
	create_material("path_thin_material", path_color);
 | 
			
		||||
	create_material("path_thin_material", Color(0.5, 0.5, 0.5));
 | 
			
		||||
	create_handle_material("handles");
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue