Update Game_V2.py

master
Gerhards Kristians Tillers 2024-03-03 10:07:51 +00:00
parent 0b11590e52
commit 7b0dae6f96
1 changed files with 320 additions and 320 deletions

View File

@ -2,8 +2,8 @@ import pygame
from random import randint from random import randint
import math import math
SCREEN_X = 1920 SCREEN_X = 1280
SCREEN_Y = 1015 SCREEN_Y = 720
# pygame setup # pygame setup
pygame.init() pygame.init()