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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user