取消金币
This commit is contained in:
@@ -10,22 +10,22 @@ namespace FGUI.G018_GameHome
|
||||
public Controller Mode;
|
||||
public Controller switchgift;
|
||||
public GButton btn_saveingpot;
|
||||
public GButton btn_menu;
|
||||
public GButton btn_setting;
|
||||
public new_topgold gold;
|
||||
public GComponent money;
|
||||
public btn_battle BattleBtn;
|
||||
public GButton btn_three_day;
|
||||
public SignInBtn SignInBtn;
|
||||
public GButton NoAdsBtn;
|
||||
public GButton btn_failpack;
|
||||
public btn_repur btn_restore;
|
||||
public GGroup TopBox;
|
||||
public GButton RightBtn;
|
||||
public GButton LeftBtn;
|
||||
public GButton PlayBtn;
|
||||
public GButton LuckySpinBtn;
|
||||
public GButton RankBtn;
|
||||
public GButton btn_menu;
|
||||
public GButton btn_setting;
|
||||
public GComponent money;
|
||||
public GGroup TopBox;
|
||||
public const string URL = "ui://dypufdsgtrht2i";
|
||||
|
||||
public static GameHome CreateInstance()
|
||||
@@ -40,22 +40,22 @@ namespace FGUI.G018_GameHome
|
||||
Mode = GetControllerAt(0);
|
||||
switchgift = GetControllerAt(1);
|
||||
btn_saveingpot = (GButton)GetChildAt(1);
|
||||
btn_menu = (GButton)GetChildAt(2);
|
||||
btn_setting = (GButton)GetChildAt(3);
|
||||
gold = (new_topgold)GetChildAt(4);
|
||||
money = (GComponent)GetChildAt(5);
|
||||
BattleBtn = (btn_battle)GetChildAt(6);
|
||||
btn_three_day = (GButton)GetChildAt(7);
|
||||
SignInBtn = (SignInBtn)GetChildAt(8);
|
||||
NoAdsBtn = (GButton)GetChildAt(9);
|
||||
btn_failpack = (GButton)GetChildAt(10);
|
||||
btn_restore = (btn_repur)GetChildAt(11);
|
||||
TopBox = (GGroup)GetChildAt(12);
|
||||
RightBtn = (GButton)GetChildAt(14);
|
||||
LeftBtn = (GButton)GetChildAt(15);
|
||||
PlayBtn = (GButton)GetChildAt(18);
|
||||
LuckySpinBtn = (GButton)GetChildAt(21);
|
||||
RankBtn = (GButton)GetChildAt(22);
|
||||
gold = (new_topgold)GetChildAt(2);
|
||||
BattleBtn = (btn_battle)GetChildAt(3);
|
||||
btn_three_day = (GButton)GetChildAt(4);
|
||||
SignInBtn = (SignInBtn)GetChildAt(5);
|
||||
NoAdsBtn = (GButton)GetChildAt(6);
|
||||
btn_failpack = (GButton)GetChildAt(7);
|
||||
btn_restore = (btn_repur)GetChildAt(8);
|
||||
RightBtn = (GButton)GetChildAt(10);
|
||||
LeftBtn = (GButton)GetChildAt(11);
|
||||
PlayBtn = (GButton)GetChildAt(14);
|
||||
LuckySpinBtn = (GButton)GetChildAt(17);
|
||||
RankBtn = (GButton)GetChildAt(18);
|
||||
btn_menu = (GButton)GetChildAt(20);
|
||||
btn_setting = (GButton)GetChildAt(21);
|
||||
money = (GComponent)GetChildAt(22);
|
||||
TopBox = (GGroup)GetChildAt(23);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user