From 22f7a604998785d22c1b176dd7e20238c9878ab5 Mon Sep 17 00:00:00 2001 From: Nicholas Dyer Date: Tue, 7 Jan 2025 09:20:26 -0500 Subject: [PATCH] fixed another typo --- steam_saver/surfaces/steam_screen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__()