fix:1、修复bug。 2、1.0.8版本提审
This commit is contained in:
@@ -7,7 +7,6 @@ namespace FGUI.LG_Common
|
||||
{
|
||||
public partial class btn_albums : GButton
|
||||
{
|
||||
public GGraph anim;
|
||||
public GGroup panel;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://c9mmg3dxccp2cc";
|
||||
@@ -21,7 +20,6 @@ namespace FGUI.LG_Common
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
anim = (GGraph)GetChildAt(0);
|
||||
panel = (GGroup)GetChildAt(4);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@ namespace FGUI.LG_Common
|
||||
{
|
||||
public partial class btn_vip : GButton
|
||||
{
|
||||
public GGraph anim;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://c9mmg3dxpjnncg";
|
||||
|
||||
public static btn_vip CreateInstance()
|
||||
@@ -19,7 +19,7 @@ namespace FGUI.LG_Common
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
anim = (GGraph)GetChildAt(0);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user