| System/Dungeon/TrialExchangeTitleCell.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/Dungeon/TrialExchangeTitleCell.cs
@@ -9,6 +9,7 @@ { [SerializeField] Image m_BackGround; [SerializeField] Text m_Title; [SerializeField] Image m_BackGround1; public void Display(int _class) { @@ -16,6 +17,8 @@ var iconKey = _class == 3 ? "OneStageHuawen" : _class == 4 ? "TwoStageHuawen" : "ThreeStageHuawen"; m_BackGround.SetSprite(iconKey); m_BackGround.SetNativeSize(); m_BackGround1.SetSprite(iconKey); m_BackGround1.SetNativeSize(); } } }