少年修仙传客户端代码仓库
client_linchunjie
2018-08-27 6fc27b83216c5e8716ca0b3bb1b0a676e28623ef
2957 法宝之魂徽章替换
3个文件已修改
3 ■■■■■ 已修改文件
System/Realm/ActivateShow.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Realm/RealmPropertyUpWin.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Treasure/TreasureSoulWin.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Realm/ActivateShow.cs
@@ -182,6 +182,7 @@
        {
            activateType = ActivateFunc.TreasureSoul;
            treasureSoulId = id;
            titleIconKey = "XT_FBZH_11";
            propertyCompares.Clear();
            propertyUpDict.Clear();
            var model = ModelCenter.Instance.GetModel<TreasureSoulModel>();
System/Realm/RealmPropertyUpWin.cs
@@ -276,6 +276,7 @@
            {
                m_ContainerTreasureSoul.gameObject.SetActive(true);
                m_TreasureSoulIcon.SetSprite(config.Icon);
                m_TreasureSoulIcon.SetNativeSize();
                m_TreasureSoulName.text = config.Name;
            }
        }
System/Treasure/TreasureSoulWin.cs
@@ -248,6 +248,7 @@
                    m_SelectSoulImg.SetSprite(config.Icon);
                    m_SelectSoulImg.material = special.active ? MaterialUtility.GetUIDefaultGraphicMaterial() : MaterialUtility.GetDefaultSpriteGrayMaterial();
                    m_SelectSoulImg.SetNativeSize();
                    if (special.active)
                    {