jes icon indicating copy to clipboard operation
jes copied to clipboard

Fixed the window being bigger than the screen

Open starlinetor opened this issue 11 months ago • 2 comments

Made the window full screen and added the following line """ ctypes.windll.user32.SetProcessDPIAware() """

Source : https://stackoverflow.com/questions/27421391/pygame-display-info-giving-wrong-resolution-size

starlinetor avatar Jan 17 '25 16:01 starlinetor

Changing the resolution just breaks the game, the whole UI needs to be fixed properly so it can scale. Also please try to use libraries that work in all platforms

azealo avatar Jan 17 '25 19:01 azealo

is there a way to not break everything when using the ctypes.windll.user32.SetProcessDPIAware()?

Juancraft567 avatar Jan 19 '25 22:01 Juancraft567