换皮
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user