From 530661e39b0b8791bc8c790ece3bc558033894ca Mon Sep 17 00:00:00 2001 From: troido Date: Wed, 20 May 2020 17:10:56 +0200 Subject: wrote first part of the content creation tutorial --- docs/tutorial/content1/world.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs/tutorial/content1/world.json (limited to 'docs/tutorial/content1/world.json') diff --git a/docs/tutorial/content1/world.json b/docs/tutorial/content1/world.json new file mode 100644 index 0000000..3a8bc04 --- /dev/null +++ b/docs/tutorial/content1/world.json @@ -0,0 +1,4 @@ +{ + "default_room": "island", + "encyclopediae": ["default_encyclopedia", "crops", "base", "npcs"] +} -- cgit