imporved wall rendering and added floor rendering

This commit is contained in:
Lukas Nöllemeyer 2024-08-18 13:28:14 +02:00
parent b23194ea46
commit f29f067aad
4 changed files with 40 additions and 31 deletions

View file

@ -37,7 +37,6 @@ def add_door(world, pos):
)
add_wall(world, pos)
def new_world() -> Registry:
"""Return a freshly generated world."""
world = Registry()