updated pygame requirement to 2.6.1, changed default screen size
This commit is contained in:
@@ -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'
|
||||
|
@@ -1 +1 @@
|
||||
pygame~=2.1.3
|
||||
pygame~=2.6.1
|
Reference in New Issue
Block a user