Replies: 1 comment
-
I agree that the super weapon list will be better more compact. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, the list of super weapons on screen can get to be so many that they can't all be shown. I was thinking we could make this a more compact list by only listing the super weapon once per player, followed by the multiple countdown timers, and also in order of pending time from least to most for easy glancing.
It could look something like this, where every timer is shown, including the zero timers:
Since we're listing multiple timers, there's really no point of continuing to show one timer on the same line as the name. That will save on horizontal space. I would also recommend left justification at the right side of the screen as the listed timers would look weird if everything remains right justified. I picked 5 as the maximum number of timers for each line because I believe that would be about the same length as the longest super weapon name, the Particle Uplink Cannon.
An even more compact form could be where the zero timers are removed and only the first 5 lowest non-zero timers are shown:
And if all super weapons are ready, then a single zero timer could be used as a space filler to help keep the list from vertically jumping around so much:
If you wanted to shorten the Particle Uplink Cannon name to Particle Cannon or Particle Uplink and only list 4 timers per line, that would save on even more horizontal space.
Beta Was this translation helpful? Give feedback.
All reactions