forked from ndyer/pygame-dvd
typo fix
This commit is contained in:
parent
ed266511fb
commit
eaa4029bff
@ -17,7 +17,7 @@ class SteamLogo(pygame.sprite.Sprite):
|
|||||||
y_speed (int): Current speed in the Y axis.
|
y_speed (int): Current speed in the Y axis.
|
||||||
max_x (int): Maximum X position on the screen.
|
max_x (int): Maximum X position on the screen.
|
||||||
max_y (int): Maximum Y position on the screen.
|
max_y (int): Maximum Y position on the screen.
|
||||||
is_mini (bool): Whether or not the logo is a mini (background) logo or not.
|
is_mini (bool): Bool to determine whether the logo is a mini (background) logo or not.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, window_size: tuple, is_mini: bool = False):
|
def __init__(self, window_size: tuple, is_mini: bool = False):
|
||||||
|
Loading…
Reference in New Issue
Block a user