fix:1、添加h5 2、修复bug
This commit is contained in:
@@ -7,8 +7,6 @@ namespace FGUI.Arrow_game
|
||||
{
|
||||
public partial class com_flicker : GComponent
|
||||
{
|
||||
public GGraph bg1;
|
||||
public GGraph bg2;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://sjl9teijrto31r";
|
||||
|
||||
@@ -21,8 +19,6 @@ namespace FGUI.Arrow_game
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
bg1 = (GGraph)GetChildAt(0);
|
||||
bg2 = (GGraph)GetChildAt(1);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user