mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-08 10:10:54 +03:00
Merge pull request #8520 from RegalMedia/patch-3
Typo fixed in Same-scene limitation section of scene_unique_nodes.rst
This commit is contained in:
@@ -57,7 +57,7 @@ Here are the results of ``get_node()`` calls inside the **Player** script:
|
||||
- ``get_node("%Eyes")`` returns the **Eyes** node.
|
||||
- ``get_node("%Hilt")`` returns ``null``.
|
||||
|
||||
These are the results of ``get_node()`` calls inside the **Blade** script:
|
||||
These are the results of ``get_node()`` calls inside the **Sword** script:
|
||||
|
||||
- ``get_node("%Eyes")`` returns ``null``.
|
||||
- ``get_node("%Hilt")`` returns the **Hilt** node.
|
||||
|
||||
Reference in New Issue
Block a user