cgisca / PGSGP

Play Games Services plugin for Godot Game Engine - Android
MIT License
217 stars 61 forks source link

get user's current high score #44

Open ulvido opened 4 years ago

ulvido commented 4 years ago

i want to get user's current high score and burst confetties if breaks it. is there way to get high score from a leaderboard in pgsgp?

B-Bobo commented 2 months ago

probably you do not need this anymore but i'm doing literally the same thing, i suggest to store the current high score on a variable at the start of the game using a saved game and than if the player breaks it you change both the variable and the leaderboard (i don't know if you can get the score from the leaderboard because i'm trying to do the same thing