From 8015608bead8b61c6c7afaaa357d115ffa803fba Mon Sep 17 00:00:00 2001 From: Jaap Marsman Date: Mon, 8 Aug 2022 16:06:40 +0800 Subject: [PATCH] trying out online update notifications --- godot/start_menu.gd | 3 +-- godot/test_download.gd | 16 ++++++++++++++++ version_stuff.csv | 1 + 3 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 godot/test_download.gd create mode 100644 version_stuff.csv diff --git a/godot/start_menu.gd b/godot/start_menu.gd index 9a05a05..ef11765 100644 --- a/godot/start_menu.gd +++ b/godot/start_menu.gd @@ -6,8 +6,7 @@ onready var program_info = get_node("/root/ProgramValues") # Called when the node enters the scene tree for the first time. 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. func _process(_delta): diff --git a/godot/test_download.gd b/godot/test_download.gd new file mode 100644 index 0000000..0f46b31 --- /dev/null +++ b/godot/test_download.gd @@ -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 diff --git a/version_stuff.csv b/version_stuff.csv new file mode 100644 index 0000000..d8263ee --- /dev/null +++ b/version_stuff.csv @@ -0,0 +1 @@ +2 \ No newline at end of file