diff --git a/src/entities/Entity.py b/src/entities/Entity.py index 926db45..b2b86be 100644 --- a/src/entities/Entity.py +++ b/src/entities/Entity.py @@ -120,11 +120,11 @@ class Entity(pygame.sprite.Sprite): rect = image.get_rect() return image, rect - def getFacingCoord(self, screenRelative=True): + def getFacingCoord(self, screenRelative=False): """ Gets coordinates forward to this entity. - :param screenRelative: If true, the method returns absolute coords + :param screenRelative: If true, the method returns absolute coords (default=False) :return: Position tuple of (x,y) coords """ if screenRelative: