瀏覽代碼

雅集增加描述,修改文字

hexiaojie 2 年之前
父節點
當前提交
63310c85a9

+ 3 - 0
GameClient/Assets/Game/HotUpdate/FairyGUI/GenCode/League/UI_LeagueSkillUpUI.cs

@@ -16,6 +16,7 @@ namespace UI.League
         public UI_ComSkillUp m_comSkill;
         public GGraph m_holderSkill;
         public GGraph m_holderScore;
+        public GButton m_btnRule;
         public Transition m_t0;
         public Transition m_t1;
         public const string URL = "ui://tw70qm9dpvb45c";
@@ -74,6 +75,7 @@ namespace UI.League
             m_comSkill = (UI_ComSkillUp)UI_ComSkillUp.Create(comp.GetChild("comSkill"));
             m_holderSkill = (GGraph)comp.GetChild("holderSkill");
             m_holderScore = (GGraph)comp.GetChild("holderScore");
+            m_btnRule = (GButton)comp.GetChild("btnRule");
             m_t0 = comp.GetTransition("t0");
             m_t1 = comp.GetTransition("t1");
         }
@@ -89,6 +91,7 @@ namespace UI.League
             m_comSkill = null;
             m_holderSkill = null;
             m_holderScore = null;
+            m_btnRule = null;
             m_t0 = null;
             m_t1 = null;
             if(disposeTarget && target != null)

+ 2 - 0
GameClient/Assets/Game/HotUpdate/Views/League/LeagueSkillUpView.cs

@@ -60,6 +60,8 @@ namespace GFGGame
             _ui.m_comSkill.m_list.scrollPane.decelerationRate = 0.8f;
             _ui.m_comSkill.m_btnLeft.onClick.Add(OnBtnLeftClick);
             _ui.m_comSkill.m_btnRight.onClick.Add(OnBtnRightClick);
+            _ui.m_btnRule.onClick.Add(RuleController.ShowRuleView);
+            _ui.m_btnRule.data = 300017;
 
             _valueBarController = new ValueBarController(_ui.m_comValue);
 

二進制
GameClient/Assets/ResIn/UI/League/League_fui.bytes