修改bug
This commit is contained in:
@@ -9,8 +9,6 @@ namespace FGUI.AddCell_12
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_addView.URL, typeof(com_addView));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_common_green.URL, typeof(btn_common_green));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_add_watchAd.URL, typeof(btn_add_watchAd));
|
||||
UIObjectFactory.SetPackageItemExtension(com_addView_off.URL, typeof(com_addView_off));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,37 +0,0 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.AddCell_12
|
||||
{
|
||||
public partial class btn_add_watchAd : GButton
|
||||
{
|
||||
public Controller buy_state;
|
||||
public Controller can_buy;
|
||||
public GTextField btn_text;
|
||||
public GTextField watch;
|
||||
public GImage ad_icon;
|
||||
public GImage img_saveingpot;
|
||||
public GTextField text_time;
|
||||
public const string URL = "ui://cwrkvs46iec4ax";
|
||||
|
||||
public static btn_add_watchAd CreateInstance()
|
||||
{
|
||||
return (btn_add_watchAd)UIPackage.CreateObject("AddCell_12", "btn_add_watchAd");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
buy_state = GetControllerAt(0);
|
||||
can_buy = GetControllerAt(1);
|
||||
btn_text = (GTextField)GetChildAt(2);
|
||||
watch = (GTextField)GetChildAt(3);
|
||||
ad_icon = (GImage)GetChildAt(4);
|
||||
img_saveingpot = (GImage)GetChildAt(6);
|
||||
text_time = (GTextField)GetChildAt(11);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f8fa3b82e7aa96d4983e455b7b245e78
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -1,25 +0,0 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.AddCell_12
|
||||
{
|
||||
public partial class btn_common_green : GButton
|
||||
{
|
||||
public GImage img_saveingpot;
|
||||
public const string URL = "ui://cwrkvs46iec414";
|
||||
|
||||
public static btn_common_green CreateInstance()
|
||||
{
|
||||
return (btn_common_green)UIPackage.CreateObject("AddCell_12", "btn_common_green");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
img_saveingpot = (GImage)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 749f2089d80100543b71f9339cb2864f
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -38,9 +38,7 @@ namespace FGUI.Common_01
|
||||
UIObjectFactory.SetPackageItemExtension(btn_claim.URL, typeof(btn_claim));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_boxreward.URL, typeof(btn_boxreward));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_threeday.URL, typeof(btn_threeday));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_card.URL, typeof(btn_card));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_failpack.URL, typeof(btn_failpack));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_luck_gift.URL, typeof(btn_luck_gift));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,25 +0,0 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.Common_01
|
||||
{
|
||||
public partial class btn_card : GButton
|
||||
{
|
||||
public GImage red;
|
||||
public const string URL = "ui://o9974uc5y1du2p";
|
||||
|
||||
public static btn_card CreateInstance()
|
||||
{
|
||||
return (btn_card)UIPackage.CreateObject("Common_01", "btn_card");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
red = (GImage)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ed435e8ec2063824091d54f273294805
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -1,25 +0,0 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.Common_01
|
||||
{
|
||||
public partial class btn_luck_gift : GButton
|
||||
{
|
||||
public GImage red;
|
||||
public const string URL = "ui://o9974uc5ybesal";
|
||||
|
||||
public static btn_luck_gift CreateInstance()
|
||||
{
|
||||
return (btn_luck_gift)UIPackage.CreateObject("Common_01", "btn_luck_gift");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
red = (GImage)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 94070281f5339814380cdb8e5444fd53
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -15,7 +15,6 @@ namespace FGUI.Game_04
|
||||
UIObjectFactory.SetPackageItemExtension(btn_prop.URL, typeof(btn_prop));
|
||||
UIObjectFactory.SetPackageItemExtension(com_open.URL, typeof(com_open));
|
||||
UIObjectFactory.SetPackageItemExtension(com_game.URL, typeof(com_game));
|
||||
UIObjectFactory.SetPackageItemExtension(com_state.URL, typeof(com_state));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_add.URL, typeof(btn_add));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_exit.URL, typeof(btn_exit));
|
||||
}
|
||||
|
||||
@@ -1,25 +0,0 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.Game_04
|
||||
{
|
||||
public partial class com_state : GComponent
|
||||
{
|
||||
public GRichTextField text_level;
|
||||
public const string URL = "ui://g3iqdlgcopwgy";
|
||||
|
||||
public static com_state CreateInstance()
|
||||
{
|
||||
return (com_state)UIPackage.CreateObject("Game_04", "com_state");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
text_level = (GRichTextField)GetChildAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: edb47f4eda6f26b46898bc18d7ee1871
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -169,7 +169,6 @@
|
||||
fx_broad,
|
||||
fx_login_light,
|
||||
fx_login_bird,
|
||||
fx_btn_play,
|
||||
fx_coin,
|
||||
fx_hand_pre,
|
||||
fx_disaappear_1,
|
||||
|
||||
Reference in New Issue
Block a user