-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
The debug menu has a funny size #75667
Comments
Removing the override on the bounds is a simple enough patch. How does it look when the game window is small? I don’t think we should remove the text; it does serve a purpose, and its removed automatically if you have a debug character. But maybe the first part, “Debug Functions”, should be a title instead. Then the text can be slightly shorter. |
That’s known, not really that strange, happens when you wrap around from top to bottom or bottom to top, and is a separate issue. |
Looks ok there, but what about a tall narrow window like a phone in portrait mode? Like in the original post. |
Describe the bug
The primary debug menu has a lot of text at the top that causes problems when the code tries to pick a correct size for the menu. Currently it overrides the default sizing and sets itself to half the width and height of the screen. This looks awkward on normal screens but not half so awkward as it would otherwise. It looks even worse on small screens.
Attach save file
n/a
Steps to reproduce
Open the debug menu, you can’t miss it.
Expected behavior
I expect it to look so normal and ordinary that you don’t even notice it.
Screenshots
Small window:
Versions and configuration
Dark Days Ahead [dda],
Magiclysm [magiclysm],
Disable NPC Needs [no_npc_food],
Portal Storms Ignore NPCs [personal_portal_storms],
Slowdown Fungal Growth [no_fungal_growth]
]
Additional context
No response
The text was updated successfully, but these errors were encountered: