wellbeingapp/godot/user_values.gd

13 lines
275 B
GDScript3
Raw Normal View History

2022-08-03 01:01:10 +00:00
extends Node
2022-07-31 05:27:58 +00:00
2022-08-08 06:42:26 +00:00
var user_first_name = "Not defined"
2022-07-31 05:27:58 +00:00
# Called when the node enters the scene tree for the first time.
func _ready():
2022-08-03 01:01:10 +00:00
pass # Replace with function body.
2022-07-31 05:27:58 +00:00
# Called every frame. 'delta' is the elapsed time since the previous frame.
#func _process(delta):
# pass