From 93f4e9f53d8867635c26214a5cf6af75bed658d7 Mon Sep 17 00:00:00 2001 From: Marcin Kostrzewski Date: Thu, 14 May 2020 12:05:32 +0200 Subject: [PATCH] Changed tooltip --- src/entities/Entity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entities/Entity.py b/src/entities/Entity.py index 6f34427..f614603 100644 --- a/src/entities/Entity.py +++ b/src/entities/Entity.py @@ -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: