fix:1、同步部分arrow game的ui资源和代码

This commit is contained in:
2026-07-10 14:08:25 +08:00
parent f2586d11a6
commit dd56ccb469
213 changed files with 6371 additions and 1449 deletions
@@ -0,0 +1,15 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
namespace FGUI.Arrow_Theme
{
public class Arrow_ThemeBinder
{
public static void BindAll()
{
UIObjectFactory.SetPackageItemExtension(com_theme.URL, typeof(com_theme));
UIObjectFactory.SetPackageItemExtension(btn_switch.URL, typeof(btn_switch));
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 38c5357ec2602e446a05cc5df0f26dbe
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,25 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.Arrow_Theme
{
public partial class btn_switch : GButton
{
public Controller state;
public const string URL = "ui://nie197ferto36";
public static btn_switch CreateInstance()
{
return (btn_switch)UIPackage.CreateObject("Arrow_Theme", "btn_switch");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
state = GetControllerAt(0);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: b0c588001a74a1242b34b35483699b72
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,33 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.Arrow_Theme
{
public partial class com_theme : GComponent
{
public GButton btn_dark;
public GButton btn_worm;
public GButton btn_colours;
public btn_switch btn_switch;
public GButton btn_close;
public const string URL = "ui://nie197ferto34";
public static com_theme CreateInstance()
{
return (com_theme)UIPackage.CreateObject("Arrow_Theme", "com_theme");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
btn_dark = (GButton)GetChildAt(6);
btn_worm = (GButton)GetChildAt(7);
btn_colours = (GButton)GetChildAt(8);
btn_switch = (btn_switch)GetChildAt(10);
btn_close = (GButton)GetChildAt(11);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: e708661908a77c74c8a0f5da5973301d
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: