Files
ages/examplegame/vars.py

8 lines
81 B
Python
Raw Normal View History

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