From 289a342917e9291895b0332dd4ab412b15a7fabf Mon Sep 17 00:00:00 2001 From: troido Date: Mon, 6 Apr 2020 19:29:43 +0200 Subject: added rooms from python asciifarm --- content/maps/_home.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'content/maps/_home.json') 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"] } } -- cgit