1
0
forked from ndyer/pygame-dvd

changed count of mini logos from 20 to 25

This commit is contained in:
Nicholas Dyer 2025-01-06 22:53:56 -05:00
parent 827a781f24
commit afe58c15a8
Signed by: ndyer
GPG Key ID: B4FEDEE7298D2503

View File

@ -175,7 +175,7 @@ class Surface(pygame.Surface):
self.all_sprites = pygame.sprite.Group() self.all_sprites = pygame.sprite.Group()
# Create all the mini Steam logos # 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)) self.all_sprites.add(SteamLogo(window_size, is_mini=True))
# Create the big Steam logo # Create the big Steam logo