少年修仙传客户端代码仓库
hch
2024-09-06 f632c577382b9d95dd9efc92d664ff3bc184de9b
0312 功能预告
1个文件已修改
6 ■■■■■ 已修改文件
System/MainInterfacePanel/FunctionForecastTip.cs 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/MainInterfacePanel/FunctionForecastTip.cs
@@ -125,7 +125,8 @@
                _FunctionIcon.SetSprite("PersonBossIcon");
                m_Information_reward.SetActive(false);
                _NameText.SetActive(true);
                _NameText.text = Language.Get("Z1043");
                //_NameText.text = Language.Get("Z1043");
                _NameText.text = Language.Get("SecondWindowTitle_27");
                _Information.SetActive(false);
            }
            else
@@ -143,7 +144,8 @@
            _NameText.SetActive(true);
            _Information.SetActive(false);
            _FunctionIcon.SetSprite(FunctionForecastConfig.Get(ID).FuncIconKey);
            _NameText.text = FunctionForecastConfig.Get(ID).Describe;
            //_NameText.text = FunctionForecastConfig.Get(ID).Describe;
            _NameText.text = Language.Get("SecondWindowTitle_27");
            _Information.text= FunctionForecastConfig.Get(ID).OpenDescribe;
        }