首次提交

This commit is contained in:
2026-07-13 18:14:23 +08:00
commit 20d09e4ebb
5293 changed files with 621708 additions and 0 deletions
@@ -0,0 +1,18 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
namespace FGUI.G018_GameHome
{
public class G018_GameHomeBinder
{
public static void BindAll()
{
UIObjectFactory.SetPackageItemExtension(btn_repur.URL, typeof(btn_repur));
UIObjectFactory.SetPackageItemExtension(GameHome.URL, typeof(GameHome));
UIObjectFactory.SetPackageItemExtension(SignInBtn.URL, typeof(SignInBtn));
UIObjectFactory.SetPackageItemExtension(new_topgold.URL, typeof(new_topgold));
UIObjectFactory.SetPackageItemExtension(btn_battle.URL, typeof(btn_battle));
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: dd5edb9e560f7aa40a4a29b580c0d52c
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,61 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.G018_GameHome
{
public partial class GameHome : GComponent
{
public Controller Mode;
public Controller switchgift;
public GButton btn_saveingpot;
public GButton btn_menu;
public GButton btn_setting;
public new_topgold gold;
public GComponent money;
public btn_battle BattleBtn;
public GButton btn_three_day;
public SignInBtn SignInBtn;
public GButton NoAdsBtn;
public GButton btn_failpack;
public btn_repur btn_restore;
public GGroup TopBox;
public GButton RightBtn;
public GButton LeftBtn;
public GButton PlayBtn;
public GButton LuckySpinBtn;
public GButton RankBtn;
public const string URL = "ui://dypufdsgtrht2i";
public static GameHome CreateInstance()
{
return (GameHome)UIPackage.CreateObject("G018_GameHome", "GameHome");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
Mode = GetControllerAt(0);
switchgift = GetControllerAt(1);
btn_saveingpot = (GButton)GetChildAt(1);
btn_menu = (GButton)GetChildAt(2);
btn_setting = (GButton)GetChildAt(3);
gold = (new_topgold)GetChildAt(4);
money = (GComponent)GetChildAt(5);
BattleBtn = (btn_battle)GetChildAt(6);
btn_three_day = (GButton)GetChildAt(7);
SignInBtn = (SignInBtn)GetChildAt(8);
NoAdsBtn = (GButton)GetChildAt(9);
btn_failpack = (GButton)GetChildAt(10);
btn_restore = (btn_repur)GetChildAt(11);
TopBox = (GGroup)GetChildAt(12);
RightBtn = (GButton)GetChildAt(14);
LeftBtn = (GButton)GetChildAt(15);
PlayBtn = (GButton)GetChildAt(18);
LuckySpinBtn = (GButton)GetChildAt(21);
RankBtn = (GButton)GetChildAt(22);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: ceafbfdde26797948b0421d6b3115ee0
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.G018_GameHome
{
public partial class SignInBtn : GButton
{
public GImage red;
public const string URL = "ui://dypufdsgtrht5";
public static SignInBtn CreateInstance()
{
return (SignInBtn)UIPackage.CreateObject("G018_GameHome", "SignInBtn");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
red = (GImage)GetChildAt(2);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: cde7568501c4b5b40a0e4e45f19e8cbd
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,29 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.G018_GameHome
{
public partial class btn_battle : GButton
{
public GImage red;
public GImage progress;
public GTextField number_text;
public const string URL = "ui://dypufdsgtrht9";
public static btn_battle CreateInstance()
{
return (btn_battle)UIPackage.CreateObject("G018_GameHome", "btn_battle");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
red = (GImage)GetChildAt(1);
progress = (GImage)GetChildAt(3);
number_text = (GTextField)GetChildAt(4);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 2ec267aab68cd8d4a96a5a7488c26342
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.G018_GameHome
{
public partial class btn_repur : GButton
{
public GTextField number_text;
public const string URL = "ui://dypufdsgqzxe2u";
public static btn_repur CreateInstance()
{
return (btn_repur)UIPackage.CreateObject("G018_GameHome", "btn_repur");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
number_text = (GTextField)GetChildAt(1);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 3ebc6f572e79545169615c68e2645743
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,35 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.G018_GameHome
{
public partial class new_topgold : GComponent
{
public Controller state;
public GTextField number_text;
public GImage red;
public GTextField tips_text;
public GButton btn_buygold;
public Transition t0;
public const string URL = "ui://dypufdsgtrht8";
public static new_topgold CreateInstance()
{
return (new_topgold)UIPackage.CreateObject("G018_GameHome", "new_topgold");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
state = GetControllerAt(0);
number_text = (GTextField)GetChildAt(2);
red = (GImage)GetChildAt(3);
tips_text = (GTextField)GetChildAt(5);
btn_buygold = (GButton)GetChildAt(6);
t0 = GetTransitionAt(0);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: faf8e1301d6d9004e8dc57b6f3cd2846
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: