From b687ace7f9465faa3d3aee271a8dc950c0d1ed4b Mon Sep 17 00:00:00 2001 From: Duroxxigar Date: Thu, 1 Oct 2020 03:17:33 -0400 Subject: Renamed toplevel to be top_level --- doc/classes/CanvasItem.xml | 2 +- doc/classes/Node3D.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/CanvasItem.xml b/doc/classes/CanvasItem.xml index 3524a5d22b..4bb9d4f42a 100644 --- a/doc/classes/CanvasItem.xml +++ b/doc/classes/CanvasItem.xml @@ -606,7 +606,7 @@ If [code]true[/code], the object draws behind its parent. - + If [code]true[/code], the node will not inherit its transform from parent [CanvasItem]s. diff --git a/doc/classes/Node3D.xml b/doc/classes/Node3D.xml index daadde4fe4..e5941c34ca 100644 --- a/doc/classes/Node3D.xml +++ b/doc/classes/Node3D.xml @@ -300,7 +300,7 @@ Scale part of the local transformation. - + If [code]true[/code], the node will not inherit its transformations from its parent. Node transformations are only in global space. -- cgit v1.2.3