少年修仙传客户端代码仓库
client_Zxw
2018-11-01 85eba344f9ed0793f481161d92f9143887ead301
4512 子 【开发】【1.2.0】神兽功能优化 / 【前端】【1.2.0】神兽功能优化2
1个文件已修改
3 ■■■■■ 已修改文件
System/Strengthening/GodBeastEntry.cs 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Strengthening/GodBeastEntry.cs
@@ -19,6 +19,7 @@
        [SerializeField] Button m_GodBeastButton;
        [SerializeField] RedpointBehaviour m_RedPoint;
        [SerializeField] Image m_GodBeastIcon;
        public float Magnification = 1f;
        public Button GodBeastButton
        {
            get { return m_GodBeastButton; }
@@ -36,6 +37,8 @@
            if (DogZConfig != null)
            {
                m_GodBeastIcon.SetSprite(DogZConfig.HeadIcon);
                m_GodBeastIcon.SetNativeSize();
                m_GodBeastIcon.transform.localScale = Vector3.one * Magnification;
            }
            List<ItemModel> itemModel = dogz_model.GetDogzEquips(godBeastNumber);
            if (itemModel != null)