fix:1、修复bug。 2、1.0.8版本提审
This commit is contained in:
@@ -7,7 +7,6 @@ namespace FGUI.LG_Common
|
||||
{
|
||||
public partial class btn_albums : GButton
|
||||
{
|
||||
public GGraph anim;
|
||||
public GGroup panel;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://c9mmg3dxccp2cc";
|
||||
@@ -21,7 +20,6 @@ namespace FGUI.LG_Common
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
anim = (GGraph)GetChildAt(0);
|
||||
panel = (GGroup)GetChildAt(4);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@ namespace FGUI.LG_Common
|
||||
{
|
||||
public partial class btn_vip : GButton
|
||||
{
|
||||
public GGraph anim;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://c9mmg3dxpjnncg";
|
||||
|
||||
public static btn_vip CreateInstance()
|
||||
@@ -19,7 +19,7 @@ namespace FGUI.LG_Common
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
anim = (GGraph)GetChildAt(0);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -15,7 +15,6 @@ namespace FGUI.LG_End
|
||||
public GTextField tetx_level;
|
||||
public GButton btn_setting;
|
||||
public GGraph congra_parent;
|
||||
public GButton btn_continue;
|
||||
public GTextField text_levelType;
|
||||
public GGraph bg_parent;
|
||||
public GGraph bg_parent_title;
|
||||
@@ -24,6 +23,7 @@ namespace FGUI.LG_End
|
||||
public GTextField text_award;
|
||||
public GButton btn_gold;
|
||||
public GComponent com_loader;
|
||||
public GButton btn_continue;
|
||||
public GButton btn_download;
|
||||
public GButton btn_restart;
|
||||
public GComponent wheel;
|
||||
@@ -52,15 +52,15 @@ namespace FGUI.LG_End
|
||||
tetx_level = (GTextField)GetChildAt(4);
|
||||
btn_setting = (GButton)GetChildAt(5);
|
||||
congra_parent = (GGraph)GetChildAt(11);
|
||||
btn_continue = (GButton)GetChildAt(12);
|
||||
text_levelType = (GTextField)GetChildAt(13);
|
||||
bg_parent = (GGraph)GetChildAt(14);
|
||||
bg_parent_title = (GGraph)GetChildAt(19);
|
||||
coin_parent = (GGraph)GetChildAt(20);
|
||||
btn_mult = (GButton)GetChildAt(21);
|
||||
text_award = (GTextField)GetChildAt(23);
|
||||
btn_gold = (GButton)GetChildAt(24);
|
||||
com_loader = (GComponent)GetChildAt(27);
|
||||
text_levelType = (GTextField)GetChildAt(12);
|
||||
bg_parent = (GGraph)GetChildAt(13);
|
||||
bg_parent_title = (GGraph)GetChildAt(18);
|
||||
coin_parent = (GGraph)GetChildAt(19);
|
||||
btn_mult = (GButton)GetChildAt(20);
|
||||
text_award = (GTextField)GetChildAt(22);
|
||||
btn_gold = (GButton)GetChildAt(23);
|
||||
com_loader = (GComponent)GetChildAt(26);
|
||||
btn_continue = (GButton)GetChildAt(27);
|
||||
btn_download = (GButton)GetChildAt(29);
|
||||
btn_restart = (GButton)GetChildAt(30);
|
||||
wheel = (GComponent)GetChildAt(31);
|
||||
|
||||
@@ -27,13 +27,13 @@ namespace FGUI.LG_Unlock
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
type = GetControllerAt(0);
|
||||
title1 = (GTextField)GetChildAt(1);
|
||||
btn_subscribe = (GButton)GetChildAt(3);
|
||||
text_coin = (GTextField)GetChildAt(4);
|
||||
btn_gold = (GButton)GetChildAt(5);
|
||||
text_level = (GTextField)GetChildAt(6);
|
||||
btn_play = (GButton)GetChildAt(8);
|
||||
btn_close = (GButton)GetChildAt(12);
|
||||
title1 = (GTextField)GetChildAt(2);
|
||||
btn_subscribe = (GButton)GetChildAt(4);
|
||||
text_coin = (GTextField)GetChildAt(5);
|
||||
btn_gold = (GButton)GetChildAt(6);
|
||||
text_level = (GTextField)GetChildAt(7);
|
||||
btn_play = (GButton)GetChildAt(9);
|
||||
btn_close = (GButton)GetChildAt(13);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -7,6 +7,7 @@ namespace FGUI.LG_Vip
|
||||
{
|
||||
public partial class com_vip : GComponent
|
||||
{
|
||||
public Controller viplevel;
|
||||
public GLoader bg_loader;
|
||||
public GList list;
|
||||
public btn_vipType btn_week;
|
||||
@@ -29,6 +30,7 @@ namespace FGUI.LG_Vip
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
viplevel = GetControllerAt(0);
|
||||
bg_loader = (GLoader)GetChildAt(2);
|
||||
list = (GList)GetChildAt(7);
|
||||
btn_week = (btn_vipType)GetChildAt(8);
|
||||
|
||||
@@ -22,8 +22,8 @@ namespace FGUI.LG_Vip
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
have = GetControllerAt(0);
|
||||
title = (GTextField)GetChildAt(0);
|
||||
img_check = (GImage)GetChildAt(2);
|
||||
title = (GTextField)GetChildAt(1);
|
||||
img_check = (GImage)GetChildAt(3);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -28,14 +28,14 @@ namespace FGUI.ZM_AddCell_12
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pay_type = GetControllerAt(0);
|
||||
title = (GTextField)GetChildAt(1);
|
||||
com_tips = (com_title)GetChildAt(3);
|
||||
btn_watch = (GButton)GetChildAt(4);
|
||||
ads = (GTextField)GetChildAt(5);
|
||||
tips = (GTextField)GetChildAt(6);
|
||||
broad = (GComponent)GetChildAt(7);
|
||||
btn_max_pay = (GButton)GetChildAt(8);
|
||||
btn_close = (GButton)GetChildAt(9);
|
||||
title = (GTextField)GetChildAt(3);
|
||||
com_tips = (com_title)GetChildAt(5);
|
||||
btn_watch = (GButton)GetChildAt(6);
|
||||
ads = (GTextField)GetChildAt(7);
|
||||
tips = (GTextField)GetChildAt(8);
|
||||
broad = (GComponent)GetChildAt(9);
|
||||
btn_max_pay = (GButton)GetChildAt(10);
|
||||
btn_close = (GButton)GetChildAt(11);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -22,10 +22,10 @@ namespace FGUI.ZM_AddCell_12
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
btn_close = (GButton)GetChildAt(1);
|
||||
text_goldnum = (GTextField)GetChildAt(2);
|
||||
btn_receive = (GButton)GetChildAt(3);
|
||||
end_point = (GTextField)GetChildAt(4);
|
||||
btn_close = (GButton)GetChildAt(2);
|
||||
text_goldnum = (GTextField)GetChildAt(3);
|
||||
btn_receive = (GButton)GetChildAt(4);
|
||||
end_point = (GTextField)GetChildAt(5);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -7,6 +7,7 @@ namespace FGUI.ZM_Common_01
|
||||
{
|
||||
public partial class btn_head : GButton
|
||||
{
|
||||
public Controller vip;
|
||||
public head head;
|
||||
public const string URL = "ui://o9974uc5emjh5e";
|
||||
|
||||
@@ -19,6 +20,7 @@ namespace FGUI.ZM_Common_01
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
vip = GetControllerAt(0);
|
||||
head = (head)GetChildAt(0);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,6 +18,7 @@ namespace FGUI.ZM_Lobby_03
|
||||
UIObjectFactory.SetPackageItemExtension(com_hall.URL, typeof(com_hall));
|
||||
UIObjectFactory.SetPackageItemExtension(com_payloading.URL, typeof(com_payloading));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_play.URL, typeof(btn_play));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_sign.URL, typeof(btn_sign));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.ZM_Lobby_03
|
||||
{
|
||||
public partial class btn_sign : GButton
|
||||
{
|
||||
public GImage red;
|
||||
public const string URL = "ui://gytj501cwgo41d";
|
||||
|
||||
public static btn_sign CreateInstance()
|
||||
{
|
||||
return (btn_sign)UIPackage.CreateObject("ZM_Lobby_03", "btn_sign");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
red = (GImage)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 1dbbeec11949a5047b958e65a13068b1
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -33,6 +33,7 @@ namespace FGUI.ZM_Lobby_03
|
||||
public btn_level_play btn_play10;
|
||||
public GGroup play_node;
|
||||
public GButton btn_task_times;
|
||||
public btn_sign btn_sign;
|
||||
public GButton btn_wv;
|
||||
public GButton btn_noads;
|
||||
public GButton btn_restore;
|
||||
@@ -50,7 +51,7 @@ namespace FGUI.ZM_Lobby_03
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
bg_loader = (GLoader)GetChildAt(1);
|
||||
bg_loader = (GLoader)GetChildAt(2);
|
||||
btn_play = (btn_play)GetChildAt(4);
|
||||
btn_album = (GButton)GetChildAt(5);
|
||||
btn_vip = (GButton)GetChildAt(6);
|
||||
@@ -75,11 +76,12 @@ namespace FGUI.ZM_Lobby_03
|
||||
btn_play10 = (btn_level_play)GetChildAt(25);
|
||||
play_node = (GGroup)GetChildAt(26);
|
||||
btn_task_times = (GButton)GetChildAt(27);
|
||||
btn_wv = (GButton)GetChildAt(28);
|
||||
btn_noads = (GButton)GetChildAt(29);
|
||||
btn_restore = (GButton)GetChildAt(30);
|
||||
btn_secret = (GButton)GetChildAt(31);
|
||||
btn_chat = (GButton)GetChildAt(32);
|
||||
btn_sign = (btn_sign)GetChildAt(28);
|
||||
btn_wv = (GButton)GetChildAt(29);
|
||||
btn_noads = (GButton)GetChildAt(30);
|
||||
btn_restore = (GButton)GetChildAt(31);
|
||||
btn_secret = (GButton)GetChildAt(32);
|
||||
btn_chat = (GButton)GetChildAt(33);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -12,6 +12,7 @@ namespace FGUI.ZM_Setting_07
|
||||
public btn_menu btn_terms;
|
||||
public btn_menu btn_language;
|
||||
public btn_menu btn_official;
|
||||
public btn_menu btn_email;
|
||||
public GTextField text_uid;
|
||||
public GTextField text_version;
|
||||
public btn_music btn_music;
|
||||
@@ -33,11 +34,12 @@ namespace FGUI.ZM_Setting_07
|
||||
btn_terms = (btn_menu)GetChildAt(6);
|
||||
btn_language = (btn_menu)GetChildAt(7);
|
||||
btn_official = (btn_menu)GetChildAt(8);
|
||||
text_uid = (GTextField)GetChildAt(9);
|
||||
text_version = (GTextField)GetChildAt(10);
|
||||
btn_music = (btn_music)GetChildAt(11);
|
||||
btn_sound = (btn_sound)GetChildAt(12);
|
||||
btn_restore = (btn_menu)GetChildAt(13);
|
||||
btn_email = (btn_menu)GetChildAt(9);
|
||||
text_uid = (GTextField)GetChildAt(10);
|
||||
text_version = (GTextField)GetChildAt(11);
|
||||
btn_music = (btn_music)GetChildAt(12);
|
||||
btn_sound = (btn_sound)GetChildAt(13);
|
||||
btn_restore = (btn_menu)GetChildAt(14);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -25,7 +25,7 @@ namespace FGUI.ZM_Sign_06
|
||||
status = GetControllerAt(0);
|
||||
fx_parent = (GGraph)GetChildAt(2);
|
||||
reward_num = (GTextField)GetChildAt(3);
|
||||
line = (GImage)GetChildAt(6);
|
||||
line = (GImage)GetChildAt(7);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -27,12 +27,12 @@ namespace FGUI.ZM_Tasks_13
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
bg_parent = (GGraph)GetChildAt(2);
|
||||
btn_mult = (GButton)GetChildAt(5);
|
||||
fx_place = (GGraph)GetChildAt(6);
|
||||
text_award = (GTextField)GetChildAt(7);
|
||||
btn_claim = (GButton)GetChildAt(8);
|
||||
title1 = (GTextField)GetChildAt(9);
|
||||
wheel = (GComponent)GetChildAt(10);
|
||||
btn_mult = (GButton)GetChildAt(4);
|
||||
fx_place = (GGraph)GetChildAt(5);
|
||||
text_award = (GTextField)GetChildAt(6);
|
||||
btn_claim = (GButton)GetChildAt(7);
|
||||
title1 = (GTextField)GetChildAt(8);
|
||||
wheel = (GComponent)GetChildAt(9);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user