Spawn also items
This commit is contained in:
@ -52,7 +52,7 @@ class Game:
|
||||
self.player = Player()
|
||||
self.map.add_entity(self.player)
|
||||
self.player.move(1, 14)
|
||||
self.map.spawn_random_entities(randint(1, 5))
|
||||
self.map.spawn_random_entities(randint(3, 10))
|
||||
|
||||
@staticmethod
|
||||
def load_game(filename: str) -> None:
|
||||
|
Reference in New Issue
Block a user