Files
ages/examplegame/vars.py
2021-11-18 13:02:16 -08:00

8 lines
81 B
Python

"""
Define all game variables here.
"""
vars = {
"cell_door_open": False,
}