1
0
forked from ndyer/pygame-dvd

changed count of mini logos from 20 to 25

This commit is contained in:
2025-01-06 22:53:56 -05:00
parent 827a781f24
commit afe58c15a8

View File

@@ -175,7 +175,7 @@ class Surface(pygame.Surface):
self.all_sprites = pygame.sprite.Group()
# Create all the mini Steam logos
for i in range(20):
for i in range(25):
self.all_sprites.add(SteamLogo(window_size, is_mini=True))
# Create the big Steam logo