fixed some title stuff

This commit is contained in:
2025-03-22 20:15:41 -04:00
parent bd014b7e1d
commit f61114dce9
3 changed files with 47 additions and 22 deletions

View File

@@ -1,6 +1,11 @@
extends Node
func _ready() -> void:
%VERSION.text = ProjectSettings.get_setting("application/config/version")
func _on_start_button_pressed() -> void:
GLOBALVARS.reset_variables()
get_tree().change_scene_to_file("res://main_scenes/game.tscn")
func _on_quit_button_pressed() -> void:
get_tree().quit(0)