Split out examplegame defs by items, rooms, and vars
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
7
examplegame/vars.py
Normal file
7
examplegame/vars.py
Normal file
@@ -0,0 +1,7 @@
|
||||
"""
|
||||
Define all game variables here.
|
||||
"""
|
||||
|
||||
vars = {
|
||||
"cell_door_open": False,
|
||||
}
|
||||
Reference in New Issue
Block a user