Grimmys / rpg_tactical_fantasy_game

A tactical turn-based game project in pygame, open to support
GNU General Public License v3.0
392 stars 85 forks source link

Fixed bug with high DPI #43

Closed IldarRyabkov closed 3 years ago

IldarRyabkov commented 3 years ago

Fixed issue of oversized game window on computers with high DPI display on Windows. Automatic scaling of the program on Windows makes the game only partly seen, so I turned it off

Grimmys commented 3 years ago

Oh, I didn't think about this situation.

But well... I find this new display a bit weird... A bit too "tiny" at least on my 1920x1080 screen, but yeah it is probably because I should now adjust the game to better fit the window. It is also really weirdly displayed on fullscreen (the game is not centered), but I think it was already an issue before (that has been revealed thanks to this change).

I'm gonna try some things to improve game visibility, and fix the fullscreen issue before merging this PR, if it doesn't bother you.

Anyway, thank you for your contribution! 😄

Grimmys commented 3 years ago

Ok, I didn't find an easy way to improve "game visibility", but at least I fixed the fullscreen issue.

I think this PR is ready to be merged.

Again, thank you for your accurate contribution.