enhanced FOV
This commit is contained in:
parent
0a0ff2d1ed
commit
1bd0ab372d
4 changed files with 20 additions and 15 deletions
2
g.py
2
g.py
|
|
@ -15,8 +15,6 @@ context: tcod.context.Context
|
|||
world: tcod.ecs.Registry
|
||||
"""The active ECS registry and current session."""
|
||||
|
||||
world_center: tuple[int,int] = Position(50, 50)
|
||||
|
||||
screens: list[Screen] = []
|
||||
"""A stack of states with the last item being the active state."""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue