diff options
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"}}, " ": [] } } |
