-
Notifications
You must be signed in to change notification settings - Fork 41
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 Crispy HUD #2077
add Crispy HUD #2077
Conversation
rfomin
commented
Dec 5, 2024
Should the face be centred or removed? |
I don't care. I never liked it, but people seem to prefer it to be visible. I'd say it looks even worse on the gun sprite. |
src/mn_menu.c
Outdated
@@ -1798,7 +1798,7 @@ static void M_SizeDisplay(int choice) | |||
default: | |||
break; | |||
} | |||
screenblocks = BETWEEN(3, 12, screenblocks); | |||
screenblocks = BETWEEN(3, 13, screenblocks); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What if a PWAD contains an SBARDEF lump that does not provide the extra HUD?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be OK. We will show the last available status bar.
Well, now it's full frontal on the weapon sprite. |
Face removed in: 493a8a6 |
Should we merge this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please merge, thank you!