fix:1、添加主题更换。2、修复bug

This commit is contained in:
2026-06-16 10:22:11 +08:00
parent 13f8d572c4
commit 19efcb09fa
45 changed files with 877 additions and 323 deletions
@@ -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_game
{
public partial class com_bottom : GComponent
{
public GButton btn_clear;
public GButton btn_hint;
public GSlider zoomSlide;
public GButton btn_skin;
public GButton btn_setting;
public const string URL = "ui://sjl9teijrto3x";
public static com_bottom CreateInstance()
{
return (com_bottom)UIPackage.CreateObject("Arrow_game", "com_bottom");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
btn_clear = (GButton)GetChildAt(2);
btn_hint = (GButton)GetChildAt(3);
zoomSlide = (GSlider)GetChildAt(4);
btn_skin = (GButton)GetChildAt(9);
btn_setting = (GButton)GetChildAt(10);
}
}
}