From ce9d87ddfd73af85de179a909f98aecee71729a4 Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Wed, 25 Dec 2019 07:48:27 -0500 Subject: Rename PathFollow2D rotate bool --- doc/classes/PathFollow2D.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/PathFollow2D.xml b/doc/classes/PathFollow2D.xml index bbaeca12da..4b55e7b781 100644 --- a/doc/classes/PathFollow2D.xml +++ b/doc/classes/PathFollow2D.xml @@ -29,8 +29,8 @@ The distance along the path in pixels. - - If [code]true[/code], this node rotates to follow the path, making its descendants rotate. + + If [code]true[/code], this node rotates to follow the path, with the +X direction facing forward on the path. The distance along the path as a number in the range 0.0 (for the first vertex) to 1.0 (for the last). This is just another way of expressing the offset within the path, as the offset supplied is multiplied internally by the path's length. -- cgit v1.2.3