summaryrefslogtreecommitdiff
path: root/content/maps/_home.json
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-04-06 19:29:43 +0200
committertroido <troido@protonmail.com>2020-04-06 19:29:43 +0200
commit289a342917e9291895b0332dd4ab412b15a7fabf (patch)
tree209ccc2c1f83e3ad936c134168dadd8f71cd9590 /content/maps/_home.json
parent7c351a0c7a497d30f4826a19e6c6e92d3e7b5065 (diff)
added rooms from python asciifarm
Diffstat (limited to 'content/maps/_home.json')
-rw-r--r--content/maps/_home.json6
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"]
}
}