JocSahFinal/meniu_game_over.gd

6 lines
86 B
GDScript

extends CanvasLayer
signal restart
func _on_buton_restart_pressed():
restart.emit()