imporved wall rendering and added floor rendering
This commit is contained in:
parent
b23194ea46
commit
f29f067aad
4 changed files with 40 additions and 31 deletions
|
|
@ -37,7 +37,6 @@ def add_door(world, pos):
|
|||
)
|
||||
add_wall(world, pos)
|
||||
|
||||
|
||||
def new_world() -> Registry:
|
||||
"""Return a freshly generated world."""
|
||||
world = Registry()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue