StormyExtraction/scenes/menu/startMenu/start_menu.gd
2024-09-15 00:04:31 +02:00

5 lines
86 B
GDScript

extends Control
func _on_start_button_button_up() -> void:
get_parent().loadGame()