1
0
forked from ndyer/pygame-dvd

fixed another typo

This commit is contained in:
2025-01-07 09:20:26 -05:00
parent eaa4029bff
commit 22f7a60499

View File

@@ -26,7 +26,7 @@ class SteamLogo(pygame.sprite.Sprite):
Args:
window_size (tuple): Size of the game window (width, height).
is_mini (tuple): Determines if the logo is going to be a background logo (mini) or the foreground one.
is_mini (bool): Determines if the logo is going to be a background logo (mini) or the foreground one.
"""
super().__init__()