1
0
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:
Tristan Grespinet
2019-05-01 06:50:01 +02:00
parent dd2cd06165
commit 14f8ed3317
5 changed files with 153 additions and 76 deletions

View File

@@ -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;