JocSahFinal/meniu_game_over.gd

6 lines
86 B
GDScript3
Raw Normal View History

2024-07-16 16:57:35 +03:00
extends CanvasLayer
signal restart
func _on_buton_restart_pressed():
restart.emit()