COMP3122-2324-Project / Simpsyber

0 stars 0 forks source link

[DEFECT]: Obscure UI placement in 21:9 full screen mode #12

Open Generic626 opened 9 months ago

Generic626 commented 9 months ago

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: Screenshot 2024-02-22 174703

16:9 screenshot: Screenshot 2024-02-22 174727

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: Screenshot 2024-02-22 175243

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.

vincentforive commented 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

image

under 4k

image

Apparently the game screen is very small in 4k size

CasparFHM commented 8 months ago

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. 6