13 lines
301 B
JSON
13 lines
301 B
JSON
|
|
{
|
||
|
|
"fill":"grass",
|
||
|
|
"height":50,
|
||
|
|
"width":50,
|
||
|
|
"features":[
|
||
|
|
{"w":5,"h":2,"t":{"thing":"wood","action":"none"}},
|
||
|
|
{"w":5,"h":5,"t":{"thing":"woodbarrier","action":"none"}},
|
||
|
|
{"w":15,"h":15,"t":{"thing":"wood","action":"tp","target_world":"totr"}}
|
||
|
|
],
|
||
|
|
"pspawn":{"w":14,"h":15},
|
||
|
|
"mapscript":true
|
||
|
|
}
|