Minor style fixes

This commit is contained in:
2021-04-08 09:09:11 +03:00
parent 6f246354c7
commit c88f09405d
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -28,6 +28,7 @@ class Background():
for image in backgroundImages:
image.set_colorkey((255,0,255))
def __init__(self, mainGameClass):
pygame.sprite.Sprite.__init__(self)