diff options
| author | troido <troido@protonmail.com> | 2020-04-06 19:29:43 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-04-06 19:29:43 +0200 |
| commit | 289a342917e9291895b0332dd4ab412b15a7fabf (patch) | |
| tree | 209ccc2c1f83e3ad936c134168dadd8f71cd9590 /content/maps/_home.json | |
| parent | 7c351a0c7a497d30f4826a19e6c6e92d3e7b5065 (diff) | |
added rooms from python asciifarm
Diffstat (limited to 'content/maps/_home.json')
| -rw-r--r-- | content/maps/_home.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/maps/_home.json b/content/maps/_home.json index 656ad94..13bbeb2 100644 --- a/content/maps/_home.json +++ b/content/maps/_home.json @@ -1,10 +1,10 @@ { "width": 64, "height": 64, - "spawn": [63,0], + "spawn": [0,0], "places": {}, "field":[ - ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,%", + "%,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,", ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,", ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,", ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,", @@ -73,7 +73,7 @@ ",": ["grass"], "%": [{ "type": "portal", - "kwargs": {"destination": "room"} + "kwargs": {"destination": "smallview", "destpos": "home"} }, "ground"] } } |
