Modified main menu to be able to override the current game with a new one
This commit is contained in:
@ -12,6 +12,7 @@ from typing import Callable
|
||||
class Game:
|
||||
map: Map
|
||||
player: Player
|
||||
# display_actions is a display interface set by the bootstrapper
|
||||
display_actions: Callable[[DisplayActions], None]
|
||||
|
||||
def __init__(self) -> None:
|
||||
|
Reference in New Issue
Block a user