This commit is contained in:
eichhornchen
2021-01-05 10:59:17 +01:00
parent bb77dab628
commit 9cb5c9157f
3 changed files with 3 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class CreditsDisplay(Display):
self.ascii_art_displayed = False
def update(self, game: Game) -> None:
return
return
def display(self) -> None:
self.box.refresh(self.y, self.x, self.height, self.width)