| System/Strengthening/GodBeastEntry.cs | ●●●●● 补丁 | 查看 | 原始文档 | 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)