add sounds, add logo

This commit is contained in:
2026-04-23 18:32:57 +03:00
parent 69babae913
commit f28f21d5b4
10 changed files with 122 additions and 3 deletions
+1
View File
@@ -246,6 +246,7 @@ func _spawn_player() -> void:
# ─── Game flow ────────────────────────────────────────────────────────────────
func _start_game() -> void:
SFX.start_ambient(self)
game_active = true
wave = 1
score = 0