Fix damages and include true pause on death screen
This commit is contained in:
parent
05ff226721
commit
9619b8d346
3 changed files with 3 additions and 1 deletions
|
@ -50,3 +50,4 @@ func on_ecran_mort_retour_menu() -> void:
|
|||
|
||||
func on_death() -> void :
|
||||
mort.visible = true
|
||||
get_tree().paused = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue