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/object/StoreGoods.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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