Improved cloud saves

This commit is contained in:
derek
2025-04-10 14:32:59 -05:00
parent f267025f8b
commit fb67ce392a
9 changed files with 106 additions and 60 deletions

View File

@@ -10,7 +10,7 @@ extends Node3D
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
Leaderboard.load_leaderboard_data()
Cloud.load_leaderboard_data()
# Called every frame. 'delta' is the elapsed time since the previous frame.