Create the scene Spawner by the way.
@@ -0,0 +1,4 @@
+extends Position2D
+
+func _ready():
+ add_to_group("spawn")
@@ -0,0 +1,6 @@
+[gd_scene load_steps=2 format=2]
+[ext_resource path="res://Spawner.gd" type="Script" id=1]
+[node name="Spawn" type="Position2D"]
+script = ExtResource( 1 )