Scoreboards - supply formatted text

Add an additional option that lets us send a formatted string for display alongside/instead of the numeric value.

E.g. for a speedrun board, we could send seconds as our score as 267, but also supply “4 minutes 26s” as a string for display - it’d still sort by the numeric ‘score’ but just show the times in the leaderboard.

Other examples - “123421 - Reached level 30, died 6 times”

1 Like

I agree with you,

I’ve used some tricks to keep track of the level name in my upcoming game Pocket;City since actual highscores implementation lacks of space for extra data.