fix spawning

This commit is contained in:
2024-07-03 02:56:08 +02:00
parent 130a538509
commit 1c98e550c5
9 changed files with 166 additions and 53 deletions

View File

@@ -29,3 +29,4 @@ func _on_Hitbox_area_entered(_area):
instance.position = position
get_parent().add_child(instance)
queue_free()