Changed default param

This commit is contained in:
Marcin Kostrzewski 2020-05-14 12:11:46 +02:00
parent dac8583665
commit 065111dee9

View File

@ -11,7 +11,7 @@ class Entity(pygame.sprite.Sprite):
pygameTimer = pygame.time.Clock() pygameTimer = pygame.time.Clock()
def __init__(self, texture, size, pos, screenRelative=True): def __init__(self, texture, size, pos, screenRelative=False):
""" """
Create an entity. Create an entity.