![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | fomere |
Hey guys,
I got a code that adds a child node:
var coinIcon : Sprite = Sprite.new()
$Panel.add_child(coinIcon)
Is there a way to get the path of the added node? So that I can save it somewhere and use it later on.
Thanks.