#til In Godot, when you have a project containing a node MyNode
that is a scene itself, and MyNode
contains two child nodes within the scene and one is added as a child of MyNode
in the project, the number of get_children()
that a script belonging to the root node of the MyNode
scene returns is 3. #godot