-
Notifications
You must be signed in to change notification settings - Fork 38
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
In-game UI overlay #15
Comments
Do you need to add policies to the game ?
|
By policies, do you mean fonts? :) If so, yes we might want to use a fancier font for the UI elements than the current Fira one. However I would look only for existing fonts of good quality, a custom-made font needs a huge work to be really readable and actually look good IMO. I'm pretty demanding regarding fonts and typography :) |
Why not on both letf and right sides ? ^^ It would maybe innovate a bit and let more room for additionnal infos (bomb level?fire level?items?) |
That sounds good @ObaniGemini. So P1 is top-left, P2 top-right, P3 bottom-left, and P4 bottom-right? Then you could have four groups of UI nodes (one for each player) and hide those groups that aren't in use. @akien-mga, thoughts? |
Initially I was thinking more something like the 3 examples you gave from old SNES Bomberman, but actually @ObaniGemini's idea sounds interesting too. There are some downsides though, as the four corner UI nodes will either cover part of the arena, or force us to add a substantial UI border all around the around the arena. That's probably not a big issue on desktop, but might become problematic if we were to actually make an android version (btw the android version would most likely only make sense when online multiplayer is implemented, I don't imagine 4 players tapping on the same phone :p). Another upside of the classic layout is that we can easily add/remove players and adjust the padding to make it look good. On the other hand, I like @ObaniGemini's suggestion that having more place for each player allows us to display more info, especially if we were to introduce some "RPG-like" elements later on. So I have no precise idea yet, I guess the top UI bar would work fine, and the corner UI nodes sound cool but I can't tell beforehand it will actually be practical :) |
That's something I had in mind too, maybe by displaying a small icon for each thing, and a number next to it. |
@akien-mga : Ok, I totaly understand that, and now that you tell it I think that's why all the bomberman games put their overlay on top of the screen ^^ |
The overlay should show at least the number of lives that each player has, maybe also the enabled skills, number of bombs, flame lengths, etc.
The text was updated successfully, but these errors were encountered: