updated pygame requirement to 2.6.1, changed default screen size
This commit is contained in:
parent
01d2ceee9e
commit
fb25849b38
@ -2,7 +2,7 @@ import pygame
|
|||||||
import dvd_bounce.surfaces as surfaces
|
import dvd_bounce.surfaces as surfaces
|
||||||
|
|
||||||
# Global variables
|
# Global variables
|
||||||
SCREEN_SIZE = (720, 720)
|
SCREEN_SIZE = (1920, 1080)
|
||||||
FPS = 60
|
FPS = 60
|
||||||
VALID_SURFACES = [
|
VALID_SURFACES = [
|
||||||
'dvd_screen'
|
'dvd_screen'
|
||||||
|
@ -1 +1 @@
|
|||||||
pygame~=2.1.3
|
pygame~=2.6.1
|
Loading…
Reference in New Issue
Block a user