15 lines
209 B
JSON
15 lines
209 B
JSON
{
|
|
"name": "interior_haus",
|
|
"spawn": { "x": 40, "y": 40 },
|
|
"tiles": [],
|
|
"doors": [
|
|
{
|
|
"x": 40,
|
|
"y": 80,
|
|
"targetMap": "stadt",
|
|
"targetX": 200,
|
|
"targetY": 120
|
|
}
|
|
]
|
|
}
|