As the problem says. I am trying to move a fuel variable form my player to my hud node so that i can display how much the player has left. The player node is it's own instance but both the instanced player and the control node i am trying to send the data to are children of the same world node. What is the best way to get that value from the player to the control node?
I have thought of using signals but i am not sure that is a good way and am wondering if there is a more standard way?