i forgor; i think it's audio mixing?
This commit is contained in:
parent
e57db65b33
commit
c54ccb4d4f
12 changed files with 51 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue