Removed unnecessary line
This commit is contained in:
parent
318f7881a1
commit
8339797409
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user