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

@@ -38,6 +38,7 @@ func _is_in_false(body: Node2D) -> void:
new_shoot.rotation = body.rotation
new_shoot.time = body.time
get_parent().call_deferred("add_child",new_shoot)
body.queue_free()
func _on_wall_destroy_body_entered(body: Node2D) -> void: