提交小游戏项目
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace FGUI.Game_flower
|
||||
{
|
||||
public class Game_flowerBinder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_flowerguide.URL, typeof(com_flowerguide));
|
||||
UIObjectFactory.SetPackageItemExtension(com_flower.URL, typeof(com_flower));
|
||||
UIObjectFactory.SetPackageItemExtension(item_potFlower.URL, typeof(item_potFlower));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_item.URL, typeof(btn_item));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 54a73e5fc53054c47a53193264766078
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,31 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.Game_flower
|
||||
{
|
||||
public partial class btn_item : GButton
|
||||
{
|
||||
public Controller type;
|
||||
public Controller state;
|
||||
public GTextField text_number;
|
||||
public GTextField text_unlock;
|
||||
public const string URL = "ui://z3yegs6hruxtt";
|
||||
|
||||
public static btn_item CreateInstance()
|
||||
{
|
||||
return (btn_item)UIPackage.CreateObject("Game_flower", "btn_item");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
type = GetControllerAt(0);
|
||||
state = GetControllerAt(1);
|
||||
text_number = (GTextField)GetChildAt(6);
|
||||
text_unlock = (GTextField)GetChildAt(9);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 30bbdd00b80324617bfe7d621e05acce
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,53 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.Game_flower
|
||||
{
|
||||
public partial class com_flower : GComponent
|
||||
{
|
||||
public GButton btn_pot;
|
||||
public GList list_pot;
|
||||
public GGroup group_list;
|
||||
public GButton btn_add0;
|
||||
public GButton btn_add1;
|
||||
public btn_item btn_tip;
|
||||
public btn_item btn_clean;
|
||||
public btn_item btn_refresh;
|
||||
public GTextField text_level;
|
||||
public GButton btn_gold;
|
||||
public GTextField text_time;
|
||||
public GGroup group_safe;
|
||||
public com_flowerguide com_guide;
|
||||
public GButton btn_close;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://z3yegs6hruxt3";
|
||||
|
||||
public static com_flower CreateInstance()
|
||||
{
|
||||
return (com_flower)UIPackage.CreateObject("Game_flower", "com_flower");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
btn_pot = (GButton)GetChildAt(0);
|
||||
list_pot = (GList)GetChildAt(2);
|
||||
group_list = (GGroup)GetChildAt(3);
|
||||
btn_add0 = (GButton)GetChildAt(4);
|
||||
btn_add1 = (GButton)GetChildAt(5);
|
||||
btn_tip = (btn_item)GetChildAt(6);
|
||||
btn_clean = (btn_item)GetChildAt(7);
|
||||
btn_refresh = (btn_item)GetChildAt(8);
|
||||
text_level = (GTextField)GetChildAt(11);
|
||||
btn_gold = (GButton)GetChildAt(15);
|
||||
text_time = (GTextField)GetChildAt(18);
|
||||
group_safe = (GGroup)GetChildAt(19);
|
||||
com_guide = (com_flowerguide)GetChildAt(20);
|
||||
btn_close = (GButton)GetChildAt(21);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 97ba5d0c338d24ef59b425c3b330cb52
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,27 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.Game_flower
|
||||
{
|
||||
public partial class com_flowerguide : GComponent
|
||||
{
|
||||
public Controller state;
|
||||
public GButton btn_close;
|
||||
public const string URL = "ui://z3yegs6hq07t16";
|
||||
|
||||
public static com_flowerguide CreateInstance()
|
||||
{
|
||||
return (com_flowerguide)UIPackage.CreateObject("Game_flower", "com_flowerguide");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
btn_close = (GButton)GetChildAt(8);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a82d2f5027bba4d54a7c0eeab494c382
|
||||
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.Game_flower
|
||||
{
|
||||
public partial class item_potFlower : GComponent
|
||||
{
|
||||
public Controller type;
|
||||
public GLoader flower_loader;
|
||||
public GTextField text_flower_number;
|
||||
public const string URL = "ui://z3yegs6hruxtq";
|
||||
|
||||
public static item_potFlower CreateInstance()
|
||||
{
|
||||
return (item_potFlower)UIPackage.CreateObject("Game_flower", "item_potFlower");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
type = GetControllerAt(0);
|
||||
flower_loader = (GLoader)GetChildAt(0);
|
||||
text_flower_number = (GTextField)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 7b69216e17352436c82ca16ace9bf152
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user