少年修仙传客户端代码仓库
client_Zxw
2018-09-12 a99f875d5acd309c9651015e88c26ff7fc5cafa9
3488 【前端】【1.0.15】【1.1.0】功能预告优化
2个文件已修改
4 ■■■■ 已修改文件
System/MainInterfacePanel/FeaturesType1.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/MainInterfacePanel/FeaturesType2.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/MainInterfacePanel/FeaturesType1.cs
@@ -39,7 +39,7 @@
                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)
            {
System/MainInterfacePanel/FeaturesType2.cs
@@ -38,7 +38,7 @@
                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)
            {