Merchant menu is updated through its update function, and does not access globally to the Game instance
This commit is contained in:
@ -7,6 +7,7 @@ from squirrelbattle.interfaces import Logs
|
||||
|
||||
|
||||
class LogsDisplay(Display):
|
||||
logs: Logs
|
||||
|
||||
def __init__(self, *args) -> None:
|
||||
super().__init__(*args)
|
||||
|
Reference in New Issue
Block a user