started work on adding user data that stores array of subscribed leaderboards

This commit is contained in:
Derek
2025-02-26 21:12:55 -06:00
parent c33af0e2f8
commit 46820fed89
6 changed files with 35 additions and 33 deletions

View File

@@ -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: