started work on adding user data that stores array of subscribed leaderboards
This commit is contained in:
@@ -8,6 +8,7 @@ var last_scene
|
||||
|
||||
func _enter_tree() -> void:
|
||||
SaveLoad.load_persistent_data()
|
||||
SaveLoad.load_user_data()
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready() -> void:
|
||||
|
||||
Reference in New Issue
Block a user