JocSahAltaIncercare/MeniuGameOver.gd

7 lines
87 B
GDScript

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