From 347241dab1823b19f5740802f504af7aaecc1a12 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期三, 05 一月 2022 10:17:33 +0800
Subject: [PATCH] #

---
 static/js/data/ConveyData.js   |   32 ++++++++++++++++----------------
 static/js/object/StoreGoods.js |    2 +-
 static/js/data/BuildingData.js |    2 +-
 3 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/static/js/data/BuildingData.js b/static/js/data/BuildingData.js
index 2a07114..47c25ef 100644
--- a/static/js/data/BuildingData.js
+++ b/static/js/data/BuildingData.js
@@ -23,7 +23,7 @@
             height: 5,
             position: {
                 x: 1375,
-                y: 305,
+                y: 297,
                 z: 300
             },
             style:{
diff --git a/static/js/data/ConveyData.js b/static/js/data/ConveyData.js
index d0415fa..cf871b6 100644
--- a/static/js/data/ConveyData.js
+++ b/static/js/data/ConveyData.js
@@ -505,7 +505,7 @@
             objectType: 'chain',
             position: {
                 x: 48 + 146,
-                y: 310,
+                y: 300,
                 z: 138 + 68
             }
         },
@@ -514,7 +514,7 @@
             objectType: 'chain',
             position: {
                 x: 48 + 287,
-                y: 310,
+                y: 300,
                 z: 138 + 68
             }
         },
@@ -524,7 +524,7 @@
             objectType: 'chain',
             position: {
                 x: 48 + 606,
-                y: 310,
+                y: 300,
                 z: 138 + 68
             }
         },
@@ -533,7 +533,7 @@
             objectType: 'chain',
             position: {
                 x: 48 + 747,
-                y: 310,
+                y: 300,
                 z: 138 + 68
             }
         },
@@ -543,7 +543,7 @@
             objectType: 'chain',
             position: {
                 x: 48 + 1066,
-                y: 310,
+                y: 300,
                 z: 138 + 68
             }
         },
@@ -552,7 +552,7 @@
             objectType: 'chain',
             position: {
                 x: 48 + 1207,
-                y: 310,
+                y: 300,
                 z: 138 + 68
             }
         },
@@ -562,7 +562,7 @@
             objectType: 'chain',
             position: {
                 x: 48 + 1526,
-                y: 310,
+                y: 300,
                 z: 138 + 68
             }
         },
@@ -571,7 +571,7 @@
             objectType: 'chain',
             position: {
                 x: 48 + 1667,
-                y: 310,
+                y: 300,
                 z: 138 + 68
             }
         },
@@ -580,7 +580,7 @@
             objectType: 'chain',
             position: {
                 x: 48 + 1897,
-                y: 310,
+                y: 300,
                 z: 138 + 68
             }
         },
@@ -589,7 +589,7 @@
             objectType: 'chain',
             position: {
                 x: 48 + 1986,
-                y: 310,
+                y: 300,
                 z: 138 + 68
             }
         },
@@ -598,7 +598,7 @@
             objectType: 'chain',
             position: {
                 x: 48 + 2127,
-                y: 310,
+                y: 300,
                 z: 138 + 68
             }
         },
@@ -607,7 +607,7 @@
             objectType: 'chain',
             position: {
                 x: 48 + 2216,
-                y: 310,
+                y: 300,
                 z: 138 + 68
             }
         },
@@ -616,7 +616,7 @@
             objectType: 'chain',
             position: {
                 x: 48 + 2357,
-                y: 310,
+                y: 300,
                 z: 138 + 68
             }
         },
@@ -625,7 +625,7 @@
             objectType: 'chain',
             position: {
                 x: 48 + 2446,
-                y: 310,
+                y: 300,
                 z: 138 + 68
             }
         },
@@ -634,7 +634,7 @@
             objectType: 'chain',
             position: {
                 x: 48 + 2587,
-                y: 310,
+                y: 300,
                 z: 138 + 68
             }
         },
@@ -643,7 +643,7 @@
             objectType: 'chain',
             position: {
                 x: 48 + 2676,
-                y: 310,
+                y: 300,
                 z: 138 + 68
             }
         },
diff --git a/static/js/object/StoreGoods.js b/static/js/object/StoreGoods.js
index 79c25a2..56c3b65 100644
--- a/static/js/object/StoreGoods.js
+++ b/static/js/object/StoreGoods.js
@@ -33,7 +33,7 @@
                         child.castShadow = true;
                         if (child instanceof THREE.Mesh) {
                             child.material = new THREE.MeshLambertMaterial({
-                                color: 0x2F4F4F
+                                color: 0x708090
                             });
                         }
                     });

--
Gitblit v1.9.1