trying out online update notifications

This commit is contained in:
Jaap Marsman 2022-08-08 14:53:55 +08:00
parent a08b26ee6a
commit 875a6b20ff

View File

@ -1,17 +0,0 @@
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_online = 2
func _ready():
pass
# Called every frame. 'delta' is the elapsed time since the previous frame.
#func _process(delta):
# pass