La gestion de la mort est en place, je peut mourir en paix

This commit is contained in:
E213872U 2025-01-25 02:18:26 +01:00
parent 303f40c3cc
commit 5766858c9b
8 changed files with 6008 additions and 7 deletions

16
scenes/ecran_mort.gd Normal file
View 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()