7 lines
87 B
GDScript
7 lines
87 B
GDScript
extends CanvasLayer
|
|
signal restart
|
|
|
|
func _on_buton_restart_pressed():
|
|
restart.emit()
|
|
|