From 4ccf9903834c01d4535ad8852a37c2b0eac4881a Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期四, 23 十二月 2021 14:40:06 +0800 Subject: [PATCH] # --- static/js/data/BuildingData.js | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/static/js/data/BuildingData.js b/static/js/data/BuildingData.js index eaf8a0c..8fe596a 100644 --- a/static/js/data/BuildingData.js +++ b/static/js/data/BuildingData.js @@ -4,12 +4,12 @@ objectName: 'floor', objectType: 'cube', length: 2750, - width: 1200, + width: 800, height: 1, position: { x: 1375, - y: 1, - z: 600 + y: 0, + z: 400 }, style:{ color: 0x5F7480, @@ -19,12 +19,12 @@ objectName: 'floor', objectType: 'cube', length: 2750, - width: 1200, + width: 800, height: 1, position: { x: 1375, y: 310, - z: 600 + z: 400 }, style:{ color: 0x5F7480, -- Gitblit v1.9.1