Added logs to the layout, clear logs on new game (tests still aren't fixed)
This commit is contained in:
@ -33,7 +33,7 @@ class Display:
|
||||
self.width = width
|
||||
self.height = height
|
||||
if hasattr(self, "pad") and resize_pad:
|
||||
self.pad.resize(self.height - 1, self.width - 1)
|
||||
self.pad.resize(self.height, self.width)
|
||||
|
||||
def refresh(self, *args, resize_pad: bool = True) -> None:
|
||||
if len(args) == 4:
|
||||
|
Reference in New Issue
Block a user