changed default resolution to 240x240

This commit is contained in:
Nicholas Dyer 2023-05-12 23:45:35 -04:00
parent 44986e62c0
commit aa7bcccada
1 changed files with 1 additions and 1 deletions

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 = 320
screen_size = 240
window = pygame.display.set_mode((screen_size, screen_size))
surface = pygame.Surface((game_res, game_res))