fix for the release

This commit is contained in:
2025-09-27 21:39:38 +02:00
parent 60d4fd6ea8
commit fba1fefbbb
4 changed files with 12 additions and 8 deletions

View File

@@ -27,6 +27,7 @@ func _is_in_false(body: Node2D) -> void:
var new_ship = ship_scene.instantiate()
new_ship.position = body.position.rotated(PI) *.95
new_ship.rotation = body.rotation
new_ship.player_2 = body.player_2
get_parent().call_deferred("add_child",new_ship)
spawner.player = new_ship
body.queue_free()