fix:1、添加h5 2、修复bug

This commit is contained in:
2026-06-24 17:59:07 +08:00
parent 7846543d1b
commit d2741d39be
40 changed files with 596 additions and 227 deletions
@@ -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);
}
}