tagpro-game / tagpro-issues

Public repository to report and review TagPro bugs, enhancements and suggestions.
15 stars 4 forks source link

[Suggestion] Leaderboard Thoughts/Ideas #288

Open ReelablePenny14 opened 8 years ago

ReelablePenny14 commented 8 years ago

I am a noob, but I think this could add to the game. In addition to using esc for showing the scoreboard could you also add shift to view it. This makes is a lot easier to quickly view it and get back into the game.

Also I think a different font for the leaderboard could be useful. It seems a bit hard to read and the table could use a bit of work (I think a bit of spacing could also help). For example (this is from vertix.io).

This may be the aesthetic you want to stay with. I just thought it could look better. I enjoy tagpro and will play more in the future :smile:

NewCompte commented 8 years ago

You can add shift to the leaderboard keys with an userscript.

on https://www.reddit.com/r/TagPro/comments/2n7sdq/userscript_remap_your_keys/

you can either change var show_options_key = esc; to var show_options_key = shift; or tagpro.keys.showOptions = [show_options_key]; to tagpro.keys.showOptions = [show_options_key, shift];

With the first option, esc will no longer work, with the second it will.