add a new place

This commit is contained in:
2024-04-04 20:36:31 +02:00
parent b460480e2b
commit c0c3d2136b
+4 -1
View File
@@ -13,7 +13,7 @@
"moves": [ "moves": [
{"name": "Back Home", "place": "home"}, {"name": "Back Home", "place": "home"},
{"name": "To the Left", "place": "cave_entrens"}, {"name": "To the Left", "place": "cave_entrens"},
{"name": "To the Right", "place": ""}, {"name": "To the Right", "place": "the_big_dark_forest"},
{"name": "Down to the River", "place": "river"}, {"name": "Down to the River", "place": "river"},
{"name": "To a Old Farm", "place": "old_farm"} {"name": "To a Old Farm", "place": "old_farm"}
] ]
@@ -26,6 +26,9 @@
"cave_entrens": { "cave_entrens": {
"story": "" "story": ""
}, },
"the_big_dark_forest": {
"story": ""
},
"river": { "river": {
"story": "" "story": ""
}, },