Fixed game <-> display interaction (the game prints correctly \o/ )
This commit is contained in:
@ -8,7 +8,7 @@ class StatsDisplay():
|
||||
player: Player
|
||||
|
||||
def __init__(self, height: int, width: int,
|
||||
topleftx: int, toplefty: int):
|
||||
toplefty: int, topleftx: int):
|
||||
self.width = width
|
||||
self.height = height
|
||||
self.topleftx = topleftx
|
||||
|
Reference in New Issue
Block a user