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