Merchant menu is updated through its update function, and does not access globally to the Game instance

This commit is contained in:
Yohann D'ANELLO
2020-12-18 15:15:47 +01:00
parent 85870494a0
commit 46ce7c33bf
4 changed files with 18 additions and 11 deletions

View File

@ -7,6 +7,7 @@ from squirrelbattle.interfaces import Logs
class LogsDisplay(Display):
logs: Logs
def __init__(self, *args) -> None:
super().__init__(*args)