Width and height are managed dynamically: we can almost freely resize the window

This commit is contained in:
Yohann D'ANELLO
2020-11-09 00:44:08 +01:00
parent 0ab0e6a00c
commit e9c8640159
6 changed files with 48 additions and 16 deletions

View File

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