diff options
| author | troido <troido@protonmail.com> | 2020-02-21 17:49:50 +0100 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-02-21 17:49:50 +0100 |
| commit | 07cc6d8919193c38cc13b2567ede5a510938db18 (patch) | |
| tree | 83588f118036fa56905043eb23c5a1d79e0497da /content/maps/room.json | |
| parent | e69d9c3b5266fd6f9215d1e3f4a761b8027a785c (diff) | |
players can now go to different rooms
Diffstat (limited to 'content/maps/room.json')
| -rw-r--r-- | content/maps/room.json | 6 |
1 files changed, 4 insertions, 2 deletions
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"}}, " ": [] } } |
