bug修改
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user