the_game / classes /constants.py
warhawkmonk's picture
Upload 144 files
34ecae4 verified
Raw
History Blame Contribute Delete
139 Bytes
WIDTH = 1200
HEIGHT = 800
ENEMY_FORCE = 4
SHOOT_DELAY = 150
FPS = 60
WHITE = (154, 164, 166)
BLACK = (0, 0, 0)
RED = (255, 0, 0)