removed unused context
This commit is contained in:
parent
5b2a68ff2c
commit
74dd6b9fa1
1 changed files with 0 additions and 3 deletions
3
g.py
3
g.py
|
|
@ -8,9 +8,6 @@ from tcod.ecs import Registry
|
||||||
from game.screens import Screen
|
from game.screens import Screen
|
||||||
from game.render import Renderer
|
from game.render import Renderer
|
||||||
|
|
||||||
context: Context
|
|
||||||
"""The window managed by tcod."""
|
|
||||||
|
|
||||||
world: Registry
|
world: Registry
|
||||||
"""The active ECS registry and current session."""
|
"""The active ECS registry and current session."""
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue