Say I had to get the node "KinematicBody2D" (node type not relevant) in a scene from a singleton...<br />how would I do that?<br /><br />get_node("KinematicBody2D") obviously doesn't work<br />get_tree().get_root().get_node("KinematicBody2D") doesn't work either<br /><br />how do I do it?<br />