summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-04-20 13:00:34 +0200
committertroido <troido@protonmail.com>2020-04-20 13:00:34 +0200
commit9ffe36a5375a25601dcc528aa603fb1e679f9847 (patch)
treef59c1d315e81b84a2f521d3b4acd2fb52c8936ea /content
parent047b23895df301a622cfd3330787ef900c9777e9 (diff)
stop hardcoding default room and encyclopedia
Diffstat (limited to 'content')
-rw-r--r--content/world.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/content/world.json b/content/world.json
new file mode 100644
index 0000000..e544bb3
--- /dev/null
+++ b/content/world.json
@@ -0,0 +1,4 @@
+{
+ "default_room": "tutorial",
+ "encyclopedia": "default_encyclopedia"
+}