summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorJorn Van denbussche <jorn.vandenbussche@ugent.be>2018-07-16 14:31:19 +0200
committerJorn Van denbussche <jorn.vandenbussche@ugent.be>2018-07-16 23:16:58 +0200
commitd7aa3e33c823073b1495b5705edbd60619f1decf (patch)
tree652bb29283886a60570b71281e7bd4850d3996e7 /doc/classes
parent28aa9a1d6d43fc2780f7152ee5b96bbb2567ce7d (diff)
Line2D texture stretch mode
Prototype for stretching the texture across the whole line. Fixed end cap tile mode.
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/Line2D.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/classes/Line2D.xml b/doc/classes/Line2D.xml
index 19be34978d..c1682e71e5 100644
--- a/doc/classes/Line2D.xml
+++ b/doc/classes/Line2D.xml
@@ -117,5 +117,8 @@
<constant name="LINE_TEXTURE_TILE" value="1" enum="LineTextureMode">
Tiles the texture over the line. The texture need to be imported with Repeat Enabled for it to work properly.
</constant>
+ <constant name="LINE_TEXTURE_STRETCH" value="2" enum="LineTextureMode">
+ Stretches the texture across the line. Import the texture with Repeat Disabled for best results.
+ </constant>
</constants>
</class>