From 96601514693eda26057f1a0275782696d79b6718 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期六, 25 十二月 2021 16:27:17 +0800
Subject: [PATCH] #

---
 static/js/object/StoreConvey.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/static/js/object/StoreConvey.js b/static/js/object/StoreConvey.js
index dd1b3f0..02418e9 100644
--- a/static/js/object/StoreConvey.js
+++ b/static/js/object/StoreConvey.js
@@ -39,7 +39,7 @@
                 if (child instanceof THREE.Mesh) {
                     child.scale.set(1, 1, 1.6);
                     child.material = new THREE.MeshLambertMaterial({
-                        color: 0x8B8378
+                        color: 0x444444
                     });
                     if (child.name === "Box034" || child.name === "Box035") {
                         child.material = new THREE.MeshLambertMaterial({
@@ -57,7 +57,7 @@
                 if (child instanceof THREE.Mesh) {
                     child.scale.set(0.5, 1, 1);
                     child.material = new THREE.MeshLambertMaterial({
-                        color: 0x8B8378
+                        color: 0x444444
                     });
                 }
             });
@@ -70,7 +70,7 @@
                 if (child instanceof THREE.Mesh) {
                     child.scale.set(1, 1, 1);
                     child.material = new THREE.MeshLambertMaterial({
-                        color: 0x8B8378
+                        color: 0x444444
                     });
                 }
             });

--
Gitblit v1.9.1