|
@@ -16,6 +16,9 @@ namespace UI.Main
|
|
|
public GGraph m_holderHigh;
|
|
|
public GGraph m_holderCircle;
|
|
|
public GGroup m_grpClick;
|
|
|
+ public GGraph m_starEffect;
|
|
|
+ public GGraph m_starEffect2;
|
|
|
+ public GGraph m_starEffect3;
|
|
|
public GGraph m_holder0;
|
|
|
public GGraph m_holder1;
|
|
|
public GGraph m_holder2;
|
|
@@ -25,9 +28,6 @@ namespace UI.Main
|
|
|
public GTextField m_txtCount2;
|
|
|
public GGroup m_grpResult;
|
|
|
public GGraph m_ppEffect;
|
|
|
- public GGraph m_starEffect;
|
|
|
- public GGraph m_starEffect2;
|
|
|
- public GGraph m_starEffect3;
|
|
|
public Transition m_t0;
|
|
|
public Transition m_t1;
|
|
|
public Transition m_holder0_2;
|
|
@@ -89,6 +89,9 @@ namespace UI.Main
|
|
|
m_holderHigh = (GGraph)comp.GetChild("holderHigh");
|
|
|
m_holderCircle = (GGraph)comp.GetChild("holderCircle");
|
|
|
m_grpClick = (GGroup)comp.GetChild("grpClick");
|
|
|
+ m_starEffect = (GGraph)comp.GetChild("starEffect");
|
|
|
+ m_starEffect2 = (GGraph)comp.GetChild("starEffect2");
|
|
|
+ m_starEffect3 = (GGraph)comp.GetChild("starEffect3");
|
|
|
m_holder0 = (GGraph)comp.GetChild("holder0");
|
|
|
m_holder1 = (GGraph)comp.GetChild("holder1");
|
|
|
m_holder2 = (GGraph)comp.GetChild("holder2");
|
|
@@ -98,9 +101,6 @@ namespace UI.Main
|
|
|
m_txtCount2 = (GTextField)comp.GetChild("txtCount2");
|
|
|
m_grpResult = (GGroup)comp.GetChild("grpResult");
|
|
|
m_ppEffect = (GGraph)comp.GetChild("ppEffect");
|
|
|
- m_starEffect = (GGraph)comp.GetChild("starEffect");
|
|
|
- m_starEffect2 = (GGraph)comp.GetChild("starEffect2");
|
|
|
- m_starEffect3 = (GGraph)comp.GetChild("starEffect3");
|
|
|
m_t0 = comp.GetTransition("t0");
|
|
|
m_t1 = comp.GetTransition("t1");
|
|
|
m_holder0_2 = comp.GetTransition("holder0");
|
|
@@ -118,6 +118,9 @@ namespace UI.Main
|
|
|
m_holderHigh = null;
|
|
|
m_holderCircle = null;
|
|
|
m_grpClick = null;
|
|
|
+ m_starEffect = null;
|
|
|
+ m_starEffect2 = null;
|
|
|
+ m_starEffect3 = null;
|
|
|
m_holder0 = null;
|
|
|
m_holder1 = null;
|
|
|
m_holder2 = null;
|
|
@@ -127,9 +130,6 @@ namespace UI.Main
|
|
|
m_txtCount2 = null;
|
|
|
m_grpResult = null;
|
|
|
m_ppEffect = null;
|
|
|
- m_starEffect = null;
|
|
|
- m_starEffect2 = null;
|
|
|
- m_starEffect3 = null;
|
|
|
m_t0 = null;
|
|
|
m_t1 = null;
|
|
|
m_holder0_2 = null;
|