trying out online update notifications

This commit is contained in:
Jaap Marsman 2022-08-08 16:06:40 +08:00
parent 875a6b20ff
commit 8015608bea
3 changed files with 18 additions and 2 deletions

View File

@ -6,8 +6,7 @@ onready var program_info = get_node("/root/ProgramValues")
# Called when the node enters the scene tree for the first time. # Called when the node enters the scene tree for the first time.
func _ready(): func _ready():
$welcome_title.text = "Good morning " + user_info.user_first_name + "!" 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):

16
godot/test_download.gd Normal file
View File

@ -0,0 +1,16 @@
extends CanvasLayer
# Declare member variables here. Examples:
# var a = 2
# var b = "text"
# Called when the node enters the scene tree for the first time.
func _ready():
pass # Replace with function body.
# Called every frame. 'delta' is the elapsed time since the previous frame.
#func _process(delta):
# pass

1
version_stuff.csv Normal file
View File

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