From 7262cfc53b4af978d6db1b91e3143200f906587f Mon Sep 17 00:00:00 2001 From: troido Date: Sun, 23 Feb 2020 01:18:17 +0100 Subject: rooms have named locations to be used by portals --- content/maps/broom.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'content/maps/broom.json') 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", -- cgit