fixed alien bounds

This commit is contained in:
EggMan 2024-05-06 08:19:11 -04:00
parent 2a0301aefb
commit 228e3f91cb

View File

@ -21,7 +21,7 @@ SCREEN_TITLE = "Space Invaders"
PLAYER_SPEED = 1
PLAYER_BOUNDS = 32
ALIEN_BOUNDS = 32
ALIEN_BOUNDS = 16