From 0be6ba418b3872196747ff14d2035fc316474eb8 Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期四, 13 九月 2018 11:12:34 +0800
Subject: [PATCH] 3488 【前端】【1.0.15】【1.1.0】功能预告优化
---
System/MainInterfacePanel/FeaturesType2.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/System/MainInterfacePanel/FeaturesType2.cs b/System/MainInterfacePanel/FeaturesType2.cs
index a2812cb..c62cedf 100644
--- a/System/MainInterfacePanel/FeaturesType2.cs
+++ b/System/MainInterfacePanel/FeaturesType2.cs
@@ -42,11 +42,11 @@
m_FeaturesTypeIcon.SetSprite(functionForecastConfig.FuncIconKey);
if (PlayerDatas.Instance.baseData.LV >= functionForecastConfig.DisplayLevel)
{
- m_FunctionalLevel.color = new Color(141, 220, 17);
+ m_FunctionalLevel.color = new Color32(141, 220, 17,255);
}
else
{
- m_FunctionalLevel.color = new Color(255, 244, 205);
+ m_FunctionalLevel.color = new Color32(255, 244, 205,255);
}
if (FuncOpen.Instance.IsFuncOpen(funcId))
{
--
Gitblit v1.8.0