forked from ndyer/pygame-dvd
changed count of mini logos from 20 to 25
This commit is contained in:
parent
827a781f24
commit
afe58c15a8
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user