We can open an empty inventory!
This commit is contained in:
@ -100,3 +100,8 @@ class MainMenuDisplay(Display):
|
||||
self.menudisplay.refresh(
|
||||
menuy, menux, min(self.menudisplay.preferred_height,
|
||||
self.height - menuy), menuwidth)
|
||||
|
||||
|
||||
class InventoryDisplay(MenuDisplay):
|
||||
def update_pad(self) -> None:
|
||||
pass
|
||||
|
Reference in New Issue
Block a user