Browse Source

开服活动特效层级问题

huangxiaoyue 1 year ago
parent
commit
64164e810e

+ 3 - 3
GameClient/Assets/Game/HotUpdate/FairyGUI/GenCode/OpenServerActivity/UI_OpenServerActivityUI.cs

@@ -9,9 +9,9 @@ namespace UI.OpenServerActivity
         public GComponent target;
         public GLoader m_loaBg;
         public GGraph m_holderSmallBg;
+        public GButton m_btnBack;
         public GGraph m_holderTitle;
         public GGraph m_holderFog;
-        public GButton m_btnBack;
         public GButton m_btnAnswerTianmen;
         public GButton m_btnMingTong;
         public GButton m_btnHeaven;
@@ -70,9 +70,9 @@ namespace UI.OpenServerActivity
         {
             m_loaBg = (GLoader)comp.GetChild("loaBg");
             m_holderSmallBg = (GGraph)comp.GetChild("holderSmallBg");
+            m_btnBack = (GButton)comp.GetChild("btnBack");
             m_holderTitle = (GGraph)comp.GetChild("holderTitle");
             m_holderFog = (GGraph)comp.GetChild("holderFog");
-            m_btnBack = (GButton)comp.GetChild("btnBack");
             m_btnAnswerTianmen = (GButton)comp.GetChild("btnAnswerTianmen");
             m_btnMingTong = (GButton)comp.GetChild("btnMingTong");
             m_btnHeaven = (GButton)comp.GetChild("btnHeaven");
@@ -87,9 +87,9 @@ namespace UI.OpenServerActivity
         {
             m_loaBg = null;
             m_holderSmallBg = null;
+            m_btnBack = null;
             m_holderTitle = null;
             m_holderFog = null;
-            m_btnBack = null;
             m_btnAnswerTianmen = null;
             m_btnMingTong = null;
             m_btnHeaven = null;

BIN
GameClient/Assets/ResIn/UI/OpenServerActivity/OpenServerActivity_fui.bytes