Open Generic626 opened 9 months ago
Regarding the screen resolution, this game will display normally on a 1080p monitor, but it will be very small on a 4k resolution screen, so the game developer needs to pay attention to the display of the game on different resolutions and sizes of the screen, and use auto-scaling to get a better display effect.
under 1080p
under 4k
Apparently the game screen is very small in 4k size
It also happens on monitors that with low resolution. Some of the buttons will go missing, just like what happened in 21:9. The following picture is the result of in 800x600 monitor.
When playing the game full screen in a 21:9 monitor, the entire top bar and some of the bottom portion will go "missing" due to the incorrect aspect ratio, or shall I say float off screen
21:9 screenshot:
16:9 screenshot:
To counteract this, I propose to provide better support for 21:9 devices, either scale back the game down to 16:9 then fill in the left and right spaces like so:
or modify the game to provide better responsive layout.
Don't know if this should be a feature or defect, apologies for the possible wrong labelling in advance.