bug修改
This commit is contained in:
@@ -25,12 +25,12 @@ namespace FGUI.Lobby_03
|
||||
public GButton btn_setting;
|
||||
public GButton btn_restore;
|
||||
public GGroup right_group;
|
||||
public GButton btn_gold;
|
||||
public GComponent btn_money;
|
||||
public GButton btn_head;
|
||||
public GImage head_red;
|
||||
public GButton btn_start;
|
||||
public com_level com_level;
|
||||
public GButton btn_gold;
|
||||
public GButton btn_head;
|
||||
public GGroup top_group;
|
||||
public const string URL = "ui://gytj501copwg9";
|
||||
|
||||
public static com_hall CreateInstance()
|
||||
@@ -60,12 +60,12 @@ namespace FGUI.Lobby_03
|
||||
btn_setting = (GButton)GetChildAt(21);
|
||||
btn_restore = (GButton)GetChildAt(22);
|
||||
right_group = (GGroup)GetChildAt(23);
|
||||
btn_gold = (GButton)GetChildAt(24);
|
||||
btn_money = (GComponent)GetChildAt(25);
|
||||
btn_head = (GButton)GetChildAt(26);
|
||||
head_red = (GImage)GetChildAt(27);
|
||||
btn_start = (GButton)GetChildAt(29);
|
||||
com_level = (com_level)GetChildAt(30);
|
||||
btn_money = (GComponent)GetChildAt(24);
|
||||
btn_start = (GButton)GetChildAt(26);
|
||||
com_level = (com_level)GetChildAt(27);
|
||||
btn_gold = (GButton)GetChildAt(29);
|
||||
btn_head = (GButton)GetChildAt(30);
|
||||
top_group = (GGroup)GetChildAt(31);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user