trying out online update notifications

This commit is contained in:
Jaap Marsman 2022-08-08 14:52:49 +08:00
parent 67050fc322
commit a08b26ee6a
3 changed files with 18 additions and 4 deletions

View File

@ -9,10 +9,8 @@ extends Node
var release_version = 1 var release_version = 1
func _ready(): func _ready():
pass # Replace with function body. pass
# Called every frame. 'delta' is the elapsed time since the previous frame. # Called every frame. 'delta' is the elapsed time since the previous frame.
#func _process(delta): #func _process(delta):

View File

@ -1 +0,0 @@
2
1 2

17
release_version.gd Normal file
View File

@ -0,0 +1,17 @@
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