少年修仙传客户端代码仓库
client_linchunjie
2018-09-14 a0ede150686a218c92b901b1f20aef12a9913890
System/MainInterfacePanel/FeaturesType2.cs
@@ -38,15 +38,15 @@
                return;
            }
            m_FunctionName.text = functionForecastConfig.FuncName;
            m_FunctionalLevel.text = functionForecastConfig.DisplayLevel.ToString();
            m_FunctionalLevel.text = functionForecastConfig.DisplayLevel.ToString()+Language.Get("Z1041");
            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))
            {