Browse Source

地图调整

master
yuliang 6 months ago
parent
commit
8eaf7bcd3e
  1. 26
      tw_test/floor/f1.json

26
tw_test/floor/f1.json

@ -460,6 +460,13 @@
"level": 1,
"cell": 0,
"direction": "up"
},
{
"item": "rack3",
"bay": 1,
"level": 1,
"cell": 0,
"direction": "up"
}
]
}
@ -504,6 +511,13 @@
"level": 1,
"cell": 0,
"direction": "up"
},
{
"item": "rack3",
"bay": 0,
"level": 2,
"cell": 0,
"direction": "up"
}
]
}
@ -787,7 +801,7 @@
"bottomBarHeight": 0.2,
"bottomLinkHeight": 0.2,
"topLinkDistance": 0.2,
"levelCount": 2,
"levelCount": 3,
"bayCount": 2,
"hideFloor": 0,
"extendColumns": 1,
@ -797,17 +811,19 @@
"bayWidth": 1.1,
"levelHeight": [
0.001,
2.185
2.185,
4.2
],
"topHeight": 2
"topHeight": 1
},
{
"bayWidth": 1.1,
"levelHeight": [
0.001,
2.185
2.185,
4.2
],
"topHeight": 2
"topHeight": 1
}
],
"center": [],

Loading…
Cancel
Save