diff options
Diffstat (limited to 'content/maps/smallview.json')
| -rw-r--r-- | content/maps/smallview.json | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/content/maps/smallview.json b/content/maps/smallview.json index 0f0982e..4a6cb31 100644 --- a/content/maps/smallview.json +++ b/content/maps/smallview.json @@ -8,7 +8,7 @@ "home": [24, 26] }, "field": [ - "########.###############.########", + "#################################", "#,,,,,,#.#,,,,,,#~~~,~,#.#,,,,^,#", "#,,,,,,#.#,,,,,,#~~~~~~#.#,,,,,,#", "#,,,,,,#.#,,,,,,#~~~~~~#.#,,,,,,#", @@ -16,7 +16,7 @@ "#,,,^^,#.#,,,,^,#,~~~~,#.#,,,,,,#", "#,,,,,,#.#,,,,,,#,~~,,,#.#,,,,,,#", "########.#########~#####.########", - "..................=..............", + "#.................=.............#", "########.#########~#####.########", "#,,,,,,#.#,,,,,,#^~^..^#.#,^,,,,#", "#,,,,,,#.#,,,,,,#^~^..^#.#,,,,,,#", @@ -32,7 +32,7 @@ "#,,,,,,#.T,,,TT,TT,T,T~,.#,,^,,,#", "#,,,,,,#.,TT,T,,T,,,T,~~.#,,,,,,#", "########.T,,TTTT,TTT,TT~.########", - ".......................=........4", + "#......................=........4", "########.,,~~~~~~~~~~1~~.########", "#,,,,,,#.~~~,,,T,,,,,,,~.3,,,,,,#", "#,,,,,,#.~,,,,,,,,,,,,,~,#,^,,,,#", @@ -52,11 +52,6 @@ "*": ["grass", "pebble"], "d": ["ground", "dummy"], "#": "fence", - ":": ["floor", { - "type": "spawner", - "args": ["seed", 1, 600], - "kwargs": {"initialSpawn": true} - }], ";": ["floor", "seed"], ".": "ground", "+": "floor", @@ -70,7 +65,7 @@ "type": "portal", "kwargs": {"destination": "town", "destpos": "gate"} }, "floor"], - "3": [{"type": "homeportal", "kwargs": {"dedup_id": "homeportal"}, "save": true}, "floor"], + "3": [{"type": "homeportal", "kwargs": {"dedup_id": "homeportal"}, "save": true}, "floor", {"type": "img", "kwargs": {"sprite": "portal", "height": 1.0}}], "4": [{ "type": "portal", "kwargs": {"destination": "room"} |
