@@ -24,3 +24,5 @@ func _on_MobTimer_timeout():
newMob.orientation = direction
newMob.position = $MobPath/MobSpawnLocation.position
newMob.linear_velocity = Vector2(rand_range(newMob.min_speed, newMob.max_speed), 0).rotated(direction)
+
+ add_child(newMob)