6 lines
86 B
GDScript
6 lines
86 B
GDScript
extends CanvasLayer
|
|
signal restart
|
|
|
|
func _on_buton_restart_pressed():
|
|
restart.emit()
|