jes
jes copied to clipboard
Fixed the window being bigger than the screen
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
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
is there a way to not break everything when using the ctypes.windll.user32.SetProcessDPIAware()?