JocSahAltaIncercare/MeniuGameOver.gd

7 lines
87 B
GDScript3
Raw Permalink Normal View History

2024-07-21 18:45:08 +03:00
extends CanvasLayer
signal restart
func _on_buton_restart_pressed():
restart.emit()