-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add shot limit on HUD #170
base: master
Are you sure you want to change the base?
Conversation
Add the number of shots left for the current flag on the HUD. Remove the messages saying the number of shots left.
Change the shot limit label location to be on top of the shot indicators instead of to the right of them. Also make them slightly transparent. Fix problem where not showing the currect number when observing.
Since this affects the client visually, please share screenshots of what your changes do. This way we get an idea of how it'll look and be able to give you feedback all without having to download your patch and test it ourselves. |
It needs some kind of label or icon next to the number showing that it's a limit, not just a random floating number. |
When the player grabs a flag with a limited number of shots, the label will fade in for 1 second, show for 3, then fade out for 1 second.
I'm personally hesitant of the location of this label. Thoughts on placement? I'd favor a place where other flag information is already stored, e.g.
|
Hmm. I could add a simple option to switch it's location between where you said, that way if the player doesn't like it in one spot he/she could move it to the other. What do you think? |
BZFlag does not need more options. But there may be more room near the flag |
Since this PR has grown stale and it's something we're going to need to discuss further with some more mockups, I'm placing this one on hold. |
So what's the status on this? |
Add the number of shots left for the current flag on the HUD. Remove the messages saying the number of shots left.