Texpand/scenes/Menu/start_menu.gd
2024-08-20 16:59:16 +02:00

15 lines
344 B
GDScript

extends Control
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
pass # Replace with function body.
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta: float) -> void:
pass
func _on_start_button_pressed() -> void:
get_parent().get_parent().loadGrid()