Floppy_Bort/scenes/gui/startscreen/startscreen.gd

15 lines
169 B
GDScript3
Raw Permalink Normal View History

2025-02-11 19:47:33 +01:00
extends Control
func _on_play_pressed() -> void:
get_tree().change_scene_to_file("res://scenes/main.tscn")
func _on_exit_pressed() -> void:
get_tree().quit()