fix:1、修复bug

This commit is contained in:
barry
2026-06-29 08:59:34 +08:00
parent 86518aae41
commit 1354dfbc34
92 changed files with 53105 additions and 51712 deletions
@@ -0,0 +1,25 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.tixian
{
public partial class btn_getcash : GButton
{
public GImage img_saveingpot;
public const string URL = "ui://md8tkwlzupx71u";
public static btn_getcash CreateInstance()
{
return (btn_getcash)UIPackage.CreateObject("tixian", "btn_getcash");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
img_saveingpot = (GImage)GetChildAt(3);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 712454ebe18c44a2ea5756b3a01d7ba6
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -31,6 +31,7 @@ namespace FGUI.tixian
UIObjectFactory.SetPackageItemExtension(btn_code.URL, typeof(btn_code));
UIObjectFactory.SetPackageItemExtension(com_saveingpot.URL, typeof(com_saveingpot));
UIObjectFactory.SetPackageItemExtension(btn_top.URL, typeof(btn_top));
UIObjectFactory.SetPackageItemExtension(btn_getcash.URL, typeof(btn_getcash));
UIObjectFactory.SetPackageItemExtension(com_confirm.URL, typeof(com_confirm));
UIObjectFactory.SetPackageItemExtension(com_record.URL, typeof(com_record));
}