re-statsdisplay
This commit is contained in:
parent
1e2ff8a8ea
commit
760e322389
|
@ -1,3 +1,5 @@
|
||||||
|
import curses
|
||||||
|
|
||||||
class StatsDisplay:
|
class StatsDisplay:
|
||||||
def __init__(self, player, height, width, topleftx, toplefty) :
|
def __init__(self, player, height, width, topleftx, toplefty) :
|
||||||
self.width = width
|
self.width = width
|
||||||
|
|
Loading…
Reference in New Issue