Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

max

17
Posts
5
Followers
A member registered Mar 07, 2022 · View creator page →

Creator of

Recent community posts

i had an issue of the loading bar appearing for no reason when entering full screen. i added "window.focus();" to the end of onResize() which fixes it. maybe could be considered to be added to the asset :)

thank you :)! i didn't really add an end; so you can keep getting richer. (just like real capitalism!)

thank you for noticing. the abbreviations should now appear until 10^36,  10^37 should display as "10*10^36" and 10^38 should display as "100*10^36". sorry for the delay!

hi, i've fixed the bug. thanks for the report!

that's nice to hear. i appreciate your feedback!

thank you!

thank you for the lovely comment, glad you enjoyed it! :)

ah i think i've solved it, for anyone else wondering: comment out these. thanks again for the great template :)

// if (w * r > window.innerHeight) {

//  w = Math.min(w, Math.ceil(h / r));

// }

//h = Math.floor(w * r);

Thank you so much for this tool. I'm wondering if there is a way to remove the black/custom bars when resizing it; for the game view to take up the entire screen in fullscreen mode.

(1 edit)

For the time being, I've edited the code.

Tried, but found that having multiple users type the same username breaks it, and userguid is always null, so I'll wait on you to fix the rank.

 Thanks

Hey, do you know why any entry to the leaderboard's rank variable is always 1?

Here is my code: 

When the old entry that was replaced because the same user added a new entry,

they were both instantiated.

(1 edit)

Can you also explain why when I upload a new entry from the same player, on this app it shows that the usernames were replaced, but on the callback function, both the old entry and the new one exist, causing some  problems in the UI, eg. your old highscore with your old username shows up, as well as your new highscore with your new username.

Another question: You say that one player can only have one leaderboard entry, but how are you deciding if this is the same player? Is there any way to remove this?

Also, when I upload a new entry from the same player, on this app it shows that the usernames were replaced, but on the callback function, both the old entry and the new one exist, causing some  problems in the UI, eg. your old highscore with your old username shows up, as well as your new highscore with your new username.

(1 edit)

Hey, I'm wondering how to detect if uploading a new entry failed because of the profanity filter or because the username was already there. Is there any way to do that?