From 35af7c4e5d46febe885efaf2a8f058940120bc9e Mon Sep 17 00:00:00 2001 From: shenjianxing <”315615051@qq.com“> Date: Tue, 18 Mar 2025 16:02:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=AB=98=E4=BA=AE=E9=A2=9C?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/Item/ObjectColorToggle.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/Scripts/Item/ObjectColorToggle.cs b/Assets/Scripts/Item/ObjectColorToggle.cs index 1d542f27..758ba9a0 100644 --- a/Assets/Scripts/Item/ObjectColorToggle.cs +++ b/Assets/Scripts/Item/ObjectColorToggle.cs @@ -10,9 +10,9 @@ public class ObjectColorToggle : MonoBehaviour Off, Hover, } - public Color isOnColor = new Color(0 / 255f, 255 / 255f, 255 / 255f); + public Color isOnColor = new Color(86 / 255f, 255 / 255f, 160 / 255f); public Color isOffColor = new Color(255 / 255f, 255 / 255f, 255 / 255f); - public Color isHoverColor = new Color(125f / 255f, 255 / 255f, 255 / 255f); + public Color isHoverColor = new Color(185f / 255f, 255 / 255f, 215/ 255f); MeshRenderer mesh; private void Awake() {