5 lines
86 B
GDScript
5 lines
86 B
GDScript
extends Control
|
|
|
|
|
|
func _on_start_button_button_up() -> void:
|
|
get_parent().loadGame()
|