| System/MainInterfacePanel/FeatureNoticeWin.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| System/MainInterfacePanel/FeaturesType1.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| System/MainInterfacePanel/FeaturesType2.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/MainInterfacePanel/FeatureNoticeWin.cs
@@ -256,6 +256,7 @@ m_TextShowB.gameObject.SetActive(false); m_TextShowC.gameObject.SetActive(false); m_TextShowD.gameObject.SetActive(false); m_TextAdvanceName.text = "?"; } else { @@ -263,8 +264,9 @@ m_TextShowB.gameObject.SetActive(true); m_TextShowC.gameObject.SetActive(true); m_TextShowD.gameObject.SetActive(true); } m_TextAdvanceName.text = functionForecastConfig.FuncName; } DisplayIcon(ClickFuncID); string[] StrList = ConfigParse.GetMultipleStr(functionForecastConfig.Content); if (StrList.Length > 0) @@ -383,7 +385,7 @@ } } m_TextUnopened.gameObject.SetActive(true); m_TextUnopened.text = string.Format(Language.Get("NextYGLimit"), NeedLv, functionForecastConfig.FuncName); m_TextUnopened.text = string.Format(Language.Get("NextYGLimit"), NeedLv); return; } if (funcoPenConfig.LimitMagicWeapon != 0 || funcoPenConfig.LimitMissionID != 0) System/MainInterfacePanel/FeaturesType1.cs
@@ -38,7 +38,7 @@ { return; } m_FunctionName.text = functionForecastConfig.FuncName; m_FunctionalLevel.text = functionForecastConfig.DisplayLevel.ToString()+ Language.Get("Z1041"); bool Type = false; @@ -51,10 +51,12 @@ } if (!FuncOpen.Instance.IsFuncOpen(funcId) && Type && NeedLv > playerLv) { m_FunctionName.text = "?"; m_FeaturesTypeIcon.SetSprite("UnKnowIcon"); } else { m_FunctionName.text = functionForecastConfig.FuncName; m_FeaturesTypeIcon.SetSprite(functionForecastConfig.FuncIconKey); } System/MainInterfacePanel/FeaturesType2.cs
@@ -37,7 +37,7 @@ { return; } m_FunctionName.text = functionForecastConfig.FuncName; m_FunctionalLevel.text = functionForecastConfig.DisplayLevel.ToString()+Language.Get("Z1041"); bool Type = false; int NeedLv = 0; @@ -50,9 +50,11 @@ if (!FuncOpen.Instance.IsFuncOpen(funcId) && Type && NeedLv> playerLv) { m_FeaturesTypeIcon.SetSprite("UnKnowIcon"); m_FunctionName.text = "?"; } else { m_FunctionName.text = functionForecastConfig.FuncName; m_FeaturesTypeIcon.SetSprite(functionForecastConfig.FuncIconKey); } if (PlayerDatas.Instance.baseData.LV >= functionForecastConfig.DisplayLevel)