v1.0 finished

This commit is contained in:
2025-03-22 22:27:56 -04:00
parent f61114dce9
commit 5228b81e8b
19 changed files with 48 additions and 51 deletions

View File

@@ -1,7 +1,7 @@
extends Node
func _ready() -> void:
%VERSION.text = ProjectSettings.get_setting("application/config/version")
%VERSION.text = "v" + ProjectSettings.get_setting("application/config/version")
func _on_start_button_pressed() -> void:
GLOBALVARS.reset_variables()