fixed pause menu and made world_map a component of world
This commit is contained in:
parent
bfabba3d82
commit
45e7a8927a
3 changed files with 41 additions and 25 deletions
3
g.py
3
g.py
|
|
@ -15,9 +15,6 @@ context: tcod.context.Context
|
|||
world: tcod.ecs.Registry
|
||||
"""The active ECS registry and current session."""
|
||||
|
||||
world_map: tcod.map.Map
|
||||
"""Wall Map of current World"""
|
||||
|
||||
world_center: tuple[int,int] = Position(50, 50)
|
||||
|
||||
screens: list[Screen] = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue