This commit is contained in:
2026-06-05 10:21:43 +08:00
parent b454d4432b
commit b6c7c47dc6
12 changed files with 54 additions and 11 deletions
@@ -10,6 +10,7 @@ namespace FGUI.JMain
{
UIObjectFactory.SetPackageItemExtension(com_pal.URL, typeof(com_pal));
UIObjectFactory.SetPackageItemExtension(item_pal.URL, typeof(item_pal));
UIObjectFactory.SetPackageItemExtension(btn_pal.URL, typeof(btn_pal));
UIObjectFactory.SetPackageItemExtension(btn_question.URL, typeof(btn_question));
UIObjectFactory.SetPackageItemExtension(com_faq.URL, typeof(com_faq));
UIObjectFactory.SetPackageItemExtension(com_list_main.URL, typeof(com_list_main));
@@ -0,0 +1,25 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.JMain
{
public partial class btn_pal : GButton
{
public GTextField lab_time;
public const string URL = "ui://qw9x6rf3dz5jpix";
public static btn_pal CreateInstance()
{
return (btn_pal)UIPackage.CreateObject("JMain", "btn_pal");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
lab_time = (GTextField)GetChildAt(1);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 8df9026b5e978de4e820114b10b88d07
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -21,7 +21,7 @@ namespace FGUI.JMain
public btn_petty btn_petty;
public GButton btn_play;
public GButton btn_wb;
public GButton btn_pal;
public btn_pal btn_pal;
public const string URL = "ui://qw9x6rf3lbaa0";
public static com_main CreateInstance()
@@ -47,7 +47,7 @@ namespace FGUI.JMain
btn_petty = (btn_petty)GetChildAt(14);
btn_play = (GButton)GetChildAt(15);
btn_wb = (GButton)GetChildAt(16);
btn_pal = (GButton)GetChildAt(17);
btn_pal = (btn_pal)GetChildAt(17);
}
}
}