bingo b面修改
This commit is contained in:
@@ -11,11 +11,11 @@ namespace FGUI.JSign
|
||||
public Controller cont_collect;
|
||||
public Controller cont_currency;
|
||||
public Controller gift;
|
||||
public GTextField text_day;
|
||||
public GLoader loader_reward;
|
||||
public GTextField text_reward;
|
||||
public GTextField text_resign;
|
||||
public GGraph gp_fx;
|
||||
public GTextField text_day;
|
||||
public Transition fx_collect;
|
||||
public const string URL = "ui://9o0kw0z3k0b29";
|
||||
|
||||
@@ -32,11 +32,11 @@ namespace FGUI.JSign
|
||||
cont_collect = GetControllerAt(1);
|
||||
cont_currency = GetControllerAt(2);
|
||||
gift = GetControllerAt(3);
|
||||
text_day = (GTextField)GetChildAt(1);
|
||||
loader_reward = (GLoader)GetChildAt(2);
|
||||
text_reward = (GTextField)GetChildAt(3);
|
||||
text_resign = (GTextField)GetChildAt(4);
|
||||
loader_reward = (GLoader)GetChildAt(3);
|
||||
text_reward = (GTextField)GetChildAt(4);
|
||||
text_resign = (GTextField)GetChildAt(5);
|
||||
gp_fx = (GGraph)GetChildAt(8);
|
||||
text_day = (GTextField)GetChildAt(9);
|
||||
fx_collect = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user