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-08-10 09:33:29 +00:00
|
|
|
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
|
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
|