final is here

This commit is contained in:
2025-09-08 21:58:22 +02:00
parent 2781204d6d
commit f91ae53533
20 changed files with 269 additions and 74 deletions

View File

@@ -18,8 +18,3 @@ func _process(delta: float) -> void:
time += delta
if time >= 2:
self.queue_free()
func _on_body_entered(body: Node) -> void:
if body is Shoot:
self.queue_free()