From e0757940cfec4bd49c39085df8fbcbf542f4f78d Mon Sep 17 00:00:00 2001 From: opl- Date: Sun, 23 Oct 2022 21:52:52 +0200 Subject: [PATCH] Fix tool mode section reference position --- tutorials/scripting/gdscript/gdscript_basics.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/scripting/gdscript/gdscript_basics.rst b/tutorials/scripting/gdscript/gdscript_basics.rst index 86ef967f9..62eec5a21 100644 --- a/tutorials/scripting/gdscript/gdscript_basics.rst +++ b/tutorials/scripting/gdscript/gdscript_basics.rst @@ -1417,8 +1417,6 @@ Exports Documentation about exports has been moved to :ref:`doc_gdscript_exports`. -.. _doc_gdscript_tool_mode: - Properties ~~~~~~~~~~ @@ -1468,6 +1466,8 @@ you can use a different notation to use existing class functions:: This can also be done in the same line. +.. _doc_gdscript_tool_mode: + Tool mode ~~~~~~~~~