mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-24 12:47:12 +01:00
Add example for NodePath
to grandparent
This commit is contained in:
parent
c25ea39a3b
commit
e492213868
@ -15,6 +15,7 @@
|
||||
@"." # The current node.
|
||||
@".." # The parent node.
|
||||
@"../C" # A sibling node C.
|
||||
@"../.." # The grandparent node.
|
||||
# A leading slash means it is absolute from the SceneTree.
|
||||
@"/root" # Equivalent to get_tree().get_root().
|
||||
@"/root/Main" # If your main scene's root node were named "Main".
|
||||
|
Loading…
Reference in New Issue
Block a user