fix:1、添加项目
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace FGUI.P07_GameEnd
|
||||
{
|
||||
public class P07_GameEndBinder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_success_ch.URL, typeof(com_success_ch));
|
||||
UIObjectFactory.SetPackageItemExtension(ch_broad.URL, typeof(ch_broad));
|
||||
UIObjectFactory.SetPackageItemExtension(com_gril16.URL, typeof(com_gril16));
|
||||
UIObjectFactory.SetPackageItemExtension(com_gril9.URL, typeof(com_gril9));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_claim_x2.URL, typeof(btn_claim_x2));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_claim3.URL, typeof(btn_claim3));
|
||||
UIObjectFactory.SetPackageItemExtension(com_end.URL, typeof(com_end));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 7e6297932f1ab304691d5b0cbfa613d0
|
||||
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.P07_GameEnd
|
||||
{
|
||||
public partial class btn_claim3 : GButton
|
||||
{
|
||||
public GRichTextField text_num;
|
||||
public const string URL = "ui://8sjqw0q3jzp163";
|
||||
|
||||
public static btn_claim3 CreateInstance()
|
||||
{
|
||||
return (btn_claim3)UIPackage.CreateObject("P07_GameEnd", "btn_claim3");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
text_num = (GRichTextField)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 8395063d47f15eb41b2300c2eb60c2e5
|
||||
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.P07_GameEnd
|
||||
{
|
||||
public partial class btn_claim_x2 : GButton
|
||||
{
|
||||
public Controller state;
|
||||
public GImage ad_icon;
|
||||
public GImage img_saveingpot;
|
||||
public const string URL = "ui://8sjqw0q3jzp162";
|
||||
|
||||
public static btn_claim_x2 CreateInstance()
|
||||
{
|
||||
return (btn_claim_x2)UIPackage.CreateObject("P07_GameEnd", "btn_claim_x2");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
ad_icon = (GImage)GetChildAt(1);
|
||||
img_saveingpot = (GImage)GetChildAt(3);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 0ed9eba324ed3b2498bf17f4ed9ccd13
|
||||
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.P07_GameEnd
|
||||
{
|
||||
public partial class ch_broad : GComponent
|
||||
{
|
||||
public GRichTextField cast_text;
|
||||
public Transition t0;
|
||||
public Transition t1;
|
||||
public const string URL = "ui://8sjqw0q3cgqgm";
|
||||
|
||||
public static ch_broad CreateInstance()
|
||||
{
|
||||
return (ch_broad)UIPackage.CreateObject("P07_GameEnd", "ch_broad");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cast_text = (GRichTextField)GetChildAt(0);
|
||||
t0 = GetTransitionAt(0);
|
||||
t1 = GetTransitionAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 32af2fa2512dc1241b1de033614e022f
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,63 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.P07_GameEnd
|
||||
{
|
||||
public partial class com_end : GComponent
|
||||
{
|
||||
public Controller win_lose;
|
||||
public Controller switchgift;
|
||||
public GButton btn_restart;
|
||||
public GButton btn_gold;
|
||||
public com_success_ch com_ch;
|
||||
public GComponent top_money;
|
||||
public GTextField tips_text;
|
||||
public GGroup tips;
|
||||
public GGraph ani_lose;
|
||||
public GGraph ani_win;
|
||||
public GImage node_start;
|
||||
public GGraph ani_lock;
|
||||
public GTextField text_award;
|
||||
public com_gril9 gril9;
|
||||
public com_gril16 gril16;
|
||||
public GComponent wheel;
|
||||
public btn_claim_x2 btn_mult;
|
||||
public btn_claim3 btn_claim;
|
||||
public GTextField lab_lose_des;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://8sjqw0q3sebxk";
|
||||
|
||||
public static com_end CreateInstance()
|
||||
{
|
||||
return (com_end)UIPackage.CreateObject("P07_GameEnd", "com_end");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
win_lose = GetControllerAt(0);
|
||||
switchgift = GetControllerAt(1);
|
||||
btn_restart = (GButton)GetChildAt(3);
|
||||
btn_gold = (GButton)GetChildAt(4);
|
||||
com_ch = (com_success_ch)GetChildAt(5);
|
||||
top_money = (GComponent)GetChildAt(6);
|
||||
tips_text = (GTextField)GetChildAt(8);
|
||||
tips = (GGroup)GetChildAt(9);
|
||||
ani_lose = (GGraph)GetChildAt(10);
|
||||
ani_win = (GGraph)GetChildAt(11);
|
||||
node_start = (GImage)GetChildAt(12);
|
||||
ani_lock = (GGraph)GetChildAt(16);
|
||||
text_award = (GTextField)GetChildAt(17);
|
||||
gril9 = (com_gril9)GetChildAt(18);
|
||||
gril16 = (com_gril16)GetChildAt(19);
|
||||
wheel = (GComponent)GetChildAt(20);
|
||||
btn_mult = (btn_claim_x2)GetChildAt(21);
|
||||
btn_claim = (btn_claim3)GetChildAt(22);
|
||||
lab_lose_des = (GTextField)GetChildAt(23);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: db61214ec4e9add4c8b4c501edd62198
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,89 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.P07_GameEnd
|
||||
{
|
||||
public partial class com_gril16 : GComponent
|
||||
{
|
||||
public Controller state;
|
||||
public GImage gril_1;
|
||||
public GImage gril_2;
|
||||
public GImage gril_3;
|
||||
public GImage gril_4;
|
||||
public GImage gril_5;
|
||||
public GImage gril_6;
|
||||
public GImage gril_7;
|
||||
public GImage gril_8;
|
||||
public GImage gril_9;
|
||||
public GImage gril_10;
|
||||
public GImage gril_11;
|
||||
public GImage gril_12;
|
||||
public GImage gril_13;
|
||||
public GImage gril_14;
|
||||
public GImage gril_15;
|
||||
public GImage gril_16;
|
||||
public Transition t0;
|
||||
public Transition t1;
|
||||
public Transition t2;
|
||||
public Transition t3;
|
||||
public Transition t4;
|
||||
public Transition t5;
|
||||
public Transition t6;
|
||||
public Transition t7;
|
||||
public Transition t8;
|
||||
public Transition t9;
|
||||
public Transition t10;
|
||||
public Transition t11;
|
||||
public Transition t12;
|
||||
public Transition t13;
|
||||
public Transition t14;
|
||||
public Transition t15;
|
||||
public const string URL = "ui://8sjqw0q3iide6a";
|
||||
|
||||
public static com_gril16 CreateInstance()
|
||||
{
|
||||
return (com_gril16)UIPackage.CreateObject("P07_GameEnd", "com_gril16");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
gril_1 = (GImage)GetChildAt(1);
|
||||
gril_2 = (GImage)GetChildAt(2);
|
||||
gril_3 = (GImage)GetChildAt(3);
|
||||
gril_4 = (GImage)GetChildAt(4);
|
||||
gril_5 = (GImage)GetChildAt(5);
|
||||
gril_6 = (GImage)GetChildAt(6);
|
||||
gril_7 = (GImage)GetChildAt(7);
|
||||
gril_8 = (GImage)GetChildAt(8);
|
||||
gril_9 = (GImage)GetChildAt(9);
|
||||
gril_10 = (GImage)GetChildAt(10);
|
||||
gril_11 = (GImage)GetChildAt(11);
|
||||
gril_12 = (GImage)GetChildAt(12);
|
||||
gril_13 = (GImage)GetChildAt(13);
|
||||
gril_14 = (GImage)GetChildAt(14);
|
||||
gril_15 = (GImage)GetChildAt(15);
|
||||
gril_16 = (GImage)GetChildAt(16);
|
||||
t0 = GetTransitionAt(0);
|
||||
t1 = GetTransitionAt(1);
|
||||
t2 = GetTransitionAt(2);
|
||||
t3 = GetTransitionAt(3);
|
||||
t4 = GetTransitionAt(4);
|
||||
t5 = GetTransitionAt(5);
|
||||
t6 = GetTransitionAt(6);
|
||||
t7 = GetTransitionAt(7);
|
||||
t8 = GetTransitionAt(8);
|
||||
t9 = GetTransitionAt(9);
|
||||
t10 = GetTransitionAt(10);
|
||||
t11 = GetTransitionAt(11);
|
||||
t12 = GetTransitionAt(12);
|
||||
t13 = GetTransitionAt(13);
|
||||
t14 = GetTransitionAt(14);
|
||||
t15 = GetTransitionAt(15);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: c5b8496cf15ff314c9e71b07ae73d1d1
|
||||
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.P07_GameEnd
|
||||
{
|
||||
public partial class com_gril9 : GComponent
|
||||
{
|
||||
public Controller state;
|
||||
public GImage gril_1;
|
||||
public GImage gril_2;
|
||||
public GImage gril_3;
|
||||
public GImage gril_4;
|
||||
public GImage gril_5;
|
||||
public GImage gril_6;
|
||||
public GImage gril_7;
|
||||
public GImage gril_8;
|
||||
public GImage gril_9;
|
||||
public Transition t0;
|
||||
public Transition t1;
|
||||
public Transition t2;
|
||||
public Transition t3;
|
||||
public Transition t4;
|
||||
public Transition t5;
|
||||
public Transition t6;
|
||||
public Transition t7;
|
||||
public Transition t8;
|
||||
public const string URL = "ui://8sjqw0q3jzp12i";
|
||||
|
||||
public static com_gril9 CreateInstance()
|
||||
{
|
||||
return (com_gril9)UIPackage.CreateObject("P07_GameEnd", "com_gril9");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
gril_1 = (GImage)GetChildAt(1);
|
||||
gril_2 = (GImage)GetChildAt(2);
|
||||
gril_3 = (GImage)GetChildAt(3);
|
||||
gril_4 = (GImage)GetChildAt(4);
|
||||
gril_5 = (GImage)GetChildAt(5);
|
||||
gril_6 = (GImage)GetChildAt(6);
|
||||
gril_7 = (GImage)GetChildAt(7);
|
||||
gril_8 = (GImage)GetChildAt(8);
|
||||
gril_9 = (GImage)GetChildAt(9);
|
||||
t0 = GetTransitionAt(0);
|
||||
t1 = GetTransitionAt(1);
|
||||
t2 = GetTransitionAt(2);
|
||||
t3 = GetTransitionAt(3);
|
||||
t4 = GetTransitionAt(4);
|
||||
t5 = GetTransitionAt(5);
|
||||
t6 = GetTransitionAt(6);
|
||||
t7 = GetTransitionAt(7);
|
||||
t8 = GetTransitionAt(8);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a0f83b2d63ee5f04a88a7e921b44a94c
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,33 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.P07_GameEnd
|
||||
{
|
||||
public partial class com_success_ch : GComponent
|
||||
{
|
||||
public GRichTextField ch_text;
|
||||
public ch_broad broad;
|
||||
public GImage progress;
|
||||
public GTextField progress_text;
|
||||
public GButton btn_ch;
|
||||
public const string URL = "ui://8sjqw0q3cgqgl";
|
||||
|
||||
public static com_success_ch CreateInstance()
|
||||
{
|
||||
return (com_success_ch)UIPackage.CreateObject("P07_GameEnd", "com_success_ch");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
ch_text = (GRichTextField)GetChildAt(1);
|
||||
broad = (ch_broad)GetChildAt(2);
|
||||
progress = (GImage)GetChildAt(4);
|
||||
progress_text = (GTextField)GetChildAt(5);
|
||||
btn_ch = (GButton)GetChildAt(6);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 22e8725d3db375b49a8c4f888e3b7d32
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user