changed resolution back to 320x320

This commit is contained in:
Nick Dyer 2021-06-19 23:32:01 -04:00
parent 40983db230
commit a203a14118

View File

@ -545,7 +545,7 @@ def game():
# The game is normally rendered at 80 pixels and upscaled from there. If changing displays, change the
# screen_size to reflect what the resolution of the new display is.
screen_size = 800
screen_size = 320
window = pygame.display.set_mode((screen_size, screen_size))
surface = pygame.Surface((game_res, game_res))