Update Game_V2.py
parent
0b11590e52
commit
7b0dae6f96
|
@ -2,8 +2,8 @@ import pygame
|
|||
from random import randint
|
||||
import math
|
||||
|
||||
SCREEN_X = 1920
|
||||
SCREEN_Y = 1015
|
||||
SCREEN_X = 1280
|
||||
SCREEN_Y = 720
|
||||
|
||||
# pygame setup
|
||||
pygame.init()
|
||||
|
|
Loading…
Reference in New Issue