Update MapDisplay after loading a map
This commit is contained in:
parent
e52e0c833c
commit
57a20c53f3
|
@ -123,6 +123,7 @@ class Game:
|
||||||
Loads the game from a dictionary
|
Loads the game from a dictionary
|
||||||
"""
|
"""
|
||||||
self.map.load_state(d)
|
self.map.load_state(d)
|
||||||
|
self.display_actions(DisplayActions.UPDATE)
|
||||||
|
|
||||||
def load_game(self) -> None:
|
def load_game(self) -> None:
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue