Browse Source

Fix formatting in Scene Unique Nodes

Fixes CI after #5831
Max Hilbrunner 3 years ago
parent
commit
a12f4479f8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tutorials/scripting/scene_unique_nodes.rst

+ 1 - 0
tutorials/scripting/scene_unique_nodes.rst

@@ -33,4 +33,5 @@ name in the path for ``get_node()``. For example:
 
 
 .. tabs::
 .. tabs::
  .. code-tab:: gdscript GDScript
  .. code-tab:: gdscript GDScript
+
     get_node("%RedButton").text = "Hello"
     get_node("%RedButton").text = "Hello"