Width and height are managed dynamically: we can almost freely resize the window
This commit is contained in:
@ -106,5 +106,5 @@ class TestGame(unittest.TestCase):
|
||||
|
||||
def test_stats_display(self) -> None:
|
||||
self.game.current_display = StatsDisplay(None, self.game.player,
|
||||
42, 42, 0, 0)
|
||||
42, 42)
|
||||
self.game.current_display.refresh()
|
||||
|
Reference in New Issue
Block a user