Changed tooltip

This commit is contained in:
Marcin Kostrzewski 2020-05-14 12:05:32 +02:00
parent 2618bbdf9c
commit 93f4e9f53d

View File

@ -158,7 +158,7 @@ class Entity(pygame.sprite.Sprite):
# Deprecated - use move() instead
def moveForward(self):
"""
Moves the player forward. NOTE: should not be used outside of the player class.
Moves the player forward. NOTE: should not be used outside of the entity class.
"""
if self.rotation.value == Rotations.NORTH.value: