bingo b面修改
This commit is contained in:
@@ -10,7 +10,6 @@ namespace FGUI.JBingoPlay
|
||||
public Controller cont_end;
|
||||
public Controller cont_giftSwitch;
|
||||
public Controller gift;
|
||||
public GGraph gp_fx;
|
||||
public GTextField text_coin;
|
||||
public GTextField text_cash;
|
||||
public GTextField title;
|
||||
@@ -29,11 +28,10 @@ namespace FGUI.JBingoPlay
|
||||
cont_end = GetControllerAt(0);
|
||||
cont_giftSwitch = GetControllerAt(1);
|
||||
gift = GetControllerAt(2);
|
||||
gp_fx = (GGraph)GetChildAt(0);
|
||||
text_coin = (GTextField)GetChildAt(4);
|
||||
text_cash = (GTextField)GetChildAt(5);
|
||||
title = (GTextField)GetChildAt(7);
|
||||
txt = (GTextField)GetChildAt(8);
|
||||
text_coin = (GTextField)GetChildAt(2);
|
||||
text_cash = (GTextField)GetChildAt(3);
|
||||
title = (GTextField)GetChildAt(5);
|
||||
txt = (GTextField)GetChildAt(6);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user