From 9ffe36a5375a25601dcc528aa603fb1e679f9847 Mon Sep 17 00:00:00 2001 From: troido Date: Mon, 20 Apr 2020 13:00:34 +0200 Subject: stop hardcoding default room and encyclopedia --- content/world.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 content/world.json (limited to 'content') 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" +} -- cgit