updated pygame requirement to 2.6.1, changed default screen size

This commit is contained in:
Nicholas Dyer 2024-11-07 12:40:25 -05:00
parent 01d2ceee9e
commit fb25849b38
Signed by: ndyer
GPG Key ID: B4FEDEE7298D2503
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ import pygame
import dvd_bounce.surfaces as surfaces
# Global variables
SCREEN_SIZE = (720, 720)
SCREEN_SIZE = (1920, 1080)
FPS = 60
VALID_SURFACES = [
'dvd_screen'

View File

@ -1 +1 @@
pygame~=2.1.3
pygame~=2.6.1