fixed a typo

This commit is contained in:
Krisotfers-Solo 2022-03-11 19:16:21 +02:00
parent 8a6e228c8c
commit 785c7c08ee
2 changed files with 3 additions and 3 deletions

View File

@ -0,0 +1 @@
pygame==2.1.2

View File

@ -1,10 +1,9 @@
# Author - Kristiāns Francis Cagulis
# Date - 06.03.2022
# Date - 11.03.2022
# Title - Space invaders
# TODO: Add enemy movement in groups
import pygame
from random import randint, randrange, choice
from random import choice
from os.path import abspath, dirname, join
WIDTH, HEIGHT = 800, 800