Hi.
N00b here playing with godot for the first time.
I am trying to create a simple game where the player shoots enemy ships to learn coding.
I created one main scene with all the ships and player ships , but the projectiles i put in another scene and while trying to link the secondary scene to the first i get the error : "No parent to instance a child at"
Both scenes have a Node2D as the main Object and the spires as children
The main scene is the one containing the player/enemies.