summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/maps/broom.json5
-rw-r--r--content/maps/room.json2
2 files changed, 5 insertions, 2 deletions
diff --git a/content/maps/broom.json b/content/maps/broom.json
index f6044a6..c9f3762 100644
--- a/content/maps/broom.json
+++ b/content/maps/broom.json
@@ -1,7 +1,10 @@
{
"width": 42,
"height": 23,
- "spawn": [5, 5],
+ "spawn": [5, 15],
+ "places": {
+ "northentry": [6, 1]
+ },
"field": [
" %%% ",
"XXXXX,.,XXXXXXXXXX~~~XXXXXXXXXXXXXXXXXXXXX",
diff --git a/content/maps/room.json b/content/maps/room.json
index 5631b24..4bfd923 100644
--- a/content/maps/room.json
+++ b/content/maps/room.json
@@ -40,7 +40,7 @@
"X": "rock",
"*": ["grass", "pebble"],
"o": ["grass", "stone"],
- "%": {"type": "portal", "kwargs": {"destination": "broom"}},
+ "%": {"type": "portal", "kwargs": {"destination": "broom", "dest_pos": "northentry"}},
" ": []
}
}