From 07cc6d8919193c38cc13b2567ede5a510938db18 Mon Sep 17 00:00:00 2001 From: troido Date: Fri, 21 Feb 2020 17:49:50 +0100 Subject: players can now go to different rooms --- content/maps/room.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'content/maps/room.json') diff --git a/content/maps/room.json b/content/maps/room.json index 4025639..94afbb8 100644 --- a/content/maps/room.json +++ b/content/maps/room.json @@ -1,6 +1,6 @@ { "width": 42, - "height": 22, + "height": 23, "spawn": [5, 15], "field": [ " XXXXXXXXXXXX~~~XXXXXXXXXXXXXXXXXXXXXX", @@ -24,7 +24,8 @@ "X*,,,,.,,,,,,,,,,,~~~'''''''''''f''''f'''X", "X,,,,,.,,,,,,,,,,,~~~'''''''''''ffffff'''X", "X,,,,,.,,,,,,,,,,,~~~''''''''''''''''''''X", - "XXXXX,.,XXXXXXXXXX~~~XXXXXXXXXXXXXXXXXXXXX" + "XXXXX,.,XXXXXXXXXX~~~XXXXXXXXXXXXXXXXXXXXX", + " %%% " ], "mapping": { "#": "wall", @@ -38,6 +39,7 @@ "f": ["grass", "fence"], "X": "rock", "*": ["grass", "pebble"], + "%": {"type": "portal", "kwargs": {"destination": "broom"}}, " ": [] } } -- cgit