rearengement

This commit is contained in:
2025-09-04 17:55:05 +02:00
parent 1913038265
commit fd67adacc9
23 changed files with 475 additions and 0 deletions

7
script/wall.gd Normal file
View File

@@ -0,0 +1,7 @@
extends Node2D
@export var spawner: Node2D
func _body_entered_for_multiple(body: Node2D) -> void:
if body.is_in_group("asteroid") and body.get("is_firt_entree") == false:
spawner.spawn()