forked from ndyer/pygame-dvd
fixed another typo
This commit is contained in:
parent
eaa4029bff
commit
22f7a60499
@ -26,7 +26,7 @@ class SteamLogo(pygame.sprite.Sprite):
|
|||||||
|
|
||||||
Args:
|
Args:
|
||||||
window_size (tuple): Size of the game window (width, height).
|
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__()
|
super().__init__()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user