You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Added a Width Curve to Line2D + UVs fix
This commit is contained in:
@@ -45,6 +45,7 @@ public:
|
||||
Line2D::LineCapMode begin_cap_mode;
|
||||
Line2D::LineCapMode end_cap_mode;
|
||||
float width;
|
||||
Curve *curve;
|
||||
Color default_color;
|
||||
Gradient *gradient;
|
||||
Line2D::LineTextureMode texture_mode;
|
||||
|
||||
Reference in New Issue
Block a user