I just want to set text , but I encounter this error first.
I think the code was correct , but I have no idea , how this happen?
my tree
-Dialog
|-BG
-|-TextLabel
This is the code.
self.get_node("BG/TextLabel").text = "omg hax"
Error
get_node: Node not found: BG/TextLabel.