mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 19:29:06 +00:00
Fix misc syntax/style errors/warnings on documentation head (#5977)
This commit is contained in:
@@ -32,5 +32,7 @@ To use a unique node in a script, use the ``%`` symbol and the node's
|
||||
name in the path for ``get_node()``. For example:
|
||||
|
||||
.. tabs::
|
||||
|
||||
.. code-tab:: gdscript GDScript
|
||||
|
||||
get_node("%RedButton").text = "Hello"
|
||||
|
||||
Reference in New Issue
Block a user