Updated BG sprites

This commit is contained in:
2021-04-05 23:48:46 +03:00
parent 6cdb2c61db
commit 27249ba052
5 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ class Floor(pygame.sprite.Sprite):
pygame.sprite.Sprite.__init__(self)
self.image = pygame.Surface((mainGameClass.getScreenWidth(),
mainGameClass.getFloorHeight()*101))
self.image.fill((255, 204, 102))
self.image.fill((255, 229, 180))
self.rect = self.image.get_rect()
self.rect.center = (mainGameClass.getScreenWidth()/2,
mainGameClass.getScreenHeight() +