moved walls to static map object
This commit is contained in:
parent
a4981d1575
commit
9b85305481
3 changed files with 32 additions and 22 deletions
2
g.py
2
g.py
|
|
@ -17,6 +17,8 @@ world: tcod.ecs.Registry
|
|||
world_map: tcod.map.Map
|
||||
"""Wall Map of current World"""
|
||||
|
||||
world_center: tuple[int,int] = (50, 50)
|
||||
|
||||
states: list[game.state.State] = []
|
||||
"""A stack of states with the last item being the active state."""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue