8 lines
81 B
Python
8 lines
81 B
Python
|
|
"""
|
||
|
|
Define all game variables here.
|
||
|
|
"""
|
||
|
|
|
||
|
|
vars = {
|
||
|
|
"cell_door_open": False,
|
||
|
|
}
|