dille12 / OVRDOZE

OVRDOZE: WIP python/pygame 2D zombie shooter
Other
5 stars 2 forks source link

pygame.display.set_mode(fs_size, pygame.FULLSCREEN) does causes the game to crash on non 1080p resolutions #8

Closed woesbot closed 2 years ago

woesbot commented 2 years ago

Consider using the pygame.SCALED flag

pygame.display.set_mode(fs_size, pygame.FULLSCREEN | pygame.SCALED)