Removed unnecessary line

This commit is contained in:
Marcin Kostrzewski 2020-04-06 09:56:07 +02:00
parent 318f7881a1
commit 8339797409

View File

@ -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