From 98b59cf2a387e469851eee137cc6310cfc4b2a6d Mon Sep 17 00:00:00 2001 From: robojumper Date: Mon, 11 Jun 2018 13:35:44 +0200 Subject: Add support for tutorial links to makerst.py Also change the structure to make use of individual tags --- doc/classes/Spatial.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/classes/Spatial.xml') diff --git a/doc/classes/Spatial.xml b/doc/classes/Spatial.xml index 9ef60109d..46f2bedfc 100644 --- a/doc/classes/Spatial.xml +++ b/doc/classes/Spatial.xml @@ -9,7 +9,7 @@ Affine operations (rotate, scale, translate) happen in parent's local coordinate system, unless the Spatial object is set as top level. Affine operations in this coordinate system correspond to direct affine operations on the Spatial's transform. The word local below refers to this coordinate system. The coordinate system that is attached to the Spatial object itself is referred to as object-local coordinate system. - http://docs.godotengine.org/en/3.0/tutorials/3d/introduction_to_3d.html + http://docs.godotengine.org/en/3.0/tutorials/3d/introduction_to_3d.html -- cgit v1.3.1