diff --git a/src/entities/Player.py b/src/entities/Player.py index bc0d713..4b6b86b 100644 --- a/src/entities/Player.py +++ b/src/entities/Player.py @@ -6,8 +6,6 @@ import pygame class Player(Entity): - statistics: Statistics - def __init__(self, spawnpoint, size): super().__init__("player.png", size, (spawnpoint[0] * size, spawnpoint[1] * size)) # Where the player is facing, 0 - north, 1