4.3
How would I get the child node of a preload scene
SlimeNode.get_child(0) will get the first child.
SlimeNode.get_child(0)
Thank you so much