Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(2 edits)

Possibly me, but when I went to check the leaderboard it came up first as no names, with 99:99:99 times in the top 5. Then when I refreshed, it came up as empty. I hope I didn't break the leaderboard somehow. It doesn't load on two different computers now. (it was fine before I hit my 59:64 time)

Edit: Seems to be fixed now, not sure what happened to it before. I'll keep the broken screenshot here anyway, just in case the bug report is useful.

Wooo!! Congrats on the sub-60!!!

I think I know what the cause of the bug is. If the http request to the lootlocker servers returns null values, I have it print out 99:99:99 - ?? (to fill in the blank spots when the game was first uploaded and no one submitted yet)

So what happened for you was the request got messed up halfway through somehow. I built in a small delay to give the servers time to respond but it's a strict timer ... not actually waiting for confirmation from the servers... 

I think that's something I could definitely figure out next time I do leaderboards! I really struggle a lot with UI coding lol. Thank you for that report!