Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(5 edits)

When I upload to the leaderboard with ascending order checked it only changes my score if I get a higher score(worse in my game) but not if I get a lower score(better in my game)

(+1)

Hello! Working on a fix for this in an upcoming update!

Do you know when the update will release? I'm hoping to add it to a game for the post jam jam

Just released :)

(+1)

I know this is fixed, but what I would do is just encode the score on the leaderboard as 2147483647 - score

This is how people used to do it before the ascending order sorting feature was added 😂