fix:1、更换关卡获取,改为单关一个json文件

This commit is contained in:
2026-06-24 09:24:15 +08:00
parent cd258603ac
commit f0f102fe4c
1040 changed files with 499808 additions and 54942 deletions
@@ -0,0 +1,29 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
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";
public static com_flicker CreateInstance()
{
return (com_flicker)UIPackage.CreateObject("Arrow_game", "com_flicker");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
bg1 = (GGraph)GetChildAt(0);
bg2 = (GGraph)GetChildAt(1);
t0 = GetTransitionAt(0);
}
}
}