wellbeingapp/godot/program_values.gd

20 lines
406 B
GDScript

extends Node
# This variable lists the release number.
# This is "the number of releases".
# My aim is to check against a web file to see if
# there is a new version available and show a
# download button if there is.
var release_version = 1
func _ready():
pass # Replace with function body.
# Called every frame. 'delta' is the elapsed time since the previous frame.
#func _process(delta):
# pass