summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorbruvzg <7645683+bruvzg@users.noreply.github.com>2023-01-13 10:30:12 +0200
committerbruvzg <7645683+bruvzg@users.noreply.github.com>2023-01-13 10:30:12 +0200
commit9b2843f14f87b27cb3ca749ca1e1c5d920042b6f (patch)
treec96eaf04c13ef89f9744a78c1fc883752b3320da /doc
parent7c2768c2f8abc2e81a55be72b436de69d9f01bf9 (diff)
Improve dashed line alignment and make it optional.
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/CanvasItem.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/CanvasItem.xml b/doc/classes/CanvasItem.xml
index 5171e0acbe..fbab1d76a0 100644
--- a/doc/classes/CanvasItem.xml
+++ b/doc/classes/CanvasItem.xml
@@ -97,6 +97,7 @@
<param index="2" name="color" type="Color" />
<param index="3" name="width" type="float" default="1.0" />
<param index="4" name="dash" type="float" default="2.0" />
+ <param index="5" name="aligned" type="bool" default="true" />
<description>
Draws a dashed line from a 2D point to another, with a given color and width. See also [method draw_multiline] and [method draw_polyline].
</description>