Doors are now seperate

This commit is contained in:
Steffen Illium
2023-05-08 10:26:05 +02:00
parent 6c2df735d4
commit a08ae73656
17 changed files with 725 additions and 262 deletions

@ -44,7 +44,7 @@ class DirtFactory(BaseFactory):
def entities_hook(self) -> Dict[(str, Entities)]:
super_entities = super().entities_hook
dirt_register = DirtPiles(self.dirt_prop, self._level_shape)
super_entities.update(({c.DIRT: dirt_register}))
super_entities.update({c.DIRT: dirt_register})
return super_entities
def __init__(self, *args,