The_Dark_Side_of_Earth/main_menu/main_menu.gd

11 lines
170 B
GDScript3
Raw Normal View History

2025-09-17 19:25:22 +02:00
extends Node
func _on_button_start_pressed() -> void:
get_tree().change_scene_to_file("res://main.tscn")
func _on_button_quit_pressed() -> void:
get_tree().quit()