|
@@ -12,8 +12,9 @@ namespace UI.MiniGame
|
|
|
public UI_Component2 m_rewardBtn;
|
|
|
public GLoader m_shopBtn;
|
|
|
public GLoader m_ticket;
|
|
|
- public GLoader m_addIcon;
|
|
|
+ public GLoader m_addIconImg;
|
|
|
public GTextField m_ticketNum;
|
|
|
+ public GLoader m_addIcon;
|
|
|
public GLoader m_game1;
|
|
|
public GGraph m_effectIcon1;
|
|
|
public GGraph m_effectText1;
|
|
@@ -78,8 +79,9 @@ namespace UI.MiniGame
|
|
|
m_rewardBtn = (UI_Component2)UI_Component2.Create(comp.GetChild("rewardBtn"));
|
|
|
m_shopBtn = (GLoader)comp.GetChild("shopBtn");
|
|
|
m_ticket = (GLoader)comp.GetChild("ticket");
|
|
|
- m_addIcon = (GLoader)comp.GetChild("addIcon");
|
|
|
+ m_addIconImg = (GLoader)comp.GetChild("addIconImg");
|
|
|
m_ticketNum = (GTextField)comp.GetChild("ticketNum");
|
|
|
+ m_addIcon = (GLoader)comp.GetChild("addIcon");
|
|
|
m_game1 = (GLoader)comp.GetChild("game1");
|
|
|
m_effectIcon1 = (GGraph)comp.GetChild("effectIcon1");
|
|
|
m_effectText1 = (GGraph)comp.GetChild("effectText1");
|
|
@@ -101,8 +103,9 @@ namespace UI.MiniGame
|
|
|
m_rewardBtn = null;
|
|
|
m_shopBtn = null;
|
|
|
m_ticket = null;
|
|
|
- m_addIcon = null;
|
|
|
+ m_addIconImg = null;
|
|
|
m_ticketNum = null;
|
|
|
+ m_addIcon = null;
|
|
|
m_game1 = null;
|
|
|
m_effectIcon1 = null;
|
|
|
m_effectText1 = null;
|