20 lines
270 B
JSON
20 lines
270 B
JSON
{
|
|
"name": "haus",
|
|
"spawn": { "x": 50, "y": 50 },
|
|
"tiles": [
|
|
[1,1,1,1],
|
|
[1,0,0,1],
|
|
[1,0,0,1],
|
|
[1,1,1,1]
|
|
],
|
|
"doors": [
|
|
{
|
|
"x": 60,
|
|
"y": 50,
|
|
"targetMap": "interior_haus",
|
|
"targetX": 40,
|
|
"targetY": 40
|
|
}
|
|
]
|
|
}
|