save work and menu

This commit is contained in:
2025-09-07 23:13:51 +02:00
parent 2dfa874181
commit 1290cd19fb
31 changed files with 647 additions and 4717 deletions

View File

@@ -18,3 +18,8 @@ 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()