换皮
This commit is contained in:
@@ -17,7 +17,7 @@ namespace ChillConnect
|
||||
public int tol_num;
|
||||
public int reward_num;
|
||||
public bool is_get;
|
||||
public int[] Boost;
|
||||
public int[] Boost;
|
||||
public int[] weight;
|
||||
}
|
||||
}
|
||||
@@ -27,13 +27,13 @@ namespace FGUI.AddCell_12
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pay_type = GetControllerAt(0);
|
||||
title = (GTextField)GetChildAt(6);
|
||||
btn_close = (GButton)GetChildAt(8);
|
||||
btn_watch = (GButton)GetChildAt(9);
|
||||
tips = (GTextField)GetChildAt(10);
|
||||
ads = (GTextField)GetChildAt(11);
|
||||
btn_max_pay = (GButton)GetChildAt(12);
|
||||
broad = (GComponent)GetChildAt(15);
|
||||
title = (GTextField)GetChildAt(7);
|
||||
btn_close = (GButton)GetChildAt(9);
|
||||
btn_watch = (GButton)GetChildAt(10);
|
||||
tips = (GTextField)GetChildAt(11);
|
||||
ads = (GTextField)GetChildAt(12);
|
||||
btn_max_pay = (GButton)GetChildAt(13);
|
||||
broad = (GComponent)GetChildAt(16);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -13,7 +13,6 @@ namespace FGUI.Common_01
|
||||
UIObjectFactory.SetPackageItemExtension(btn_watchAd.URL, typeof(btn_watchAd));
|
||||
UIObjectFactory.SetPackageItemExtension(com_broadcast_text1.URL, typeof(com_broadcast_text1));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_noads.URL, typeof(btn_noads));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_get.URL, typeof(btn_get));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_task.URL, typeof(btn_task));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_faq.URL, typeof(btn_faq));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_buy1.URL, typeof(btn_buy1));
|
||||
|
||||
@@ -19,7 +19,7 @@ namespace FGUI.Common_01
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
load_avatar = (GLoader)GetChildAt(1);
|
||||
load_avatar = (GLoader)GetChildAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -9,7 +9,7 @@ namespace FGUI.Common_01
|
||||
{
|
||||
public GTextField money_text;
|
||||
public GTextField time_text;
|
||||
public btn_get btn_removead;
|
||||
public GButton btn_removead;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://o9974uc5jobfas";
|
||||
|
||||
@@ -24,7 +24,7 @@ namespace FGUI.Common_01
|
||||
|
||||
money_text = (GTextField)GetChildAt(2);
|
||||
time_text = (GTextField)GetChildAt(3);
|
||||
btn_removead = (btn_get)GetChildAt(4);
|
||||
btn_removead = (GButton)GetChildAt(4);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -23,6 +23,8 @@ namespace FGUI.GameResult_08
|
||||
public GGroup top_group;
|
||||
public GButton btn_mult;
|
||||
public GButton btn_claim;
|
||||
public GRichTextField text_award_2;
|
||||
public GRichTextField text_award_3;
|
||||
public Transition t0;
|
||||
public Transition t2;
|
||||
public const string URL = "ui://8sjqw0q3sebxk";
|
||||
@@ -38,9 +40,9 @@ namespace FGUI.GameResult_08
|
||||
|
||||
win_lose = GetControllerAt(0);
|
||||
switchgift = GetControllerAt(1);
|
||||
bg_parent = (GGraph)GetChildAt(1);
|
||||
fail_light = (GImage)GetChildAt(3);
|
||||
btn_restart = (GButton)GetChildAt(4);
|
||||
bg_parent = (GGraph)GetChildAt(0);
|
||||
fail_light = (GImage)GetChildAt(4);
|
||||
btn_restart = (GButton)GetChildAt(5);
|
||||
bg_parent_title = (GGraph)GetChildAt(6);
|
||||
lab_lose_des = (GTextField)GetChildAt(8);
|
||||
com_ch = (com_success_cash)GetChildAt(12);
|
||||
@@ -52,6 +54,8 @@ namespace FGUI.GameResult_08
|
||||
top_group = (GGroup)GetChildAt(21);
|
||||
btn_mult = (GButton)GetChildAt(22);
|
||||
btn_claim = (GButton)GetChildAt(23);
|
||||
text_award_2 = (GRichTextField)GetChildAt(24);
|
||||
text_award_3 = (GRichTextField)GetChildAt(25);
|
||||
t0 = GetTransitionAt(0);
|
||||
t2 = GetTransitionAt(1);
|
||||
}
|
||||
|
||||
@@ -9,6 +9,7 @@ namespace FGUI.Game_04
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_game_menu.URL, typeof(com_game_menu));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_continue.URL, typeof(btn_continue));
|
||||
UIObjectFactory.SetPackageItemExtension(com_rewardbox.URL, typeof(com_rewardbox));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_look_ad.URL, typeof(btn_look_ad));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_prop.URL, typeof(btn_prop));
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
/** 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 btn_continue : GButton
|
||||
{
|
||||
public GTextField text_set;
|
||||
public const string URL = "ui://g3iqdlgca7mc44";
|
||||
|
||||
public static btn_continue CreateInstance()
|
||||
{
|
||||
return (btn_continue)UIPackage.CreateObject("Game_04", "btn_continue");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
text_set = (GTextField)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 0e6bb14b518e9df45a2d98fbea802e59
|
||||
guid: 52e278f28d5652b4cbaf3ab10a4d47d9
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
@@ -24,7 +24,6 @@ namespace FGUI.Game_04
|
||||
public GButton btn_three_day;
|
||||
public GButton btn_failpack;
|
||||
public GButton btn_gold;
|
||||
public GGroup top_group;
|
||||
public const string URL = "ui://g3iqdlgcopwgw";
|
||||
|
||||
public static com_game CreateInstance()
|
||||
@@ -36,24 +35,23 @@ namespace FGUI.Game_04
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
slot = (GComponent)GetChildAt(1);
|
||||
out_parent = (GGraph)GetChildAt(2);
|
||||
btn_add = (btn_add)GetChildAt(3);
|
||||
btn_back = (btn_prop)GetChildAt(4);
|
||||
btn_remove = (btn_prop)GetChildAt(5);
|
||||
btn_refresh = (btn_prop)GetChildAt(6);
|
||||
btn_look_ad = (GButton)GetChildAt(7);
|
||||
btn_saveingpot = (GButton)GetChildAt(8);
|
||||
btn_close = (GButton)GetChildAt(11);
|
||||
text_level = (GTextField)GetChildAt(12);
|
||||
btn_money = (GComponent)GetChildAt(13);
|
||||
btn_rank = (GButton)GetChildAt(14);
|
||||
btn_task_pass = (GButton)GetChildAt(16);
|
||||
btn_noads = (GButton)GetChildAt(17);
|
||||
btn_three_day = (GButton)GetChildAt(19);
|
||||
btn_failpack = (GButton)GetChildAt(20);
|
||||
btn_gold = (GButton)GetChildAt(22);
|
||||
top_group = (GGroup)GetChildAt(23);
|
||||
slot = (GComponent)GetChildAt(0);
|
||||
out_parent = (GGraph)GetChildAt(1);
|
||||
btn_add = (btn_add)GetChildAt(2);
|
||||
btn_back = (btn_prop)GetChildAt(3);
|
||||
btn_remove = (btn_prop)GetChildAt(4);
|
||||
btn_refresh = (btn_prop)GetChildAt(5);
|
||||
btn_look_ad = (GButton)GetChildAt(6);
|
||||
btn_saveingpot = (GButton)GetChildAt(7);
|
||||
btn_close = (GButton)GetChildAt(9);
|
||||
text_level = (GTextField)GetChildAt(10);
|
||||
btn_money = (GComponent)GetChildAt(11);
|
||||
btn_rank = (GButton)GetChildAt(12);
|
||||
btn_task_pass = (GButton)GetChildAt(13);
|
||||
btn_noads = (GButton)GetChildAt(14);
|
||||
btn_three_day = (GButton)GetChildAt(16);
|
||||
btn_failpack = (GButton)GetChildAt(17);
|
||||
btn_gold = (GButton)GetChildAt(19);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -8,9 +8,9 @@ namespace FGUI.Game_04
|
||||
public partial class com_game_menu : GComponent
|
||||
{
|
||||
public GTextField title;
|
||||
public GButton btn_resume;
|
||||
public GButton btn_close;
|
||||
public btn_exit btn_exit;
|
||||
public btn_continue btn_resume;
|
||||
public const string URL = "ui://g3iqdlgc9wz116";
|
||||
|
||||
public static com_game_menu CreateInstance()
|
||||
@@ -22,10 +22,10 @@ namespace FGUI.Game_04
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
title = (GTextField)GetChildAt(1);
|
||||
btn_resume = (GButton)GetChildAt(2);
|
||||
title = (GTextField)GetChildAt(2);
|
||||
btn_close = (GButton)GetChildAt(3);
|
||||
btn_exit = (btn_exit)GetChildAt(4);
|
||||
btn_resume = (btn_continue)GetChildAt(6);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -9,9 +9,9 @@ namespace FGUI.Lobby_03
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(btn_level_play.URL, typeof(btn_level_play));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_hall_head.URL, typeof(btn_hall_head));
|
||||
UIObjectFactory.SetPackageItemExtension(hall_head.URL, typeof(hall_head));
|
||||
UIObjectFactory.SetPackageItemExtension(com_level_reward.URL, typeof(com_level_reward));
|
||||
UIObjectFactory.SetPackageItemExtension(com_level.URL, typeof(com_level));
|
||||
UIObjectFactory.SetPackageItemExtension(com_hall.URL, typeof(com_hall));
|
||||
UIObjectFactory.SetPackageItemExtension(com_payloading.URL, typeof(com_payloading));
|
||||
UIObjectFactory.SetPackageItemExtension(com_faq.URL, typeof(com_faq));
|
||||
|
||||
@@ -1,29 +0,0 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.Lobby_03
|
||||
{
|
||||
public partial class btn_hall_head : GButton
|
||||
{
|
||||
public GButton btn_head;
|
||||
public GGroup anim;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://gytj501ce5ji1x";
|
||||
|
||||
public static btn_hall_head CreateInstance()
|
||||
{
|
||||
return (btn_hall_head)UIPackage.CreateObject("Lobby_03", "btn_hall_head");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
btn_head = (GButton)GetChildAt(0);
|
||||
anim = (GGroup)GetChildAt(2);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -9,7 +9,6 @@ namespace FGUI.Lobby_03
|
||||
{
|
||||
public Controller state;
|
||||
public GTextField text_level;
|
||||
public btn_hall_head btn_hall_head;
|
||||
public const string URL = "ui://gytj501ccou62y";
|
||||
|
||||
public static btn_level_play CreateInstance()
|
||||
@@ -22,8 +21,7 @@ namespace FGUI.Lobby_03
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
text_level = (GTextField)GetChildAt(3);
|
||||
btn_hall_head = (btn_hall_head)GetChildAt(4);
|
||||
text_level = (GTextField)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -9,17 +9,6 @@ namespace FGUI.Lobby_03
|
||||
{
|
||||
public Controller state;
|
||||
public GTextField text_name;
|
||||
public btn_level_play btn_play10;
|
||||
public btn_level_play btn_play9;
|
||||
public btn_level_play btn_play8;
|
||||
public btn_level_play btn_play7;
|
||||
public btn_level_play btn_play6;
|
||||
public btn_level_play btn_play5;
|
||||
public btn_level_play btn_play4;
|
||||
public btn_level_play btn_play3;
|
||||
public btn_level_play btn_play2;
|
||||
public btn_level_play btn_play1;
|
||||
public GGroup play_node;
|
||||
public GButton bnt_luck_gift;
|
||||
public GButton btn_battle;
|
||||
public GButton btn_noads;
|
||||
@@ -39,8 +28,8 @@ namespace FGUI.Lobby_03
|
||||
public GComponent btn_money;
|
||||
public GButton btn_head;
|
||||
public GImage head_red;
|
||||
public GGroup top_group;
|
||||
public GButton btn_start;
|
||||
public com_level com_level;
|
||||
public const string URL = "ui://gytj501copwg9";
|
||||
|
||||
public static com_hall CreateInstance()
|
||||
@@ -54,38 +43,27 @@ namespace FGUI.Lobby_03
|
||||
|
||||
state = GetControllerAt(0);
|
||||
text_name = (GTextField)GetChildAt(2);
|
||||
btn_play10 = (btn_level_play)GetChildAt(3);
|
||||
btn_play9 = (btn_level_play)GetChildAt(4);
|
||||
btn_play8 = (btn_level_play)GetChildAt(5);
|
||||
btn_play7 = (btn_level_play)GetChildAt(6);
|
||||
btn_play6 = (btn_level_play)GetChildAt(7);
|
||||
btn_play5 = (btn_level_play)GetChildAt(8);
|
||||
btn_play4 = (btn_level_play)GetChildAt(9);
|
||||
btn_play3 = (btn_level_play)GetChildAt(10);
|
||||
btn_play2 = (btn_level_play)GetChildAt(11);
|
||||
btn_play1 = (btn_level_play)GetChildAt(12);
|
||||
play_node = (GGroup)GetChildAt(13);
|
||||
bnt_luck_gift = (GButton)GetChildAt(14);
|
||||
btn_battle = (GButton)GetChildAt(16);
|
||||
btn_noads = (GButton)GetChildAt(17);
|
||||
btn_task = (GButton)GetChildAt(18);
|
||||
left_group = (GGroup)GetChildAt(19);
|
||||
btn_failpack = (GButton)GetChildAt(21);
|
||||
btn_faq = (GButton)GetChildAt(22);
|
||||
btn_saveingpot = (GButton)GetChildAt(23);
|
||||
btn_three_day = (GButton)GetChildAt(24);
|
||||
btn_shop = (btn_shop)GetChildAt(28);
|
||||
btn_rank = (GButton)GetChildAt(29);
|
||||
btn_sign = (btn_sign)GetChildAt(30);
|
||||
btn_spin = (btn_wheel)GetChildAt(31);
|
||||
btn_restore = (GButton)GetChildAt(32);
|
||||
right_group = (GGroup)GetChildAt(33);
|
||||
btn_gold = (GButton)GetChildAt(35);
|
||||
btn_money = (GComponent)GetChildAt(36);
|
||||
btn_head = (GButton)GetChildAt(37);
|
||||
head_red = (GImage)GetChildAt(39);
|
||||
top_group = (GGroup)GetChildAt(40);
|
||||
btn_start = (GButton)GetChildAt(42);
|
||||
bnt_luck_gift = (GButton)GetChildAt(3);
|
||||
btn_battle = (GButton)GetChildAt(5);
|
||||
btn_noads = (GButton)GetChildAt(6);
|
||||
btn_task = (GButton)GetChildAt(7);
|
||||
left_group = (GGroup)GetChildAt(8);
|
||||
btn_failpack = (GButton)GetChildAt(10);
|
||||
btn_faq = (GButton)GetChildAt(11);
|
||||
btn_saveingpot = (GButton)GetChildAt(12);
|
||||
btn_three_day = (GButton)GetChildAt(13);
|
||||
btn_shop = (btn_shop)GetChildAt(17);
|
||||
btn_rank = (GButton)GetChildAt(18);
|
||||
btn_sign = (btn_sign)GetChildAt(19);
|
||||
btn_spin = (btn_wheel)GetChildAt(20);
|
||||
btn_restore = (GButton)GetChildAt(22);
|
||||
right_group = (GGroup)GetChildAt(23);
|
||||
btn_gold = (GButton)GetChildAt(24);
|
||||
btn_money = (GComponent)GetChildAt(25);
|
||||
btn_head = (GButton)GetChildAt(26);
|
||||
head_red = (GImage)GetChildAt(27);
|
||||
btn_start = (GButton)GetChildAt(29);
|
||||
com_level = (com_level)GetChildAt(30);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.Lobby_03
|
||||
{
|
||||
public partial class com_level : GComponent
|
||||
{
|
||||
public Controller state;
|
||||
public btn_level_play btn_play5;
|
||||
public btn_level_play btn_play4;
|
||||
public btn_level_play btn_play3;
|
||||
public btn_level_play btn_play2;
|
||||
public btn_level_play btn_play1;
|
||||
public const string URL = "ui://gytj501cnjnv3r";
|
||||
|
||||
public static com_level CreateInstance()
|
||||
{
|
||||
return (com_level)UIPackage.CreateObject("Lobby_03", "com_level");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
btn_play5 = (btn_level_play)GetChildAt(0);
|
||||
btn_play4 = (btn_level_play)GetChildAt(1);
|
||||
btn_play3 = (btn_level_play)GetChildAt(2);
|
||||
btn_play2 = (btn_level_play)GetChildAt(3);
|
||||
btn_play1 = (btn_level_play)GetChildAt(4);
|
||||
}
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 221833ce5a1f8423b902a20b7fc1d4d1
|
||||
guid: 754e13db13206674a93ea5ff260a8c9c
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
@@ -9,7 +9,6 @@ namespace FGUI.P14_PassView
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_pass_view.URL, typeof(com_pass_view));
|
||||
UIObjectFactory.SetPackageItemExtension(com_pass_view_old.URL, typeof(com_pass_view_old));
|
||||
UIObjectFactory.SetPackageItemExtension(progress_pass.URL, typeof(progress_pass));
|
||||
UIObjectFactory.SetPackageItemExtension(com_pass_item.URL, typeof(com_pass_item));
|
||||
UIObjectFactory.SetPackageItemExtension(com_item_award.URL, typeof(com_item_award));
|
||||
|
||||
@@ -26,10 +26,10 @@ namespace FGUI.P14_PassView
|
||||
|
||||
type = GetControllerAt(0);
|
||||
state = GetControllerAt(1);
|
||||
item_loader = (GLoader)GetChildAt(3);
|
||||
number_text = (GTextField)GetChildAt(4);
|
||||
ani_node = (GGraph)GetChildAt(7);
|
||||
btn_claim = (GButton)GetChildAt(10);
|
||||
item_loader = (GLoader)GetChildAt(4);
|
||||
number_text = (GTextField)GetChildAt(5);
|
||||
ani_node = (GGraph)GetChildAt(6);
|
||||
btn_claim = (GButton)GetChildAt(9);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -8,13 +8,11 @@ namespace FGUI.P14_PassView
|
||||
public partial class com_pass_item : GComponent
|
||||
{
|
||||
public Controller state;
|
||||
public Controller is_full;
|
||||
public GImage progress_0_top;
|
||||
public GImage progress_0_down;
|
||||
public GImage progress_1_top;
|
||||
public GImage progress_1_down;
|
||||
public GImage progress_2_top;
|
||||
public GImage yuan;
|
||||
public GTextField index_text;
|
||||
public com_item_award free_item;
|
||||
public com_item_award pay_item;
|
||||
@@ -30,16 +28,14 @@ namespace FGUI.P14_PassView
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
is_full = GetControllerAt(1);
|
||||
progress_0_top = (GImage)GetChildAt(6);
|
||||
progress_0_down = (GImage)GetChildAt(7);
|
||||
progress_1_top = (GImage)GetChildAt(8);
|
||||
progress_1_down = (GImage)GetChildAt(9);
|
||||
progress_2_top = (GImage)GetChildAt(10);
|
||||
yuan = (GImage)GetChildAt(11);
|
||||
index_text = (GTextField)GetChildAt(12);
|
||||
free_item = (com_item_award)GetChildAt(13);
|
||||
pay_item = (com_item_award)GetChildAt(14);
|
||||
progress_0_top = (GImage)GetChildAt(5);
|
||||
progress_0_down = (GImage)GetChildAt(6);
|
||||
progress_1_top = (GImage)GetChildAt(7);
|
||||
progress_1_down = (GImage)GetChildAt(8);
|
||||
progress_2_top = (GImage)GetChildAt(9);
|
||||
index_text = (GTextField)GetChildAt(11);
|
||||
free_item = (com_item_award)GetChildAt(12);
|
||||
pay_item = (com_item_award)GetChildAt(13);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -32,7 +32,7 @@ namespace FGUI.P14_PassView
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
bg = (GImage)GetChildAt(0);
|
||||
bg = (GImage)GetChildAt(1);
|
||||
gold = (GButton)GetChildAt(3);
|
||||
close = (GButton)GetChildAt(4);
|
||||
group_top = (GGroup)GetChildAt(5);
|
||||
|
||||
@@ -1,43 +0,0 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.P14_PassView
|
||||
{
|
||||
public partial class com_pass_view_old : GComponent
|
||||
{
|
||||
public GImage bg;
|
||||
public GButton gold;
|
||||
public GButton close;
|
||||
public GGroup group_top;
|
||||
public GList pass_list;
|
||||
public GGraph ani_node;
|
||||
public GButton btn_recive;
|
||||
public progress_pass progress_pass;
|
||||
public GTextField remain_time;
|
||||
public GTextField text_level;
|
||||
public const string URL = "ui://wyu9msxws27h0";
|
||||
|
||||
public static com_pass_view_old CreateInstance()
|
||||
{
|
||||
return (com_pass_view_old)UIPackage.CreateObject("P14_PassView", "com_pass_view_old");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
bg = (GImage)GetChildAt(0);
|
||||
gold = (GButton)GetChildAt(3);
|
||||
close = (GButton)GetChildAt(4);
|
||||
group_top = (GGroup)GetChildAt(5);
|
||||
pass_list = (GList)GetChildAt(6);
|
||||
ani_node = (GGraph)GetChildAt(7);
|
||||
btn_recive = (GButton)GetChildAt(8);
|
||||
progress_pass = (progress_pass)GetChildAt(9);
|
||||
remain_time = (GTextField)GetChildAt(12);
|
||||
text_level = (GTextField)GetChildAt(14);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b03c7e41457ed4c998534e4f6f37d0ba
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -27,11 +27,11 @@ namespace FGUI.P14_PassView
|
||||
|
||||
pay_type = GetControllerAt(0);
|
||||
btn_close = (GButton)GetChildAt(1);
|
||||
text_allgold = (GTextField)GetChildAt(4);
|
||||
btn_buypass = (GButton)GetChildAt(5);
|
||||
tips = (GTextField)GetChildAt(6);
|
||||
ads = (GTextField)GetChildAt(7);
|
||||
btn_max_pay = (GButton)GetChildAt(8);
|
||||
text_allgold = (GTextField)GetChildAt(5);
|
||||
btn_buypass = (GButton)GetChildAt(6);
|
||||
tips = (GTextField)GetChildAt(7);
|
||||
ads = (GTextField)GetChildAt(8);
|
||||
btn_max_pay = (GButton)GetChildAt(9);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -37,23 +37,23 @@ namespace FGUI.Pack_16
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pay_type = GetControllerAt(0);
|
||||
text_goldnum = (GTextField)GetChildAt(10);
|
||||
text_refreshnum = (GTextField)GetChildAt(11);
|
||||
text_outnum = (GTextField)GetChildAt(12);
|
||||
text_backnum1 = (GTextField)GetChildAt(13);
|
||||
title2 = (GTextField)GetChildAt(17);
|
||||
tips1 = (GTextField)GetChildAt(18);
|
||||
ads = (GTextField)GetChildAt(19);
|
||||
btn_buypack = (GButton)GetChildAt(20);
|
||||
btn_buyremovead = (GButton)GetChildAt(21);
|
||||
btn_close0 = (GButton)GetChildAt(23);
|
||||
btn_close1 = (GButton)GetChildAt(24);
|
||||
tips2 = (GTextField)GetChildAt(26);
|
||||
ads1 = (GTextField)GetChildAt(27);
|
||||
text_goldnum2 = (GTextField)GetChildAt(28);
|
||||
btn_max_pack = (GButton)GetChildAt(29);
|
||||
btn_max_remove = (GButton)GetChildAt(30);
|
||||
text_removetime = (GTextField)GetChildAt(31);
|
||||
text_goldnum = (GTextField)GetChildAt(9);
|
||||
text_refreshnum = (GTextField)GetChildAt(10);
|
||||
text_outnum = (GTextField)GetChildAt(11);
|
||||
text_backnum1 = (GTextField)GetChildAt(12);
|
||||
title2 = (GTextField)GetChildAt(16);
|
||||
tips1 = (GTextField)GetChildAt(17);
|
||||
ads = (GTextField)GetChildAt(18);
|
||||
btn_buypack = (GButton)GetChildAt(19);
|
||||
btn_buyremovead = (GButton)GetChildAt(20);
|
||||
btn_close0 = (GButton)GetChildAt(22);
|
||||
btn_close1 = (GButton)GetChildAt(23);
|
||||
tips2 = (GTextField)GetChildAt(25);
|
||||
ads1 = (GTextField)GetChildAt(26);
|
||||
text_goldnum2 = (GTextField)GetChildAt(27);
|
||||
btn_max_pack = (GButton)GetChildAt(28);
|
||||
btn_max_remove = (GButton)GetChildAt(29);
|
||||
text_removetime = (GTextField)GetChildAt(30);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -24,10 +24,10 @@ namespace FGUI.Privacy_24
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
show = GetControllerAt(0);
|
||||
btn_close = (GButton)GetChildAt(1);
|
||||
text_list = (GList)GetChildAt(2);
|
||||
text_tips = (GTextField)GetChildAt(3);
|
||||
title = (GTextField)GetChildAt(4);
|
||||
btn_close = (GButton)GetChildAt(2);
|
||||
text_list = (GList)GetChildAt(3);
|
||||
text_tips = (GTextField)GetChildAt(4);
|
||||
title = (GTextField)GetChildAt(5);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -24,10 +24,10 @@ namespace FGUI.Prop_09
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
btn_close = (GButton)GetChildAt(2);
|
||||
btn_gold_buy = (GButton)GetChildAt(3);
|
||||
btn_ad = (GButton)GetChildAt(4);
|
||||
btn_thanks = (GButton)GetChildAt(9);
|
||||
btn_close = (GButton)GetChildAt(3);
|
||||
btn_gold_buy = (GButton)GetChildAt(4);
|
||||
btn_ad = (GButton)GetChildAt(5);
|
||||
btn_thanks = (GButton)GetChildAt(10);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -8,12 +8,12 @@ namespace FGUI.Prop_09
|
||||
public partial class com_prop : GComponent
|
||||
{
|
||||
public Controller prop;
|
||||
public GButton btn_buy;
|
||||
public GButton btn_back;
|
||||
public btn_add btn_add;
|
||||
public btn_add btn_jian;
|
||||
public GTextField text_add;
|
||||
public GGroup group_add;
|
||||
public GButton btn_buy;
|
||||
public GButton btn_back;
|
||||
public const string URL = "ui://ig55ss7kq8ucg";
|
||||
|
||||
public static com_prop CreateInstance()
|
||||
@@ -26,12 +26,12 @@ namespace FGUI.Prop_09
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
prop = GetControllerAt(0);
|
||||
btn_buy = (GButton)GetChildAt(7);
|
||||
btn_back = (GButton)GetChildAt(8);
|
||||
btn_add = (btn_add)GetChildAt(10);
|
||||
btn_jian = (btn_add)GetChildAt(11);
|
||||
text_add = (GTextField)GetChildAt(12);
|
||||
group_add = (GGroup)GetChildAt(13);
|
||||
btn_add = (btn_add)GetChildAt(1);
|
||||
btn_jian = (btn_add)GetChildAt(2);
|
||||
text_add = (GTextField)GetChildAt(3);
|
||||
group_add = (GGroup)GetChildAt(4);
|
||||
btn_buy = (GButton)GetChildAt(13);
|
||||
btn_back = (GButton)GetChildAt(14);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -8,8 +8,6 @@ namespace FGUI.Setting_07
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(music_slider_grip.URL, typeof(music_slider_grip));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_head.URL, typeof(btn_head));
|
||||
UIObjectFactory.SetPackageItemExtension(com_setting.URL, typeof(com_setting));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_menu.URL, typeof(btn_menu));
|
||||
UIObjectFactory.SetPackageItemExtension(com_person.URL, typeof(com_person));
|
||||
|
||||
@@ -1,25 +0,0 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.Setting_07
|
||||
{
|
||||
public partial class btn_head : GButton
|
||||
{
|
||||
public GButton head;
|
||||
public const string URL = "ui://8rcjs2ucob5c2m";
|
||||
|
||||
public static btn_head CreateInstance()
|
||||
{
|
||||
return (btn_head)UIPackage.CreateObject("Setting_07", "btn_head");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
head = (GButton)GetChildAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -7,7 +7,6 @@ namespace FGUI.Setting_07
|
||||
{
|
||||
public partial class com_person : GComponent
|
||||
{
|
||||
public GTextField title;
|
||||
public com_edit_name edit_name;
|
||||
public GList list;
|
||||
public GButton btn_close;
|
||||
@@ -21,7 +20,6 @@ namespace FGUI.Setting_07
|
||||
public btn_on_off btn_sound;
|
||||
public btn_menu btn_us;
|
||||
public btn_menu btn_restore;
|
||||
public GGroup panel;
|
||||
public Transition show;
|
||||
public Transition hide;
|
||||
public const string URL = "ui://8rcjs2ucsebxf";
|
||||
@@ -35,21 +33,19 @@ namespace FGUI.Setting_07
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
title = (GTextField)GetChildAt(2);
|
||||
edit_name = (com_edit_name)GetChildAt(3);
|
||||
list = (GList)GetChildAt(4);
|
||||
btn_close = (GButton)GetChildAt(5);
|
||||
text_uid = (GTextField)GetChildAt(6);
|
||||
text_version = (GTextField)GetChildAt(7);
|
||||
head = (GButton)GetChildAt(12);
|
||||
btn_official = (btn_menu)GetChildAt(14);
|
||||
btn_privacy = (btn_menu)GetChildAt(15);
|
||||
btn_terms = (btn_menu)GetChildAt(16);
|
||||
btn_music = (btn_on_off)GetChildAt(17);
|
||||
btn_sound = (btn_on_off)GetChildAt(18);
|
||||
btn_us = (btn_menu)GetChildAt(19);
|
||||
btn_restore = (btn_menu)GetChildAt(20);
|
||||
panel = (GGroup)GetChildAt(21);
|
||||
btn_official = (btn_menu)GetChildAt(13);
|
||||
btn_privacy = (btn_menu)GetChildAt(14);
|
||||
btn_terms = (btn_menu)GetChildAt(15);
|
||||
btn_music = (btn_on_off)GetChildAt(16);
|
||||
btn_sound = (btn_on_off)GetChildAt(17);
|
||||
btn_us = (btn_menu)GetChildAt(18);
|
||||
btn_restore = (btn_menu)GetChildAt(19);
|
||||
show = GetTransitionAt(0);
|
||||
hide = GetTransitionAt(1);
|
||||
}
|
||||
|
||||
@@ -7,20 +7,9 @@ namespace FGUI.Setting_07
|
||||
{
|
||||
public partial class com_setting : GComponent
|
||||
{
|
||||
public GButton btn_back;
|
||||
public btn_menu btn_official;
|
||||
public GTextField text_uid;
|
||||
public GTextField text_version;
|
||||
public GTextField title;
|
||||
public btn_head btn_head;
|
||||
public com_edit_name edit_name;
|
||||
public GSlider music_slider;
|
||||
public GSlider sound_slider;
|
||||
public btn_menu btn_privacy;
|
||||
public btn_menu btn_terms;
|
||||
public btn_menu btn_exit;
|
||||
public btn_menu btn_email;
|
||||
public btn_menu btn_restore;
|
||||
public GButton btn_close;
|
||||
public GList list;
|
||||
public GButton btn_select;
|
||||
public const string URL = "ui://8rcjs2ucsebx10";
|
||||
|
||||
public static com_setting CreateInstance()
|
||||
@@ -32,20 +21,9 @@ namespace FGUI.Setting_07
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
btn_back = (GButton)GetChildAt(2);
|
||||
btn_official = (btn_menu)GetChildAt(3);
|
||||
text_uid = (GTextField)GetChildAt(4);
|
||||
text_version = (GTextField)GetChildAt(5);
|
||||
title = (GTextField)GetChildAt(6);
|
||||
btn_head = (btn_head)GetChildAt(7);
|
||||
edit_name = (com_edit_name)GetChildAt(8);
|
||||
music_slider = (GSlider)GetChildAt(9);
|
||||
sound_slider = (GSlider)GetChildAt(10);
|
||||
btn_privacy = (btn_menu)GetChildAt(13);
|
||||
btn_terms = (btn_menu)GetChildAt(14);
|
||||
btn_exit = (btn_menu)GetChildAt(15);
|
||||
btn_email = (btn_menu)GetChildAt(16);
|
||||
btn_restore = (btn_menu)GetChildAt(17);
|
||||
btn_close = (GButton)GetChildAt(4);
|
||||
list = (GList)GetChildAt(5);
|
||||
btn_select = (GButton)GetChildAt(6);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,25 +0,0 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.Setting_07
|
||||
{
|
||||
public partial class music_slider_grip : GButton
|
||||
{
|
||||
public Controller state;
|
||||
public const string URL = "ui://8rcjs2ucob5c2g";
|
||||
|
||||
public static music_slider_grip CreateInstance()
|
||||
{
|
||||
return (music_slider_grip)UIPackage.CreateObject("Setting_07", "music_slider_grip");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -10,11 +10,11 @@ namespace FGUI.Signin_19
|
||||
public Controller status;
|
||||
public Controller day;
|
||||
public GTextField reward_num;
|
||||
public GImage gou;
|
||||
public GGraph anim_sign;
|
||||
public GLoader loader_icon0;
|
||||
public GTextField text_prop;
|
||||
public GTextField reward_num1;
|
||||
public GImage gou;
|
||||
public const string URL = "ui://a98xmhwkebok1z";
|
||||
|
||||
public static btn_sign CreateInstance()
|
||||
@@ -28,12 +28,12 @@ namespace FGUI.Signin_19
|
||||
|
||||
status = GetControllerAt(0);
|
||||
day = GetControllerAt(1);
|
||||
reward_num = (GTextField)GetChildAt(4);
|
||||
gou = (GImage)GetChildAt(7);
|
||||
reward_num = (GTextField)GetChildAt(5);
|
||||
anim_sign = (GGraph)GetChildAt(8);
|
||||
loader_icon0 = (GLoader)GetChildAt(9);
|
||||
text_prop = (GTextField)GetChildAt(10);
|
||||
reward_num1 = (GTextField)GetChildAt(11);
|
||||
gou = (GImage)GetChildAt(12);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -10,6 +10,7 @@ namespace FGUI.Turntable_11
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(btn_go1.URL, typeof(btn_go1));
|
||||
UIObjectFactory.SetPackageItemExtension(com_wheel.URL, typeof(com_wheel));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_go.URL, typeof(btn_go));
|
||||
UIObjectFactory.SetPackageItemExtension(com_coin.URL, typeof(com_coin));
|
||||
UIObjectFactory.SetPackageItemExtension(com_disc.URL, typeof(com_disc));
|
||||
}
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.Turntable_11
|
||||
{
|
||||
public partial class btn_go : GButton
|
||||
{
|
||||
public GTextField text_spintimes;
|
||||
public const string URL = "ui://8k6ttzvxsebxb";
|
||||
|
||||
public static btn_go CreateInstance()
|
||||
{
|
||||
return (btn_go)UIPackage.CreateObject("Turntable_11", "btn_go");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
text_spintimes = (GTextField)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: e582b4fb4b303bb4489d01b7604e56df
|
||||
guid: ab208e0ed4591c840a0860906aa126e0
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
@@ -10,7 +10,6 @@ namespace FGUI.Turntable_11
|
||||
public Controller cont_spin;
|
||||
public Controller cont_state;
|
||||
public GTextField text_time;
|
||||
public GImage img_saveingpot;
|
||||
public const string URL = "ui://8k6ttzvxn6lkt";
|
||||
|
||||
public static btn_go1 CreateInstance()
|
||||
@@ -25,7 +24,6 @@ namespace FGUI.Turntable_11
|
||||
cont_spin = GetControllerAt(0);
|
||||
cont_state = GetControllerAt(1);
|
||||
text_time = (GTextField)GetChildAt(3);
|
||||
img_saveingpot = (GImage)GetChildAt(6);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -9,11 +9,7 @@ namespace FGUI.Turntable_11
|
||||
{
|
||||
public Controller more_coin;
|
||||
public Controller status;
|
||||
public GImage light1;
|
||||
public GGraph light_anim;
|
||||
public GTextField text_num;
|
||||
public GLoader item_icon;
|
||||
public GImage light;
|
||||
public const string URL = "ui://8k6ttzvxsebxc";
|
||||
|
||||
public static com_coin CreateInstance()
|
||||
@@ -27,11 +23,7 @@ namespace FGUI.Turntable_11
|
||||
|
||||
more_coin = GetControllerAt(0);
|
||||
status = GetControllerAt(1);
|
||||
light1 = (GImage)GetChildAt(3);
|
||||
light_anim = (GGraph)GetChildAt(4);
|
||||
text_num = (GTextField)GetChildAt(5);
|
||||
item_icon = (GLoader)GetChildAt(8);
|
||||
light = (GImage)GetChildAt(9);
|
||||
text_num = (GTextField)GetChildAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -15,10 +15,6 @@ namespace FGUI.Turntable_11
|
||||
public com_coin award6;
|
||||
public com_coin award7;
|
||||
public com_coin award8;
|
||||
public com_coin award9;
|
||||
public com_coin award10;
|
||||
public com_coin award11;
|
||||
public com_coin award12;
|
||||
public const string URL = "ui://8k6ttzvxsebxf";
|
||||
|
||||
public static com_disc CreateInstance()
|
||||
@@ -30,18 +26,14 @@ namespace FGUI.Turntable_11
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
award1 = (com_coin)GetChildAt(0);
|
||||
award2 = (com_coin)GetChildAt(1);
|
||||
award3 = (com_coin)GetChildAt(2);
|
||||
award4 = (com_coin)GetChildAt(3);
|
||||
award5 = (com_coin)GetChildAt(4);
|
||||
award6 = (com_coin)GetChildAt(5);
|
||||
award7 = (com_coin)GetChildAt(6);
|
||||
award8 = (com_coin)GetChildAt(7);
|
||||
award9 = (com_coin)GetChildAt(8);
|
||||
award10 = (com_coin)GetChildAt(9);
|
||||
award11 = (com_coin)GetChildAt(10);
|
||||
award12 = (com_coin)GetChildAt(11);
|
||||
award1 = (com_coin)GetChildAt(1);
|
||||
award2 = (com_coin)GetChildAt(2);
|
||||
award3 = (com_coin)GetChildAt(3);
|
||||
award4 = (com_coin)GetChildAt(4);
|
||||
award5 = (com_coin)GetChildAt(5);
|
||||
award6 = (com_coin)GetChildAt(6);
|
||||
award7 = (com_coin)GetChildAt(7);
|
||||
award8 = (com_coin)GetChildAt(8);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -7,12 +7,13 @@ namespace FGUI.Turntable_11
|
||||
{
|
||||
public partial class com_wheel : GComponent
|
||||
{
|
||||
public com_disc disc;
|
||||
public GGraph light_parent;
|
||||
public btn_go1 btn_spin;
|
||||
public GTextField text_spin;
|
||||
public GGraph point;
|
||||
public GButton btn_close;
|
||||
public com_disc disc;
|
||||
public btn_go spin;
|
||||
public GGraph light_parent;
|
||||
public GButton close;
|
||||
public btn_go1 btn_spin;
|
||||
public GTextField text_spintimes;
|
||||
public const string URL = "ui://8k6ttzvxsebxa";
|
||||
|
||||
public static com_wheel CreateInstance()
|
||||
@@ -24,12 +25,13 @@ namespace FGUI.Turntable_11
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
disc = (com_disc)GetChildAt(1);
|
||||
light_parent = (GGraph)GetChildAt(2);
|
||||
btn_spin = (btn_go1)GetChildAt(3);
|
||||
text_spin = (GTextField)GetChildAt(4);
|
||||
point = (GGraph)GetChildAt(5);
|
||||
btn_close = (GButton)GetChildAt(6);
|
||||
point = (GGraph)GetChildAt(1);
|
||||
disc = (com_disc)GetChildAt(2);
|
||||
spin = (btn_go)GetChildAt(3);
|
||||
light_parent = (GGraph)GetChildAt(4);
|
||||
close = (GButton)GetChildAt(5);
|
||||
btn_spin = (btn_go1)GetChildAt(6);
|
||||
text_spintimes = (GTextField)GetChildAt(7);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -8,12 +8,12 @@ namespace FGUI.store_17
|
||||
public partial class buygold_item : GComponent
|
||||
{
|
||||
public Controller index;
|
||||
public GTextField text_ads;
|
||||
public GTextField coin_text;
|
||||
public btn_buy btn_buy;
|
||||
public GTextField off_text;
|
||||
public GTextField content_text;
|
||||
public GGroup discount;
|
||||
public btn_buy btn_buy;
|
||||
public GTextField text_ads;
|
||||
public const string URL = "ui://5crzgdh6d3a91";
|
||||
|
||||
public static buygold_item CreateInstance()
|
||||
@@ -26,12 +26,12 @@ namespace FGUI.store_17
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
index = GetControllerAt(0);
|
||||
coin_text = (GTextField)GetChildAt(3);
|
||||
off_text = (GTextField)GetChildAt(5);
|
||||
content_text = (GTextField)GetChildAt(6);
|
||||
discount = (GGroup)GetChildAt(7);
|
||||
btn_buy = (btn_buy)GetChildAt(8);
|
||||
text_ads = (GTextField)GetChildAt(9);
|
||||
text_ads = (GTextField)GetChildAt(1);
|
||||
coin_text = (GTextField)GetChildAt(4);
|
||||
btn_buy = (btn_buy)GetChildAt(5);
|
||||
off_text = (GTextField)GetChildAt(7);
|
||||
content_text = (GTextField)GetChildAt(8);
|
||||
discount = (GGroup)GetChildAt(9);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -8,11 +8,11 @@ namespace FGUI.store_17
|
||||
public partial class com_buygold : GComponent
|
||||
{
|
||||
public Controller state;
|
||||
public shop_panel_partent shop_panel_parent;
|
||||
public GTextField ads;
|
||||
public btn_watchAd2 btn_watch;
|
||||
public GButton top_gold;
|
||||
public GButton btn_close;
|
||||
public GList gold_list;
|
||||
public const string URL = "ui://5crzgdh6d3a92";
|
||||
|
||||
public static com_buygold CreateInstance()
|
||||
@@ -25,11 +25,11 @@ namespace FGUI.store_17
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
shop_panel_parent = (shop_panel_partent)GetChildAt(3);
|
||||
ads = (GTextField)GetChildAt(4);
|
||||
btn_watch = (btn_watchAd2)GetChildAt(5);
|
||||
top_gold = (GButton)GetChildAt(6);
|
||||
btn_close = (GButton)GetChildAt(7);
|
||||
ads = (GTextField)GetChildAt(8);
|
||||
btn_watch = (btn_watchAd2)GetChildAt(9);
|
||||
top_gold = (GButton)GetChildAt(10);
|
||||
btn_close = (GButton)GetChildAt(11);
|
||||
gold_list = (GList)GetChildAt(12);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,29 +0,0 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.store_17
|
||||
{
|
||||
public partial class shop_panel : GComponent
|
||||
{
|
||||
public Controller pay_type;
|
||||
public GList gold_list;
|
||||
public GGroup group_all;
|
||||
public const string URL = "ui://5crzgdh6ty4r2p";
|
||||
|
||||
public static shop_panel CreateInstance()
|
||||
{
|
||||
return (shop_panel)UIPackage.CreateObject("store_17", "shop_panel");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pay_type = GetControllerAt(0);
|
||||
gold_list = (GList)GetChildAt(0);
|
||||
group_all = (GGroup)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6f7e294a767f51b4bbeb9f2903219ea2
|
||||
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.store_17
|
||||
{
|
||||
public partial class shop_panel_partent : GComponent
|
||||
{
|
||||
public shop_panel shopPanel;
|
||||
public const string URL = "ui://5crzgdh6ty4r3e";
|
||||
|
||||
public static shop_panel_partent CreateInstance()
|
||||
{
|
||||
return (shop_panel_partent)UIPackage.CreateObject("store_17", "shop_panel_partent");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
shopPanel = (shop_panel)GetChildAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 213bcecc33c56e94f838b3c8a3cda273
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -14,8 +14,6 @@ namespace FGUI.store_17
|
||||
UIObjectFactory.SetPackageItemExtension(btn_watchAd1.URL, typeof(btn_watchAd1));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_get.URL, typeof(btn_get));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_watchAd2.URL, typeof(btn_watchAd2));
|
||||
UIObjectFactory.SetPackageItemExtension(shop_panel.URL, typeof(shop_panel));
|
||||
UIObjectFactory.SetPackageItemExtension(shop_panel_partent.URL, typeof(shop_panel_partent));
|
||||
}
|
||||
}
|
||||
}
|
||||
+3
-3
@@ -3,17 +3,17 @@
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.Common_01
|
||||
namespace FGUI.tixian
|
||||
{
|
||||
public partial class btn_get : GButton
|
||||
{
|
||||
public Controller state;
|
||||
public GImage img_saveingpot;
|
||||
public const string URL = "ui://o9974uc5cphly";
|
||||
public const string URL = "ui://md8tkwlzcphly";
|
||||
|
||||
public static btn_get CreateInstance()
|
||||
{
|
||||
return (btn_get)UIPackage.CreateObject("Common_01", "btn_get");
|
||||
return (btn_get)UIPackage.CreateObject("tixian", "btn_get");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 9d9b23d5755a67043a78e4d82087987b
|
||||
guid: 58c65548754968a4984d1cd880649055
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
@@ -36,11 +36,11 @@ namespace FGUI.tixian
|
||||
public GTextField text_number2;
|
||||
public btn_pay btn_watch;
|
||||
public GButton btn_close;
|
||||
public GButton btn_tab;
|
||||
public GButton btn_earn;
|
||||
public GButton btn_chout;
|
||||
public GButton btn_confirm;
|
||||
public GButton btn_check_level;
|
||||
public btn_get btn_tab;
|
||||
public btn_get btn_earn;
|
||||
public btn_get btn_chout;
|
||||
public btn_get btn_confirm;
|
||||
public btn_get btn_check_level;
|
||||
public GTextField text_nowch;
|
||||
public GButton btn_task_watch;
|
||||
public GTextField text_cashneedlv;
|
||||
@@ -58,7 +58,7 @@ namespace FGUI.tixian
|
||||
public btn_code btn_contact_us;
|
||||
public GButton btn_back;
|
||||
public GTextField lab_ads;
|
||||
public GButton btn_inline_ok;
|
||||
public btn_get btn_inline_ok;
|
||||
public GRichTextField text_condi1;
|
||||
public GRichTextField text_ch_number;
|
||||
public Transition t0;
|
||||
@@ -102,11 +102,11 @@ namespace FGUI.tixian
|
||||
text_number2 = (GTextField)GetChildAt(41);
|
||||
btn_watch = (btn_pay)GetChildAt(42);
|
||||
btn_close = (GButton)GetChildAt(43);
|
||||
btn_tab = (GButton)GetChildAt(44);
|
||||
btn_earn = (GButton)GetChildAt(45);
|
||||
btn_chout = (GButton)GetChildAt(46);
|
||||
btn_confirm = (GButton)GetChildAt(47);
|
||||
btn_check_level = (GButton)GetChildAt(48);
|
||||
btn_tab = (btn_get)GetChildAt(44);
|
||||
btn_earn = (btn_get)GetChildAt(45);
|
||||
btn_chout = (btn_get)GetChildAt(46);
|
||||
btn_confirm = (btn_get)GetChildAt(47);
|
||||
btn_check_level = (btn_get)GetChildAt(48);
|
||||
text_nowch = (GTextField)GetChildAt(51);
|
||||
btn_task_watch = (GButton)GetChildAt(52);
|
||||
text_cashneedlv = (GTextField)GetChildAt(53);
|
||||
@@ -124,7 +124,7 @@ namespace FGUI.tixian
|
||||
btn_contact_us = (btn_code)GetChildAt(87);
|
||||
btn_back = (GButton)GetChildAt(91);
|
||||
lab_ads = (GTextField)GetChildAt(94);
|
||||
btn_inline_ok = (GButton)GetChildAt(95);
|
||||
btn_inline_ok = (btn_get)GetChildAt(95);
|
||||
text_condi1 = (GRichTextField)GetChildAt(96);
|
||||
text_ch_number = (GRichTextField)GetChildAt(97);
|
||||
t0 = GetTransitionAt(0);
|
||||
|
||||
@@ -48,7 +48,7 @@ namespace FGUI.tixian
|
||||
public btn_code btn_contact_us;
|
||||
public GButton btn_back;
|
||||
public GButton btn_task_watch;
|
||||
public GButton btn_inline_ok;
|
||||
public btn_get btn_inline_ok;
|
||||
public com_broadcast broad;
|
||||
public GButton btn_close;
|
||||
public const string URL = "ui://md8tkwlzupx71p";
|
||||
@@ -103,7 +103,7 @@ namespace FGUI.tixian
|
||||
btn_contact_us = (btn_code)GetChildAt(66);
|
||||
btn_back = (GButton)GetChildAt(70);
|
||||
btn_task_watch = (GButton)GetChildAt(75);
|
||||
btn_inline_ok = (GButton)GetChildAt(76);
|
||||
btn_inline_ok = (btn_get)GetChildAt(76);
|
||||
broad = (com_broadcast)GetChildAt(77);
|
||||
btn_close = (GButton)GetChildAt(78);
|
||||
}
|
||||
|
||||
@@ -9,6 +9,7 @@ namespace FGUI.tixian
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_cord_new.URL, typeof(com_cord_new));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_get.URL, typeof(btn_get));
|
||||
UIObjectFactory.SetPackageItemExtension(com_lastname.URL, typeof(com_lastname));
|
||||
UIObjectFactory.SetPackageItemExtension(com_firstname.URL, typeof(com_firstname));
|
||||
UIObjectFactory.SetPackageItemExtension(com_enter.URL, typeof(com_enter));
|
||||
|
||||
@@ -430,7 +430,7 @@ namespace ChillConnect
|
||||
//is debug test--------
|
||||
|
||||
|
||||
return true;//zhushi
|
||||
// return true;//zhushi
|
||||
return false;//zhushi
|
||||
return GetLoginModel().IsMagic;
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@ namespace FairyGUI
|
||||
/// 4.x: Put the xxx.ttf into /Resources or /Resources/Fonts, and set defaultFont="xxx".
|
||||
/// 5.x: set defaultFont to system font name(or names joint with comma). e.g. defaultFont="Microsoft YaHei, SimHei"
|
||||
/// </summary>
|
||||
public static string defaultFont = "Helvetica";
|
||||
public static string defaultFont = "LilitaOne-Regular";
|
||||
|
||||
[Obsolete("No use anymore")]
|
||||
public static bool renderingTextBrighterOnDesktop = true;
|
||||
|
||||
Reference in New Issue
Block a user