fix:1、修改bug

This commit is contained in:
2026-06-18 09:27:38 +08:00
parent acf888d9be
commit cd258603ac
19 changed files with 28741 additions and 129 deletions
@@ -61,6 +61,6 @@ namespace ChillConnect
public static uint ThemeChange = ++Cursor_BASE;
public static uint UpdateSpeed = ++Cursor_BASE;
public static uint SetDelete = ++Cursor_BASE;
public static uint UseProps = ++Cursor_BASE;
}
}
@@ -19,6 +19,7 @@ namespace FGUI.Arrow_game
UIObjectFactory.SetPackageItemExtension(btn_petty.URL, typeof(btn_petty));
UIObjectFactory.SetPackageItemExtension(btn_green.URL, typeof(btn_green));
UIObjectFactory.SetPackageItemExtension(com_tips.URL, typeof(com_tips));
UIObjectFactory.SetPackageItemExtension(view_container_parent.URL, typeof(view_container_parent));
UIObjectFactory.SetPackageItemExtension(com_bottom.URL, typeof(com_bottom));
}
}
@@ -8,12 +8,11 @@ namespace FGUI.Arrow_game
public partial class com_arrow_game : GComponent
{
public Controller mode;
public GComponent view_container;
public view_container_parent view_container_parent;
public ArrorPoint point;
public GButton btn_close;
public GComponent com_money;
public HeartsPanel HeartsPanel;
public com_finger com_finger;
public GGraph samll_point;
public GTextField text_level;
public com_bottom com_bottom;
@@ -21,6 +20,7 @@ namespace FGUI.Arrow_game
public btn_saveingpot btn_saveingpot;
public GButton btn_statement;
public GButton btn_signin;
public com_finger com_finger;
public const string URL = "ui://sjl9teijrsd40";
public static com_arrow_game CreateInstance()
@@ -33,19 +33,19 @@ namespace FGUI.Arrow_game
base.ConstructFromXML(xml);
mode = GetControllerAt(0);
view_container = (GComponent)GetChildAt(2);
view_container_parent = (view_container_parent)GetChildAt(2);
point = (ArrorPoint)GetChildAt(3);
btn_close = (GButton)GetChildAt(4);
com_money = (GComponent)GetChildAt(5);
HeartsPanel = (HeartsPanel)GetChildAt(6);
com_finger = (com_finger)GetChildAt(7);
samll_point = (GGraph)GetChildAt(8);
text_level = (GTextField)GetChildAt(10);
com_bottom = (com_bottom)GetChildAt(12);
btn_petty = (btn_petty)GetChildAt(13);
btn_saveingpot = (btn_saveingpot)GetChildAt(14);
btn_statement = (GButton)GetChildAt(15);
btn_signin = (GButton)GetChildAt(16);
samll_point = (GGraph)GetChildAt(7);
text_level = (GTextField)GetChildAt(9);
com_bottom = (com_bottom)GetChildAt(11);
btn_petty = (btn_petty)GetChildAt(12);
btn_saveingpot = (btn_saveingpot)GetChildAt(13);
btn_statement = (GButton)GetChildAt(14);
btn_signin = (GButton)GetChildAt(15);
com_finger = (com_finger)GetChildAt(17);
}
}
}
@@ -8,7 +8,7 @@ namespace FGUI.Arrow_game
public partial class com_finger : GComponent
{
public GImage finger;
public Transition t0;
public Transition t1;
public const string URL = "ui://sjl9teijrsd4f";
public static com_finger CreateInstance()
@@ -21,7 +21,7 @@ namespace FGUI.Arrow_game
base.ConstructFromXML(xml);
finger = (GImage)GetChildAt(0);
t0 = GetTransitionAt(0);
t1 = GetTransitionAt(0);
}
}
}
@@ -7,6 +7,7 @@ namespace FGUI.Arrow_game
{
public partial class com_tips : GComponent
{
public Controller state;
public btn_watch btn_watch;
public GButton btn_close;
public const string URL = "ui://sjl9teijrto31o";
@@ -20,6 +21,7 @@ namespace FGUI.Arrow_game
{
base.ConstructFromXML(xml);
state = GetControllerAt(0);
btn_watch = (btn_watch)GetChildAt(4);
btn_close = (GButton)GetChildAt(5);
}
@@ -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_game
{
public partial class view_container_parent : GComponent
{
public GComponent panel;
public const string URL = "ui://sjl9teijrto31q";
public static view_container_parent CreateInstance()
{
return (view_container_parent)UIPackage.CreateObject("Arrow_game", "view_container_parent");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
panel = (GComponent)GetChildAt(0);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: b506a578b539e7e45adc9b28b2aeb200
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: