少年修仙传客户端代码仓库
client_linchunjie
2018-09-03 5a6f2e89c019268be68a706e65d2cda74bcc695f
2960 骑宠争夺界面优化
1个文件已修改
2 ■■■ 已修改文件
System/FairyAu/FairyGrabBossBehaviour.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/FairyAu/FairyGrabBossBehaviour.cs
@@ -128,7 +128,7 @@
            }
            m_ContainerKilled.gameObject.SetActive(killed && opened);
            m_ContainerKilling.gameObject.SetActive(!killed && opened);
            m_BossPortrait.material = opened ? m_SmoothMask.imageMaterials[0] : m_SmoothMask.imageMaterials[1];
            m_BossPortrait.material = opened && !killed ? m_SmoothMask.imageMaterials[0] : m_SmoothMask.imageMaterials[1];
            m_ContainerMapName.gameObject.SetActive(!opened);
        }