enhanced FOV

This commit is contained in:
Lukas Nöllemeyer 2024-08-17 12:28:39 +02:00
parent 0a0ff2d1ed
commit 1bd0ab372d
4 changed files with 20 additions and 15 deletions

2
g.py
View file

@ -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."""