1
0
forked from ndyer/pygame-dvd

fixed another typo

This commit is contained in:
Nicholas Dyer 2025-01-07 09:20:26 -05:00
parent eaa4029bff
commit 22f7a60499
Signed by: ndyer
GPG Key ID: B4FEDEE7298D2503

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__()