wellbeingapp/godot/user_values.gd

22 lines
448 B
GDScript

extends Node
var user_first_name = "Not defined"
var user_birth_month
var user_birth_date
# For the login-streak thing
#var user_login_streak
#var user_last_login_year
#var user_last_login_month
#var user_last_login_day
# 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