From d7aa3e33c823073b1495b5705edbd60619f1decf Mon Sep 17 00:00:00 2001 From: Jorn Van denbussche Date: Mon, 16 Jul 2018 14:31:19 +0200 Subject: Line2D texture stretch mode Prototype for stretching the texture across the whole line. Fixed end cap tile mode. --- doc/classes/Line2D.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/classes') 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 @@ Tiles the texture over the line. The texture need to be imported with Repeat Enabled for it to work properly. + + Stretches the texture across the line. Import the texture with Repeat Disabled for best results. + -- cgit v1.2.3