My scene structure is I have a player scene with a kinematic body2d, sprite, collision, parallax and a camera. I have an enemy scene with an area2d, sprite and collision. I have a level scene with a tilemap, player, enemies (which are NOT auto-spawned), level complete and coin pickups.