delete unnecessary
This commit is contained in:
parent
ed3bcc6f4a
commit
0ad4fb1e5a
26
config.json
26
config.json
@ -1,10 +1,20 @@
|
|||||||
{
|
{
|
||||||
"maps": {
|
"maps": [
|
||||||
"map1": {
|
{
|
||||||
"a": 123
|
"id": "map1",
|
||||||
},
|
"name": "Map 1",
|
||||||
"map2": {
|
"roads": [
|
||||||
"b": 456
|
{ "x0": 0, "y0": 0, "x1": 40 },
|
||||||
|
{ "x0": 40, "y0": 0, "y1": 30 },
|
||||||
|
{ "x0": 40, "y0": 30, "x1": 0 },
|
||||||
|
{ "x0": 0, "y0": 0, "y1": 30 }
|
||||||
|
],
|
||||||
|
"buildings": [
|
||||||
|
{ "x": 5, "y": 5, "w": 30, "h": 20 }
|
||||||
|
],
|
||||||
|
"offices": [
|
||||||
|
{ "id": "o0", "x": 40, "y": 30, "offsetX": 5, "offsetY": 0 }
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user