5 lines
75 B
GDScript
5 lines
75 B
GDScript
extends CanvasLayer
|
|
|
|
func _on_restart_btn_pressed():
|
|
Core.restart_level()
|