Tweaked ending sequence speeds to be a little bit slower for more

dramatic effect.
This commit is contained in:
Henry 2026-03-10 15:47:11 +00:00
parent 4c512379c5
commit fe456205a8
4 changed files with 7 additions and 6 deletions

View file

@ -176,7 +176,7 @@ func _on_win_game(value: int):
$Player._on_player_victory(1)
await $Player._on_player_victory(1)
game_over.show()
await get_tree().create_timer(5).timeout
await get_tree().create_timer(8).timeout
game_over.hide()
$CanvasLayer/Title.show()
start_button.show()
@ -187,7 +187,7 @@ func _on_win_game(value: int):
$Player._on_player_victory(2)
await $Player._on_player_victory(2)
game_over.show()
await get_tree().create_timer(5).timeout
await get_tree().create_timer(8).timeout
game_over.hide()
$CanvasLayer/Title.show()
start_button.show()