Floppy_Bort/scenes/gui/startscreen/startscreen.gd
megamichi 1bae9f78bd init
2025-02-11 19:47:33 +01:00

14 lines
169 B
GDScript

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()