Erster Commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user