i forgor; i think it's audio mixing?

This commit is contained in:
Michael Campbell 2026-04-30 01:01:13 -04:00
parent e57db65b33
commit c54ccb4d4f
12 changed files with 51 additions and 15 deletions

View file

@ -26,7 +26,8 @@ func _ready() -> void:
level = self
if active:
start_game()
await get_tree().process_frame
start_game.call_deferred()
func _on_player_died() -> void:
active = false