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

@@ -99,6 +99,9 @@
<member name="width" type="float" setter="set_width" getter="get_width">
The line's width.
</member>
<member name="width_curve" type="Curve" setter="set_curve" getter="get_curve">
The line's width varies with the curve. The original width is simply multiply by the value of the Curve.
</member>
</members>
<constants>
<constant name="LINE_JOINT_SHARP" value="0" enum="LineJointMode">