How do you add multiple leaderboards?
-
How do you add multiple leaderboards to a project? I made a Geometry Dash with 3 levels but the leaderboard just says one score.
-
Currently the blocks in the “Game” category only supports one set of scores for simplicity. To have different leaderboards for different levels, you would have to implement your own leaderboard. For example, you can store the scores of top players in the project’s data, and sort/update them each time a new score is generated.
