v1.0 finished
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user