diff --git a/steam_saver/surfaces/steam_screen.py b/steam_saver/surfaces/steam_screen.py index d2d4e88..d3e0089 100644 --- a/steam_saver/surfaces/steam_screen.py +++ b/steam_saver/surfaces/steam_screen.py @@ -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__()