-
Notifications
You must be signed in to change notification settings - Fork 44
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
Default graphics/UI scale >1? #468
Comments
We could even write code to just detect the largest scale that fits on the screen, and default to that one. |
Since I think the same scale pref is applied to the 2 editors, those resolutions are a consideration too. PC editor: 590x440 |
Personally I think there's little point in doing something like this, unless we can write code that dynamically chooses somehow. Querying the screen's dpi somehow would be ideal, but basing it on what'll fit sounds okay too. |
I think given modern monitor sizes, players are more likely than not to have extra space for the game window. Launching it at 1x scale can actually put strain on the eyes--and people might not think to go to the preferences to fix that. Maybe we could make the default setting 1.5x or even 2x?
The text was updated successfully, but these errors were encountered: