Tweaked ending sequence speeds to be a little bit slower for more
dramatic effect.
This commit is contained in:
parent
4c512379c5
commit
fe456205a8
4 changed files with 7 additions and 6 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue