La gestion de la mort est en place, je peut mourir en paix
This commit is contained in:
parent
303f40c3cc
commit
5766858c9b
8 changed files with 6008 additions and 7 deletions
16
scenes/ecran_mort.gd
Normal file
16
scenes/ecran_mort.gd
Normal file
|
@ -0,0 +1,16 @@
|
|||
extends Control
|
||||
|
||||
signal retour_menu ()
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready() -> void:
|
||||
pass # Replace with function body.
|
||||
|
||||
|
||||
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
||||
func _process(delta: float) -> void:
|
||||
pass
|
||||
|
||||
|
||||
func _on_main_menu_button_pressed() -> void:
|
||||
retour_menu.emit()
|
Loading…
Add table
Add a link
Reference in a new issue