bug修改
This commit is contained in:
@@ -7,11 +7,9 @@ namespace FGUI.Game_04
|
||||
{
|
||||
public partial class com_open : GComponent
|
||||
{
|
||||
public GImage bg;
|
||||
public GGraph anim;
|
||||
public GTextField text_level;
|
||||
public GGraph tips_node;
|
||||
public Transition t1;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://g3iqdlgcopwg13";
|
||||
|
||||
public static com_open CreateInstance()
|
||||
@@ -23,11 +21,9 @@ namespace FGUI.Game_04
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
bg = (GImage)GetChildAt(0);
|
||||
anim = (GGraph)GetChildAt(1);
|
||||
text_level = (GTextField)GetChildAt(2);
|
||||
tips_node = (GGraph)GetChildAt(3);
|
||||
t1 = GetTransitionAt(0);
|
||||
text_level = (GTextField)GetChildAt(3);
|
||||
tips_node = (GGraph)GetChildAt(4);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -9,6 +9,8 @@ namespace FGUI.Img_02
|
||||
{
|
||||
public GImage bg;
|
||||
public GGraph bg_parent;
|
||||
public GGraph leaves_anim;
|
||||
public GGraph light_anim;
|
||||
public const string URL = "ui://g8449vzzopwg0";
|
||||
|
||||
public static com_loadingBg CreateInstance()
|
||||
@@ -22,6 +24,8 @@ namespace FGUI.Img_02
|
||||
|
||||
bg = (GImage)GetChildAt(0);
|
||||
bg_parent = (GGraph)GetChildAt(1);
|
||||
leaves_anim = (GGraph)GetChildAt(2);
|
||||
light_anim = (GGraph)GetChildAt(3);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -13,8 +13,6 @@ namespace FGUI.Login_05
|
||||
public GButton btn_error;
|
||||
public GTextField lab_int;
|
||||
public GTextField lab_reward;
|
||||
public GGraph leaves_anim;
|
||||
public GGraph light_anim;
|
||||
public GTextField lab_key;
|
||||
public const string URL = "ui://8u2p5uv6sebx6";
|
||||
|
||||
@@ -33,9 +31,7 @@ namespace FGUI.Login_05
|
||||
btn_error = (GButton)GetChildAt(3);
|
||||
lab_int = (GTextField)GetChildAt(4);
|
||||
lab_reward = (GTextField)GetChildAt(5);
|
||||
leaves_anim = (GGraph)GetChildAt(6);
|
||||
light_anim = (GGraph)GetChildAt(7);
|
||||
lab_key = (GTextField)GetChildAt(8);
|
||||
lab_key = (GTextField)GetChildAt(6);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user