fix:1、UI更换(全部更换完)
@@ -149,5 +149,8 @@ namespace LoveLegend
|
||||
public static uint UnlockLevelNewUI_Close = ++cursor_OpenClose;
|
||||
public static uint BroadcastUI_Open = ++cursor_OpenClose;
|
||||
public static uint BroadcastUI_Close = ++cursor_OpenClose;
|
||||
|
||||
public static uint EggUI_Open = ++cursor_OpenClose;
|
||||
public static uint EggUI_Close = ++cursor_OpenClose;
|
||||
}
|
||||
}
|
||||
@@ -62,5 +62,7 @@ namespace LoveLegend
|
||||
public int CoinsDownload;
|
||||
public string ResVersion;
|
||||
public int MultiModal;
|
||||
public int[] eggReward;
|
||||
public int eggCD;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -33,6 +33,7 @@ namespace FGUI.LG_End
|
||||
public GButton btn_download_coin;
|
||||
public GButton btn_continue;
|
||||
public Transition t0;
|
||||
public Transition t1;
|
||||
public const string URL = "ui://tiispqmpcv0e0";
|
||||
|
||||
public static com_newend CreateInstance()
|
||||
@@ -48,28 +49,29 @@ namespace FGUI.LG_End
|
||||
step = GetControllerAt(1);
|
||||
gift_switch = GetControllerAt(2);
|
||||
is_vip = GetControllerAt(3);
|
||||
loader_bgimg = (GLoader)GetChildAt(0);
|
||||
remain_time = (GTextField)GetChildAt(2);
|
||||
tetx_level = (GTextField)GetChildAt(4);
|
||||
btn_setting = (GButton)GetChildAt(5);
|
||||
congra_parent = (GGraph)GetChildAt(10);
|
||||
text_levelType = (GTextField)GetChildAt(11);
|
||||
bg_parent = (GGraph)GetChildAt(12);
|
||||
congra_parent_2 = (GGraph)GetChildAt(13);
|
||||
coin_parent = (GGraph)GetChildAt(14);
|
||||
text_award = (GTextField)GetChildAt(16);
|
||||
btn_gold = (GButton)GetChildAt(19);
|
||||
com_loader = (GComponent)GetChildAt(22);
|
||||
btn_download = (GButton)GetChildAt(24);
|
||||
btn_restart = (GButton)GetChildAt(25);
|
||||
wheel = (GComponent)GetChildAt(26);
|
||||
progress_level = (GProgressBar)GetChildAt(27);
|
||||
btn_mult = (GButton)GetChildAt(28);
|
||||
btn_claim = (GButton)GetChildAt(29);
|
||||
logo = (GImage)GetChildAt(30);
|
||||
btn_download_coin = (GButton)GetChildAt(31);
|
||||
btn_continue = (GButton)GetChildAt(33);
|
||||
loader_bgimg = (GLoader)GetChildAt(1);
|
||||
remain_time = (GTextField)GetChildAt(5);
|
||||
tetx_level = (GTextField)GetChildAt(7);
|
||||
btn_setting = (GButton)GetChildAt(8);
|
||||
congra_parent = (GGraph)GetChildAt(13);
|
||||
text_levelType = (GTextField)GetChildAt(14);
|
||||
bg_parent = (GGraph)GetChildAt(15);
|
||||
congra_parent_2 = (GGraph)GetChildAt(16);
|
||||
coin_parent = (GGraph)GetChildAt(17);
|
||||
text_award = (GTextField)GetChildAt(22);
|
||||
btn_gold = (GButton)GetChildAt(25);
|
||||
com_loader = (GComponent)GetChildAt(28);
|
||||
btn_download = (GButton)GetChildAt(30);
|
||||
btn_restart = (GButton)GetChildAt(31);
|
||||
wheel = (GComponent)GetChildAt(32);
|
||||
progress_level = (GProgressBar)GetChildAt(33);
|
||||
btn_mult = (GButton)GetChildAt(34);
|
||||
btn_claim = (GButton)GetChildAt(35);
|
||||
logo = (GImage)GetChildAt(36);
|
||||
btn_download_coin = (GButton)GetChildAt(37);
|
||||
btn_continue = (GButton)GetChildAt(39);
|
||||
t0 = GetTransitionAt(0);
|
||||
t1 = GetTransitionAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -10,8 +10,6 @@ namespace FGUI.LG_LuckyGift
|
||||
public Controller type;
|
||||
public Controller pay_type;
|
||||
public Controller gift_switch;
|
||||
public GButton btn_close;
|
||||
public GTextField ads;
|
||||
public com_pic lucky_pic;
|
||||
public GTextField tips1;
|
||||
public GTextField text_goldnum;
|
||||
@@ -19,13 +17,16 @@ namespace FGUI.LG_LuckyGift
|
||||
public GTextField text_outnum;
|
||||
public GTextField text_backnum1;
|
||||
public GButton btn_buypack;
|
||||
public GButton btn_luck_close;
|
||||
public GGroup lucky;
|
||||
public GButton btn_close;
|
||||
public com_pic no_ad_pic;
|
||||
public GTextField text_goldnum2;
|
||||
public GTextField text_time;
|
||||
public GButton btn_buyremovead;
|
||||
public com_pic no_ad_pic;
|
||||
public GTextField tips2;
|
||||
public GGroup ad_panel;
|
||||
public GTextField ads;
|
||||
public GButton btn_max_pack;
|
||||
public GButton btn_go_ad;
|
||||
public GButton btn_go_lucky;
|
||||
@@ -45,27 +46,28 @@ namespace FGUI.LG_LuckyGift
|
||||
type = GetControllerAt(0);
|
||||
pay_type = GetControllerAt(1);
|
||||
gift_switch = GetControllerAt(2);
|
||||
btn_close = (GButton)GetChildAt(5);
|
||||
ads = (GTextField)GetChildAt(7);
|
||||
lucky_pic = (com_pic)GetChildAt(15);
|
||||
tips1 = (GTextField)GetChildAt(16);
|
||||
text_goldnum = (GTextField)GetChildAt(18);
|
||||
text_refreshnum = (GTextField)GetChildAt(19);
|
||||
text_outnum = (GTextField)GetChildAt(20);
|
||||
text_backnum1 = (GTextField)GetChildAt(21);
|
||||
btn_buypack = (GButton)GetChildAt(26);
|
||||
lucky = (GGroup)GetChildAt(27);
|
||||
text_goldnum2 = (GTextField)GetChildAt(33);
|
||||
text_time = (GTextField)GetChildAt(34);
|
||||
btn_buyremovead = (GButton)GetChildAt(35);
|
||||
no_ad_pic = (com_pic)GetChildAt(36);
|
||||
tips2 = (GTextField)GetChildAt(37);
|
||||
ad_panel = (GGroup)GetChildAt(39);
|
||||
btn_max_pack = (GButton)GetChildAt(40);
|
||||
btn_go_ad = (GButton)GetChildAt(41);
|
||||
btn_go_lucky = (GButton)GetChildAt(42);
|
||||
btn_max_remove = (GButton)GetChildAt(43);
|
||||
gold = (GButton)GetChildAt(44);
|
||||
lucky_pic = (com_pic)GetChildAt(7);
|
||||
tips1 = (GTextField)GetChildAt(9);
|
||||
text_goldnum = (GTextField)GetChildAt(10);
|
||||
text_refreshnum = (GTextField)GetChildAt(11);
|
||||
text_outnum = (GTextField)GetChildAt(12);
|
||||
text_backnum1 = (GTextField)GetChildAt(13);
|
||||
btn_buypack = (GButton)GetChildAt(18);
|
||||
btn_luck_close = (GButton)GetChildAt(19);
|
||||
lucky = (GGroup)GetChildAt(20);
|
||||
btn_close = (GButton)GetChildAt(23);
|
||||
no_ad_pic = (com_pic)GetChildAt(26);
|
||||
text_goldnum2 = (GTextField)GetChildAt(27);
|
||||
text_time = (GTextField)GetChildAt(28);
|
||||
btn_buyremovead = (GButton)GetChildAt(29);
|
||||
tips2 = (GTextField)GetChildAt(30);
|
||||
ad_panel = (GGroup)GetChildAt(33);
|
||||
ads = (GTextField)GetChildAt(34);
|
||||
btn_max_pack = (GButton)GetChildAt(35);
|
||||
btn_go_ad = (GButton)GetChildAt(36);
|
||||
btn_go_lucky = (GButton)GetChildAt(37);
|
||||
btn_max_remove = (GButton)GetChildAt(38);
|
||||
gold = (GButton)GetChildAt(39);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -10,7 +10,6 @@ namespace FGUI.ZM_AddCell_12
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(btn_claim.URL, typeof(btn_claim));
|
||||
UIObjectFactory.SetPackageItemExtension(com_addView.URL, typeof(com_addView));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_buy_one.URL, typeof(btn_buy_one));
|
||||
UIObjectFactory.SetPackageItemExtension(com_goldreward.URL, typeof(com_goldreward));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,31 +0,0 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.ZM_AddCell_12
|
||||
{
|
||||
public partial class btn_buy_one : GButton
|
||||
{
|
||||
public Controller buy_state;
|
||||
public Controller can_buy;
|
||||
public GTextField btn_text;
|
||||
public GTextField watch;
|
||||
public const string URL = "ui://cwrkvs46emjhj";
|
||||
|
||||
public static btn_buy_one CreateInstance()
|
||||
{
|
||||
return (btn_buy_one)UIPackage.CreateObject("ZM_AddCell_12", "btn_buy_one");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
buy_state = GetControllerAt(0);
|
||||
can_buy = GetControllerAt(1);
|
||||
btn_text = (GTextField)GetChildAt(2);
|
||||
watch = (GTextField)GetChildAt(3);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -12,10 +12,9 @@ namespace FGUI.ZM_AddCell_12
|
||||
public GImage com_pic;
|
||||
public GButton btn_watch;
|
||||
public GTextField tips;
|
||||
public GTextField ads;
|
||||
public GButton btn_max_pay;
|
||||
public GTextField title1;
|
||||
public GGraph anim_bg;
|
||||
public GTextField text_watch_ad;
|
||||
public const string URL = "ui://cwrkvs469eoj0";
|
||||
|
||||
public static com_addView CreateInstance()
|
||||
@@ -28,14 +27,13 @@ namespace FGUI.ZM_AddCell_12
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pay_type = GetControllerAt(0);
|
||||
btn_close = (GButton)GetChildAt(1);
|
||||
com_pic = (GImage)GetChildAt(2);
|
||||
btn_watch = (GButton)GetChildAt(3);
|
||||
tips = (GTextField)GetChildAt(4);
|
||||
ads = (GTextField)GetChildAt(5);
|
||||
btn_max_pay = (GButton)GetChildAt(6);
|
||||
title1 = (GTextField)GetChildAt(10);
|
||||
anim_bg = (GGraph)GetChildAt(12);
|
||||
btn_close = (GButton)GetChildAt(4);
|
||||
com_pic = (GImage)GetChildAt(5);
|
||||
btn_watch = (GButton)GetChildAt(6);
|
||||
tips = (GTextField)GetChildAt(7);
|
||||
btn_max_pay = (GButton)GetChildAt(8);
|
||||
title1 = (GTextField)GetChildAt(11);
|
||||
text_watch_ad = (GTextField)GetChildAt(15);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -8,9 +8,6 @@ namespace FGUI.ZM_Game_04
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_game_menu.URL, typeof(com_game_menu));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_exit.URL, typeof(btn_exit));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_set.URL, typeof(btn_set));
|
||||
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));
|
||||
|
||||
@@ -1,25 +0,0 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.ZM_Game_04
|
||||
{
|
||||
public partial class btn_exit : GButton
|
||||
{
|
||||
public GTextField text_exit;
|
||||
public const string URL = "ui://g3iqdlgc9wz11d";
|
||||
|
||||
public static btn_exit CreateInstance()
|
||||
{
|
||||
return (btn_exit)UIPackage.CreateObject("ZM_Game_04", "btn_exit");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
text_exit = (GTextField)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -23,9 +23,9 @@ namespace FGUI.ZM_Game_04
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
prop = GetControllerAt(0);
|
||||
number_text = (GTextField)GetChildAt(5);
|
||||
img_add = (GImage)GetChildAt(6);
|
||||
ani_parent = (GGraph)GetChildAt(8);
|
||||
number_text = (GTextField)GetChildAt(4);
|
||||
img_add = (GImage)GetChildAt(5);
|
||||
ani_parent = (GGraph)GetChildAt(7);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,25 +0,0 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.ZM_Game_04
|
||||
{
|
||||
public partial class btn_set : GButton
|
||||
{
|
||||
public GTextField text_set;
|
||||
public const string URL = "ui://g3iqdlgc9wz11e";
|
||||
|
||||
public static btn_set CreateInstance()
|
||||
{
|
||||
return (btn_set)UIPackage.CreateObject("ZM_Game_04", "btn_set");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
text_set = (GTextField)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,33 +0,0 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.ZM_Game_04
|
||||
{
|
||||
public partial class com_game_menu : GComponent
|
||||
{
|
||||
public btn_exit btn_exit;
|
||||
public btn_set btn_settings;
|
||||
public GGroup node;
|
||||
public Transition show;
|
||||
public Transition hide;
|
||||
public const string URL = "ui://g3iqdlgc9wz116";
|
||||
|
||||
public static com_game_menu CreateInstance()
|
||||
{
|
||||
return (com_game_menu)UIPackage.CreateObject("ZM_Game_04", "com_game_menu");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
btn_exit = (btn_exit)GetChildAt(1);
|
||||
btn_settings = (btn_set)GetChildAt(2);
|
||||
node = (GGroup)GetChildAt(3);
|
||||
show = GetTransitionAt(0);
|
||||
hide = GetTransitionAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -7,10 +7,10 @@ namespace FGUI.ZM_Game_04
|
||||
{
|
||||
public partial class com_open : GComponent
|
||||
{
|
||||
public GImage bg;
|
||||
public GTextField text_level;
|
||||
public GGraph tips_node;
|
||||
public GGraph tips_node1;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://g3iqdlgcopwg13";
|
||||
|
||||
public static com_open CreateInstance()
|
||||
@@ -22,10 +22,10 @@ namespace FGUI.ZM_Game_04
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
bg = (GImage)GetChildAt(0);
|
||||
text_level = (GTextField)GetChildAt(1);
|
||||
tips_node = (GGraph)GetChildAt(2);
|
||||
tips_node1 = (GGraph)GetChildAt(3);
|
||||
text_level = (GTextField)GetChildAt(3);
|
||||
tips_node = (GGraph)GetChildAt(4);
|
||||
tips_node1 = (GGraph)GetChildAt(5);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -19,7 +19,7 @@ namespace FGUI.ZM_Game_04
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
text_level = (GTextField)GetChildAt(1);
|
||||
text_level = (GTextField)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -29,13 +29,13 @@ namespace FGUI.ZM_Pack_16
|
||||
|
||||
pay_type = GetControllerAt(0);
|
||||
gift_switch = GetControllerAt(1);
|
||||
loader = (com_pic)GetChildAt(4);
|
||||
btn_close = (GButton)GetChildAt(5);
|
||||
text_allgold = (GTextField)GetChildAt(8);
|
||||
btn_buypass = (GButton)GetChildAt(9);
|
||||
tips = (GTextField)GetChildAt(10);
|
||||
ads = (GTextField)GetChildAt(11);
|
||||
btn_max_pay = (GButton)GetChildAt(12);
|
||||
loader = (com_pic)GetChildAt(3);
|
||||
btn_close = (GButton)GetChildAt(4);
|
||||
text_allgold = (GTextField)GetChildAt(7);
|
||||
btn_buypass = (GButton)GetChildAt(8);
|
||||
tips = (GTextField)GetChildAt(9);
|
||||
ads = (GTextField)GetChildAt(10);
|
||||
btn_max_pay = (GButton)GetChildAt(11);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -10,7 +10,6 @@ namespace FGUI.ZM_Pass_14
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_List.URL, typeof(com_List));
|
||||
UIObjectFactory.SetPackageItemExtension(com_pass_view.URL, typeof(com_pass_view));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_recive_gift.URL, typeof(btn_recive_gift));
|
||||
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));
|
||||
|
||||
@@ -1,25 +0,0 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.ZM_Pass_14
|
||||
{
|
||||
public partial class btn_recive_gift : GButton
|
||||
{
|
||||
public GImage ad_icon;
|
||||
public const string URL = "ui://wyu9msxws27hv";
|
||||
|
||||
public static btn_recive_gift CreateInstance()
|
||||
{
|
||||
return (btn_recive_gift)UIPackage.CreateObject("ZM_Pass_14", "btn_recive_gift");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
ad_icon = (GImage)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3fe4f6980be5f4c98946504ea8a6bf74
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -19,7 +19,7 @@ namespace FGUI.ZM_Pass_14
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pass_list = (GList)GetChildAt(1);
|
||||
pass_list = (GList)GetChildAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -11,7 +11,6 @@ namespace FGUI.ZM_Pass_14
|
||||
public Controller state;
|
||||
public GLoader item_loader;
|
||||
public GTextField number_text;
|
||||
public GGraph anim_parent;
|
||||
public GButton btn_claim;
|
||||
public const string URL = "ui://wyu9msxws27hz";
|
||||
|
||||
@@ -27,9 +26,8 @@ namespace FGUI.ZM_Pass_14
|
||||
type = GetControllerAt(0);
|
||||
state = GetControllerAt(1);
|
||||
item_loader = (GLoader)GetChildAt(3);
|
||||
number_text = (GTextField)GetChildAt(6);
|
||||
anim_parent = (GGraph)GetChildAt(7);
|
||||
btn_claim = (GButton)GetChildAt(8);
|
||||
number_text = (GTextField)GetChildAt(4);
|
||||
btn_claim = (GButton)GetChildAt(5);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -9,7 +9,6 @@ namespace FGUI.ZM_Pass_14
|
||||
{
|
||||
public Controller state;
|
||||
public Controller is_full;
|
||||
public GImage yuan;
|
||||
public GTextField index_text;
|
||||
public com_item_award free_item;
|
||||
public com_item_award pay_item;
|
||||
@@ -26,10 +25,9 @@ namespace FGUI.ZM_Pass_14
|
||||
|
||||
state = GetControllerAt(0);
|
||||
is_full = GetControllerAt(1);
|
||||
yuan = (GImage)GetChildAt(1);
|
||||
index_text = (GTextField)GetChildAt(2);
|
||||
free_item = (com_item_award)GetChildAt(3);
|
||||
pay_item = (com_item_award)GetChildAt(4);
|
||||
index_text = (GTextField)GetChildAt(3);
|
||||
free_item = (com_item_award)GetChildAt(4);
|
||||
pay_item = (com_item_award)GetChildAt(5);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -7,15 +7,13 @@ namespace FGUI.ZM_Pass_14
|
||||
{
|
||||
public partial class com_pass_view : GComponent
|
||||
{
|
||||
public btn_recive_gift btn_recive;
|
||||
public GButton btn_recive;
|
||||
public progress_pass progress_pass;
|
||||
public GTextField text_level;
|
||||
public com_List list_panel;
|
||||
public GButton btn_tips;
|
||||
public GImage top_bg;
|
||||
public GButton gold;
|
||||
public GTextField remain_time;
|
||||
public GButton head;
|
||||
public GGroup group_;
|
||||
public GButton close;
|
||||
public const string URL = "ui://wyu9msxws27h0";
|
||||
@@ -29,17 +27,15 @@ namespace FGUI.ZM_Pass_14
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
btn_recive = (btn_recive_gift)GetChildAt(6);
|
||||
progress_pass = (progress_pass)GetChildAt(7);
|
||||
text_level = (GTextField)GetChildAt(10);
|
||||
list_panel = (com_List)GetChildAt(13);
|
||||
btn_tips = (GButton)GetChildAt(14);
|
||||
top_bg = (GImage)GetChildAt(15);
|
||||
gold = (GButton)GetChildAt(16);
|
||||
remain_time = (GTextField)GetChildAt(18);
|
||||
head = (GButton)GetChildAt(20);
|
||||
group_ = (GGroup)GetChildAt(21);
|
||||
close = (GButton)GetChildAt(22);
|
||||
btn_recive = (GButton)GetChildAt(1);
|
||||
progress_pass = (progress_pass)GetChildAt(2);
|
||||
text_level = (GTextField)GetChildAt(5);
|
||||
list_panel = (com_List)GetChildAt(8);
|
||||
btn_tips = (GButton)GetChildAt(9);
|
||||
gold = (GButton)GetChildAt(10);
|
||||
remain_time = (GTextField)GetChildAt(12);
|
||||
group_ = (GGroup)GetChildAt(14);
|
||||
close = (GButton)GetChildAt(15);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -12,7 +12,7 @@ namespace FGUI.ZM_Prop_09
|
||||
public btn_goldBuy btn_gold_buy;
|
||||
public GButton btn_thanks;
|
||||
public GButton btn_ad;
|
||||
public GTextField title1;
|
||||
public GTextField title;
|
||||
public const string URL = "ui://ig55ss7kq8uc0";
|
||||
|
||||
public static com_choose CreateInstance()
|
||||
@@ -29,7 +29,7 @@ namespace FGUI.ZM_Prop_09
|
||||
btn_gold_buy = (btn_goldBuy)GetChildAt(2);
|
||||
btn_thanks = (GButton)GetChildAt(3);
|
||||
btn_ad = (GButton)GetChildAt(4);
|
||||
title1 = (GTextField)GetChildAt(5);
|
||||
title = (GTextField)GetChildAt(5);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -8,6 +8,7 @@ namespace FGUI.ZM_Prop_09
|
||||
public partial class com_prop : GComponent
|
||||
{
|
||||
public Controller prop;
|
||||
public GTextField title;
|
||||
public GTextField title1;
|
||||
public btn_goldBuy btn_buy;
|
||||
public GButton btn_back;
|
||||
@@ -23,9 +24,10 @@ namespace FGUI.ZM_Prop_09
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
prop = GetControllerAt(0);
|
||||
title1 = (GTextField)GetChildAt(5);
|
||||
btn_buy = (btn_goldBuy)GetChildAt(6);
|
||||
btn_back = (GButton)GetChildAt(7);
|
||||
title = (GTextField)GetChildAt(2);
|
||||
title1 = (GTextField)GetChildAt(7);
|
||||
btn_buy = (btn_goldBuy)GetChildAt(8);
|
||||
btn_back = (GButton)GetChildAt(9);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -8,6 +8,7 @@ namespace FGUI.ZM_Setting_07
|
||||
public partial class btn_item_head : GButton
|
||||
{
|
||||
public Controller head_select;
|
||||
public Controller setting;
|
||||
public GButton head;
|
||||
public const string URL = "ui://8rcjs2ucsebxj";
|
||||
|
||||
@@ -21,7 +22,8 @@ namespace FGUI.ZM_Setting_07
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
head_select = GetControllerAt(0);
|
||||
head = (GButton)GetChildAt(1);
|
||||
setting = GetControllerAt(1);
|
||||
head = (GButton)GetChildAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -8,6 +8,7 @@ namespace FGUI.ZM_Setting_07
|
||||
public partial class com_setting : GComponent
|
||||
{
|
||||
public Controller gift_switch;
|
||||
public Controller isHall;
|
||||
public GButton btn_back;
|
||||
public btn_sound_on_off btn_sound;
|
||||
public btn_music_on_off btn_music;
|
||||
@@ -22,6 +23,8 @@ namespace FGUI.ZM_Setting_07
|
||||
public btn_menu btn_us;
|
||||
public GButton btn_back_home;
|
||||
public btn_menu btn_language;
|
||||
public com_edit_name edit_name;
|
||||
public btn_item_head btn_head;
|
||||
public const string URL = "ui://8rcjs2ucsebx10";
|
||||
|
||||
public static com_setting CreateInstance()
|
||||
@@ -34,20 +37,23 @@ namespace FGUI.ZM_Setting_07
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
gift_switch = GetControllerAt(0);
|
||||
btn_back = (GButton)GetChildAt(1);
|
||||
btn_sound = (btn_sound_on_off)GetChildAt(2);
|
||||
btn_music = (btn_music_on_off)GetChildAt(3);
|
||||
btn_privacy = (btn_menu)GetChildAt(4);
|
||||
btn_terms = (btn_menu)GetChildAt(5);
|
||||
btn_official = (btn_menu)GetChildAt(6);
|
||||
btn_restore = (btn_menu)GetChildAt(7);
|
||||
text_uid = (GTextField)GetChildAt(8);
|
||||
text_version = (GTextField)GetChildAt(9);
|
||||
title = (GTextField)GetChildAt(10);
|
||||
com_gold = (GButton)GetChildAt(11);
|
||||
btn_us = (btn_menu)GetChildAt(12);
|
||||
btn_back_home = (GButton)GetChildAt(13);
|
||||
btn_language = (btn_menu)GetChildAt(14);
|
||||
isHall = GetControllerAt(1);
|
||||
btn_back = (GButton)GetChildAt(2);
|
||||
btn_sound = (btn_sound_on_off)GetChildAt(3);
|
||||
btn_music = (btn_music_on_off)GetChildAt(4);
|
||||
btn_privacy = (btn_menu)GetChildAt(5);
|
||||
btn_terms = (btn_menu)GetChildAt(6);
|
||||
btn_official = (btn_menu)GetChildAt(7);
|
||||
btn_restore = (btn_menu)GetChildAt(8);
|
||||
text_uid = (GTextField)GetChildAt(9);
|
||||
text_version = (GTextField)GetChildAt(10);
|
||||
title = (GTextField)GetChildAt(11);
|
||||
com_gold = (GButton)GetChildAt(12);
|
||||
btn_us = (btn_menu)GetChildAt(13);
|
||||
btn_back_home = (GButton)GetChildAt(14);
|
||||
btn_language = (btn_menu)GetChildAt(15);
|
||||
edit_name = (com_edit_name)GetChildAt(16);
|
||||
btn_head = (btn_item_head)GetChildAt(17);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -8,12 +8,10 @@ namespace FGUI.ZM_store_17
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(btn_get.URL, typeof(btn_get));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_buy.URL, typeof(btn_buy));
|
||||
UIObjectFactory.SetPackageItemExtension(buygold_item.URL, typeof(buygold_item));
|
||||
UIObjectFactory.SetPackageItemExtension(com_buygold.URL, typeof(com_buygold));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_watchAd1.URL, typeof(btn_watchAd1));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_close.URL, typeof(btn_close));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -8,6 +8,7 @@ namespace FGUI.ZM_store_17
|
||||
public partial class btn_buy : GButton
|
||||
{
|
||||
public Controller can_buy;
|
||||
public Controller index;
|
||||
public GTextField btn_text;
|
||||
public const string URL = "ui://5crzgdh6d3a90";
|
||||
|
||||
@@ -21,6 +22,7 @@ namespace FGUI.ZM_store_17
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
can_buy = GetControllerAt(0);
|
||||
index = GetControllerAt(1);
|
||||
btn_text = (GTextField)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,25 +0,0 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.ZM_store_17
|
||||
{
|
||||
public partial class btn_close : GButton
|
||||
{
|
||||
public Controller can_buy;
|
||||
public const string URL = "ui://5crzgdh6wgo41q";
|
||||
|
||||
public static btn_close CreateInstance()
|
||||
{
|
||||
return (btn_close)UIPackage.CreateObject("ZM_store_17", "btn_close");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
can_buy = GetControllerAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3b61d0e12945e0f44aa3825351686544
|
||||
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.ZM_store_17
|
||||
{
|
||||
public partial class btn_get : GButton
|
||||
{
|
||||
public Controller state;
|
||||
public const string URL = "ui://5crzgdh69aez2i";
|
||||
|
||||
public static btn_get CreateInstance()
|
||||
{
|
||||
return (btn_get)UIPackage.CreateObject("ZM_store_17", "btn_get");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 11e562194f2f6fa46812f2d5a4656ce8
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -9,10 +9,6 @@ namespace FGUI.ZM_store_17
|
||||
{
|
||||
public Controller index;
|
||||
public GTextField coin_text;
|
||||
public GTextField off_text;
|
||||
public GTextField content_text;
|
||||
public GGroup discount;
|
||||
public GTextField text_tips;
|
||||
public btn_buy btn_buy;
|
||||
public GTextField text_ads;
|
||||
public const string URL = "ui://5crzgdh6d3a91";
|
||||
@@ -28,12 +24,8 @@ namespace FGUI.ZM_store_17
|
||||
|
||||
index = GetControllerAt(0);
|
||||
coin_text = (GTextField)GetChildAt(1);
|
||||
off_text = (GTextField)GetChildAt(4);
|
||||
content_text = (GTextField)GetChildAt(5);
|
||||
discount = (GGroup)GetChildAt(6);
|
||||
text_tips = (GTextField)GetChildAt(7);
|
||||
btn_buy = (btn_buy)GetChildAt(8);
|
||||
text_ads = (GTextField)GetChildAt(9);
|
||||
btn_buy = (btn_buy)GetChildAt(3);
|
||||
text_ads = (GTextField)GetChildAt(4);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -13,7 +13,6 @@ namespace FGUI.ZM_store_17
|
||||
public GButton top_gold;
|
||||
public GTextField text_my_ads;
|
||||
public btn_watchAd1 btn_watch;
|
||||
public GGroup panel_ad;
|
||||
public GButton btn_close;
|
||||
public const string URL = "ui://5crzgdh6d3a92";
|
||||
|
||||
@@ -27,13 +26,12 @@ namespace FGUI.ZM_store_17
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pay_type = GetControllerAt(0);
|
||||
com_head = (GButton)GetChildAt(3);
|
||||
gold_list = (GList)GetChildAt(4);
|
||||
top_gold = (GButton)GetChildAt(6);
|
||||
text_my_ads = (GTextField)GetChildAt(8);
|
||||
btn_watch = (btn_watchAd1)GetChildAt(9);
|
||||
panel_ad = (GGroup)GetChildAt(11);
|
||||
btn_close = (GButton)GetChildAt(13);
|
||||
com_head = (GButton)GetChildAt(1);
|
||||
gold_list = (GList)GetChildAt(2);
|
||||
top_gold = (GButton)GetChildAt(3);
|
||||
text_my_ads = (GTextField)GetChildAt(5);
|
||||
btn_watch = (btn_watchAd1)GetChildAt(6);
|
||||
btn_close = (GButton)GetChildAt(7);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -184,8 +184,8 @@
|
||||
fx_btn_vip,
|
||||
fx_btn_album,
|
||||
fx_btn_live,
|
||||
fx_pack_gold,
|
||||
fx_no_ad,
|
||||
fx_egg_light,
|
||||
fx_egg,
|
||||
fx_play_button,
|
||||
fx_sign,
|
||||
fx_sign7,
|
||||
|
||||
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 41 KiB |
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 43 KiB |
|
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 37 KiB |
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 43 KiB |
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 35 KiB |
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 39 KiB |
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 37 KiB |
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 40 KiB |
@@ -0,0 +1,23 @@
|
||||
fileFormatVersion: 2
|
||||
guid: aff30176378de484a876187ff1bb5734
|
||||
AudioImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 7
|
||||
defaultSettings:
|
||||
serializedVersion: 2
|
||||
loadType: 0
|
||||
sampleRateSetting: 0
|
||||
sampleRateOverride: 44100
|
||||
compressionFormat: 1
|
||||
quality: 1
|
||||
conversionMode: 0
|
||||
preloadAudioData: 0
|
||||
platformSettingOverrides: {}
|
||||
forceToMono: 0
|
||||
normalize: 1
|
||||
loadInBackground: 0
|
||||
ambisonic: 0
|
||||
3D: 1
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -1,125 +0,0 @@
|
||||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!1 &6370662756761607514
|
||||
GameObject:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
serializedVersion: 6
|
||||
m_Component:
|
||||
- component: {fileID: 561512823629169263}
|
||||
- component: {fileID: 3775735963607805121}
|
||||
- component: {fileID: 8952928207636871191}
|
||||
- component: {fileID: 3420851697556392948}
|
||||
m_Layer: 0
|
||||
m_Name: fx_add_box
|
||||
m_TagString: Untagged
|
||||
m_Icon: {fileID: 0}
|
||||
m_NavMeshLayer: 0
|
||||
m_StaticEditorFlags: 0
|
||||
m_IsActive: 1
|
||||
--- !u!4 &561512823629169263
|
||||
Transform:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 6370662756761607514}
|
||||
serializedVersion: 2
|
||||
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
||||
m_LocalPosition: {x: 0, y: 0, z: 0}
|
||||
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||
m_ConstrainProportionsScale: 0
|
||||
m_Children: []
|
||||
m_Father: {fileID: 0}
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
--- !u!33 &3775735963607805121
|
||||
MeshFilter:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 6370662756761607514}
|
||||
m_Mesh: {fileID: 0}
|
||||
--- !u!23 &8952928207636871191
|
||||
MeshRenderer:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 6370662756761607514}
|
||||
m_Enabled: 1
|
||||
m_CastShadows: 1
|
||||
m_ReceiveShadows: 1
|
||||
m_DynamicOccludee: 1
|
||||
m_StaticShadowCaster: 0
|
||||
m_MotionVectors: 1
|
||||
m_LightProbeUsage: 1
|
||||
m_ReflectionProbeUsage: 1
|
||||
m_RayTracingMode: 2
|
||||
m_RayTraceProcedural: 0
|
||||
m_RenderingLayerMask: 1
|
||||
m_RendererPriority: 0
|
||||
m_Materials:
|
||||
- {fileID: 2100000, guid: f0c8887b4be774b5cb1b877c1467bf36, type: 2}
|
||||
- {fileID: 2100000, guid: 15d854c35f69d44e782a19b7b30fc097, type: 2}
|
||||
- {fileID: 2100000, guid: f0c8887b4be774b5cb1b877c1467bf36, type: 2}
|
||||
m_StaticBatchInfo:
|
||||
firstSubMesh: 0
|
||||
subMeshCount: 0
|
||||
m_StaticBatchRoot: {fileID: 0}
|
||||
m_ProbeAnchor: {fileID: 0}
|
||||
m_LightProbeVolumeOverride: {fileID: 0}
|
||||
m_ScaleInLightmap: 1
|
||||
m_ReceiveGI: 1
|
||||
m_PreserveUVs: 0
|
||||
m_IgnoreNormalsForChartDetection: 0
|
||||
m_ImportantGI: 0
|
||||
m_StitchLightmapSeams: 1
|
||||
m_SelectedEditorRenderState: 3
|
||||
m_MinimumChartSize: 4
|
||||
m_AutoUVMaxDistance: 0.5
|
||||
m_AutoUVMaxAngle: 89
|
||||
m_LightmapParameters: {fileID: 0}
|
||||
m_SortingLayerID: 0
|
||||
m_SortingLayer: 0
|
||||
m_SortingOrder: 0
|
||||
m_AdditionalVertexStreams: {fileID: 0}
|
||||
--- !u!114 &3420851697556392948
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 6370662756761607514}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: d247ba06193faa74d9335f5481b2b56c, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
skeletonDataAsset: {fileID: 11400000, guid: 571ecd61dd2e1c949a63988e8acbc349, type: 2}
|
||||
initialSkinName:
|
||||
initialFlipX: 0
|
||||
initialFlipY: 0
|
||||
updateWhenInvisible: 3
|
||||
separatorSlotNames: []
|
||||
zSpacing: 0
|
||||
useClipping: 1
|
||||
immutableTriangles: 0
|
||||
pmaVertexColors: 1
|
||||
clearStateOnDisable: 0
|
||||
tintBlack: 0
|
||||
singleSubmesh: 0
|
||||
fixDrawOrder: 0
|
||||
addNormals: 0
|
||||
calculateTangents: 0
|
||||
maskInteraction: 0
|
||||
maskMaterials:
|
||||
materialsMaskDisabled: []
|
||||
materialsInsideMask: []
|
||||
materialsOutsideMask: []
|
||||
disableRenderingOnOverride: 1
|
||||
_animationName:
|
||||
loop: 1
|
||||
timeScale: 1
|
||||
@@ -1,7 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 74c10f1ebfdf91a4391a6c175ff89e45
|
||||
PrefabImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName: effect.spine.gamwin.assetbundle
|
||||
assetBundleVariant:
|
||||
@@ -1,76 +0,0 @@
|
||||
|
||||
kuogezi.png
|
||||
size: 806,196
|
||||
format: RGBA8888
|
||||
filter: Linear,Linear
|
||||
repeat: none
|
||||
banzi
|
||||
rotate: false
|
||||
xy: 2, 89
|
||||
size: 704, 105
|
||||
orig: 704, 105
|
||||
offset: 0, 0
|
||||
index: -1
|
||||
pa1
|
||||
rotate: true
|
||||
xy: 708, 4
|
||||
size: 85, 89
|
||||
orig: 85, 89
|
||||
offset: 0, 0
|
||||
index: -1
|
||||
pa2
|
||||
rotate: true
|
||||
xy: 2, 2
|
||||
size: 85, 89
|
||||
orig: 85, 89
|
||||
offset: 0, 0
|
||||
index: -1
|
||||
pa3
|
||||
rotate: true
|
||||
xy: 93, 2
|
||||
size: 85, 89
|
||||
orig: 85, 89
|
||||
offset: 0, 0
|
||||
index: -1
|
||||
pa4
|
||||
rotate: true
|
||||
xy: 184, 2
|
||||
size: 85, 89
|
||||
orig: 85, 89
|
||||
offset: 0, 0
|
||||
index: -1
|
||||
pa5
|
||||
rotate: true
|
||||
xy: 275, 2
|
||||
size: 85, 89
|
||||
orig: 85, 89
|
||||
offset: 0, 0
|
||||
index: -1
|
||||
pa6
|
||||
rotate: true
|
||||
xy: 366, 2
|
||||
size: 85, 89
|
||||
orig: 85, 89
|
||||
offset: 0, 0
|
||||
index: -1
|
||||
pai7
|
||||
rotate: true
|
||||
xy: 457, 2
|
||||
size: 85, 89
|
||||
orig: 85, 89
|
||||
offset: 0, 0
|
||||
index: -1
|
||||
pai8
|
||||
rotate: true
|
||||
xy: 548, 4
|
||||
size: 83, 89
|
||||
orig: 85, 89
|
||||
offset: 1, 0
|
||||
index: -1
|
||||
plus1
|
||||
rotate: false
|
||||
xy: 708, 91
|
||||
size: 96, 103
|
||||
orig: 96, 103
|
||||
offset: 0, 0
|
||||
index: -1
|
||||
@@ -1,7 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: e16ecc5b0c09f45469ff8a268c6ba124
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -1 +0,0 @@
|
||||
{"skeleton":{"hash":"OMznucPO12SHSKuohpzlPRwku7Y","spine":"3.8.93","x":-352,"y":-52.5,"width":704,"height":105,"images":"./images/","audio":"D:/1122334455/大富翁/动效/kuogezi"},"bones":[{"name":"root"},{"name":"banzi","parent":"root"},{"name":"pai8","parent":"root"},{"name":"pai88","parent":"root","x":203.88,"y":57.01},{"name":"bone","parent":"root","x":280.28,"y":54.22}],"slots":[{"name":"banzi","bone":"banzi","attachment":"banzi"},{"name":"pa1","bone":"root","attachment":"pa1"},{"name":"pa2","bone":"root","attachment":"pa2"},{"name":"pa3","bone":"root","attachment":"pa3"},{"name":"pa4","bone":"root","attachment":"pa4"},{"name":"pa5","bone":"root","attachment":"pa5"},{"name":"pa6","bone":"root","attachment":"pa6"},{"name":"pai7","bone":"root","attachment":"pai7"},{"name":"pai8","bone":"pai88","attachment":"pai8"},{"name":"plus1","bone":"bone","attachment":"plus1"}],"skins":[{"name":"default","attachments":{"banzi":{"banzi":{"width":704,"height":105}},"pa1":{"pa1":{"x":-291.83,"y":-0.07,"width":85,"height":89}},"pa2":{"pa2":{"x":-208.66,"y":-0.07,"width":85,"height":89}},"pa3":{"pa3":{"x":-125.39,"y":-0.07,"width":85,"height":89}},"pa4":{"pa4":{"x":-41.71,"y":-0.07,"width":85,"height":89}},"pa5":{"pa5":{"x":42.49,"y":-0.07,"width":85,"height":89}},"pa6":{"pa6":{"x":126.65,"y":-0.07,"width":85,"height":89}},"pai7":{"pai7":{"x":210.67,"y":-0.07,"width":85,"height":89}},"pai8":{"pai8":{"x":89.36,"y":-57.08,"width":85,"height":89}},"plus1":{"plus1":{"x":22.69,"y":-54.65,"width":96,"height":103}}}}],"animations":{"animation":{"slots":{"pai8":{"color":[{"color":"ffffff00","curve":"stepped"},{"time":0.4667,"color":"ffffff00","curve":"stepped"},{"time":0.6,"color":"ffffff00"},{"time":0.7333,"color":"ffffffff","curve":"stepped"},{"time":1.2333,"color":"ffffffff","curve":"stepped"},{"time":1.4333,"color":"ffffffff","curve":"stepped"},{"time":2.3667,"color":"ffffffff"},{"time":2.4667,"color":"ffffff00"}]},"plus1":{"color":[{"time":0.3333,"color":"ffffffff"},{"time":0.6667,"color":"ffffff00"}]}},"bones":{"pai88":{"rotate":[{"angle":-31.01,"curve":"stepped"},{"time":0.4667,"angle":-31.01,"curve":"stepped"},{"time":0.6,"angle":-31.01,"curve":"stepped"},{"time":0.7333,"angle":-31.01},{"time":1.2333,"curve":"stepped"},{"time":1.4333,"curve":"stepped"},{"time":2.3667,"curve":"stepped"},{"time":2.4667}],"translate":[{"x":101.6,"y":126.85,"curve":"stepped"},{"time":0.4667,"x":101.6,"y":126.85,"curve":"stepped"},{"time":0.6,"x":101.6,"y":126.85,"curve":"stepped"},{"time":0.7333,"x":101.6,"y":126.85},{"time":1.2333,"y":-3.39},{"time":1.4333,"curve":"stepped"},{"time":2.3667,"curve":"stepped"},{"time":2.4667}]},"bone":{"translate":[{"y":3.4},{"time":0.1667},{"time":0.3333,"y":2.04}],"scale":[{"time":0.3333},{"time":0.6667,"x":1.539,"y":1.539}]}}}}}
|
||||
@@ -1,7 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ff23bc16ddf24ed44a3df4f016ebbdf6
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
|
Before Width: | Height: | Size: 70 KiB |
@@ -1,17 +0,0 @@
|
||||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: a6b194f808b1af6499c93410e504af42, type: 3}
|
||||
m_Name: kuogezi_Atlas
|
||||
m_EditorClassIdentifier:
|
||||
atlasFile: {fileID: 4900000, guid: e16ecc5b0c09f45469ff8a268c6ba124, type: 3}
|
||||
materials:
|
||||
- {fileID: 2100000, guid: b9170a706298b2341a3bd27182699bf9, type: 2}
|
||||
@@ -1,8 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 359fc89440650864680e0c7be9604e22
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -1,45 +0,0 @@
|
||||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!21 &2100000
|
||||
Material:
|
||||
serializedVersion: 8
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_Name: kuogezi_Material
|
||||
m_Shader: {fileID: 4800000, guid: 1e8a610c9e01c3648bac42585e5fc676, type: 3}
|
||||
m_Parent: {fileID: 0}
|
||||
m_ModifiedSerializedProperties: 0
|
||||
m_ValidKeywords: []
|
||||
m_InvalidKeywords:
|
||||
- _USE8NEIGHBOURHOOD_ON
|
||||
m_LightmapFlags: 4
|
||||
m_EnableInstancingVariants: 0
|
||||
m_DoubleSidedGI: 0
|
||||
m_CustomRenderQueue: -1
|
||||
stringTagMap: {}
|
||||
disabledShaderPasses: []
|
||||
m_LockedProperties:
|
||||
m_SavedProperties:
|
||||
serializedVersion: 3
|
||||
m_TexEnvs:
|
||||
- _MainTex:
|
||||
m_Texture: {fileID: 2800000, guid: 4a108ce088ccb8a48a5e46c6a7904bd6, type: 3}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
m_Ints: []
|
||||
m_Floats:
|
||||
- _Cutoff: 0.1
|
||||
- _OutlineMipLevel: 0
|
||||
- _OutlineReferenceTexWidth: 1024
|
||||
- _OutlineSmoothness: 1
|
||||
- _OutlineWidth: 3
|
||||
- _StencilComp: 8
|
||||
- _StencilRef: 0
|
||||
- _StraightAlphaInput: 0
|
||||
- _ThresholdEnd: 0.25
|
||||
- _Use8Neighbourhood: 1
|
||||
m_Colors:
|
||||
- _OutlineColor: {r: 1, g: 1, b: 0, a: 1}
|
||||
m_BuildTextureStacks: []
|
||||
@@ -1,8 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b9170a706298b2341a3bd27182699bf9
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 2100000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -1,31 +0,0 @@
|
||||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: f1b3b4b945939a54ea0b23d3396115fb, type: 3}
|
||||
m_Name: kuogezi_SkeletonData
|
||||
m_EditorClassIdentifier:
|
||||
atlasAssets:
|
||||
- {fileID: 11400000, guid: 359fc89440650864680e0c7be9604e22, type: 2}
|
||||
scale: 0.01
|
||||
skeletonJSON: {fileID: 4900000, guid: ff23bc16ddf24ed44a3df4f016ebbdf6, type: 3}
|
||||
isUpgradingBlendModeMaterials: 0
|
||||
blendModeMaterials:
|
||||
requiresBlendModeMaterials: 0
|
||||
applyAdditiveMaterial: 0
|
||||
additiveMaterials: []
|
||||
multiplyMaterials: []
|
||||
screenMaterials: []
|
||||
skeletonDataModifiers: []
|
||||
fromAnimation: []
|
||||
toAnimation: []
|
||||
duration: []
|
||||
defaultMix: 0.2
|
||||
controller: {fileID: 0}
|
||||
@@ -1,8 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 571ecd61dd2e1c949a63988e8acbc349
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -1,8 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ec6bd7283249bf146bae4d942a19fc6b
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -1,123 +0,0 @@
|
||||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!1 &7911276371097549189
|
||||
GameObject:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
serializedVersion: 6
|
||||
m_Component:
|
||||
- component: {fileID: 4175739190531402542}
|
||||
- component: {fileID: 5244133773901813421}
|
||||
- component: {fileID: 6664751217500399377}
|
||||
- component: {fileID: 4355167145121591020}
|
||||
m_Layer: 0
|
||||
m_Name: fx_wins
|
||||
m_TagString: Untagged
|
||||
m_Icon: {fileID: 0}
|
||||
m_NavMeshLayer: 0
|
||||
m_StaticEditorFlags: 0
|
||||
m_IsActive: 1
|
||||
--- !u!4 &4175739190531402542
|
||||
Transform:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 7911276371097549189}
|
||||
serializedVersion: 2
|
||||
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
||||
m_LocalPosition: {x: 0, y: 0, z: 0}
|
||||
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||
m_ConstrainProportionsScale: 0
|
||||
m_Children: []
|
||||
m_Father: {fileID: 0}
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
--- !u!33 &5244133773901813421
|
||||
MeshFilter:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 7911276371097549189}
|
||||
m_Mesh: {fileID: 0}
|
||||
--- !u!23 &6664751217500399377
|
||||
MeshRenderer:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 7911276371097549189}
|
||||
m_Enabled: 1
|
||||
m_CastShadows: 1
|
||||
m_ReceiveShadows: 1
|
||||
m_DynamicOccludee: 1
|
||||
m_StaticShadowCaster: 0
|
||||
m_MotionVectors: 1
|
||||
m_LightProbeUsage: 1
|
||||
m_ReflectionProbeUsage: 1
|
||||
m_RayTracingMode: 2
|
||||
m_RayTraceProcedural: 0
|
||||
m_RenderingLayerMask: 1
|
||||
m_RendererPriority: 0
|
||||
m_Materials:
|
||||
- {fileID: 2100000, guid: 4d56d14a420820e4699423903789551a, type: 2}
|
||||
m_StaticBatchInfo:
|
||||
firstSubMesh: 0
|
||||
subMeshCount: 0
|
||||
m_StaticBatchRoot: {fileID: 0}
|
||||
m_ProbeAnchor: {fileID: 0}
|
||||
m_LightProbeVolumeOverride: {fileID: 0}
|
||||
m_ScaleInLightmap: 1
|
||||
m_ReceiveGI: 1
|
||||
m_PreserveUVs: 0
|
||||
m_IgnoreNormalsForChartDetection: 0
|
||||
m_ImportantGI: 0
|
||||
m_StitchLightmapSeams: 1
|
||||
m_SelectedEditorRenderState: 3
|
||||
m_MinimumChartSize: 4
|
||||
m_AutoUVMaxDistance: 0.5
|
||||
m_AutoUVMaxAngle: 89
|
||||
m_LightmapParameters: {fileID: 0}
|
||||
m_SortingLayerID: 0
|
||||
m_SortingLayer: 0
|
||||
m_SortingOrder: 0
|
||||
m_AdditionalVertexStreams: {fileID: 0}
|
||||
--- !u!114 &4355167145121591020
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 7911276371097549189}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: d247ba06193faa74d9335f5481b2b56c, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
skeletonDataAsset: {fileID: 11400000, guid: fc00cab6697d8184399955c9d812c188, type: 2}
|
||||
initialSkinName:
|
||||
initialFlipX: 0
|
||||
initialFlipY: 0
|
||||
updateWhenInvisible: 3
|
||||
separatorSlotNames: []
|
||||
zSpacing: 0
|
||||
useClipping: 1
|
||||
immutableTriangles: 0
|
||||
pmaVertexColors: 1
|
||||
clearStateOnDisable: 0
|
||||
tintBlack: 0
|
||||
singleSubmesh: 0
|
||||
fixDrawOrder: 0
|
||||
addNormals: 0
|
||||
calculateTangents: 0
|
||||
maskInteraction: 0
|
||||
maskMaterials:
|
||||
materialsMaskDisabled: []
|
||||
materialsInsideMask: []
|
||||
materialsOutsideMask: []
|
||||
disableRenderingOnOverride: 1
|
||||
_animationName:
|
||||
loop: 0
|
||||
timeScale: 1
|
||||
@@ -1,7 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f8761df55211a3143b837bbaac100338
|
||||
PrefabImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -1,125 +0,0 @@
|
||||
|
||||
win_money22.png
|
||||
size: 482,821
|
||||
format: RGBA8888
|
||||
filter: Linear,Linear
|
||||
repeat: none
|
||||
jinbi1
|
||||
rotate: true
|
||||
xy: 191, 60
|
||||
size: 137, 184
|
||||
orig: 139, 186
|
||||
offset: 1, 1
|
||||
index: -1
|
||||
jinbi2
|
||||
rotate: false
|
||||
xy: 2, 6
|
||||
size: 161, 153
|
||||
orig: 163, 155
|
||||
offset: 1, 1
|
||||
index: -1
|
||||
jinbi3
|
||||
rotate: false
|
||||
xy: 246, 341
|
||||
size: 204, 192
|
||||
orig: 206, 194
|
||||
offset: 1, 1
|
||||
index: -1
|
||||
jinbi4
|
||||
rotate: true
|
||||
xy: 377, 2
|
||||
size: 195, 97
|
||||
orig: 197, 99
|
||||
offset: 1, 1
|
||||
index: -1
|
||||
jinbi10
|
||||
rotate: true
|
||||
xy: 377, 2
|
||||
size: 195, 97
|
||||
orig: 197, 99
|
||||
offset: 1, 1
|
||||
index: -1
|
||||
jinbi11
|
||||
rotate: true
|
||||
xy: 377, 2
|
||||
size: 195, 97
|
||||
orig: 197, 99
|
||||
offset: 1, 1
|
||||
index: -1
|
||||
jinbi12
|
||||
rotate: true
|
||||
xy: 377, 2
|
||||
size: 195, 97
|
||||
orig: 197, 99
|
||||
offset: 1, 1
|
||||
index: -1
|
||||
jinbi13
|
||||
rotate: true
|
||||
xy: 377, 2
|
||||
size: 195, 97
|
||||
orig: 197, 99
|
||||
offset: 1, 1
|
||||
index: -1
|
||||
jinbi5
|
||||
rotate: true
|
||||
xy: 377, 2
|
||||
size: 195, 97
|
||||
orig: 197, 99
|
||||
offset: 1, 1
|
||||
index: -1
|
||||
jinbi6
|
||||
rotate: true
|
||||
xy: 377, 2
|
||||
size: 195, 97
|
||||
orig: 197, 99
|
||||
offset: 1, 1
|
||||
index: -1
|
||||
jinbi7
|
||||
rotate: true
|
||||
xy: 377, 2
|
||||
size: 195, 97
|
||||
orig: 197, 99
|
||||
offset: 1, 1
|
||||
index: -1
|
||||
jinbi8
|
||||
rotate: true
|
||||
xy: 377, 2
|
||||
size: 195, 97
|
||||
orig: 197, 99
|
||||
offset: 1, 1
|
||||
index: -1
|
||||
jinbi9
|
||||
rotate: true
|
||||
xy: 377, 2
|
||||
size: 195, 97
|
||||
orig: 197, 99
|
||||
offset: 1, 1
|
||||
index: -1
|
||||
light
|
||||
rotate: true
|
||||
xy: 246, 199
|
||||
size: 140, 225
|
||||
orig: 140, 225
|
||||
offset: 0, 0
|
||||
index: -1
|
||||
yingzi1
|
||||
rotate: true
|
||||
xy: 2, 161
|
||||
size: 139, 187
|
||||
orig: 141, 189
|
||||
offset: 1, 1
|
||||
index: -1
|
||||
yingzi2
|
||||
rotate: false
|
||||
xy: 2, 302
|
||||
size: 242, 231
|
||||
orig: 244, 233
|
||||
offset: 1, 1
|
||||
index: -1
|
||||
yingzi_all
|
||||
rotate: false
|
||||
xy: 2, 535
|
||||
size: 478, 284
|
||||
orig: 478, 284
|
||||
offset: 0, 0
|
||||
index: -1
|
||||
|
Before Width: | Height: | Size: 156 KiB |
@@ -1,17 +0,0 @@
|
||||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: a6b194f808b1af6499c93410e504af42, type: 3}
|
||||
m_Name: win_money22_Atlas
|
||||
m_EditorClassIdentifier:
|
||||
atlasFile: {fileID: 4900000, guid: 2836fadc6f61cb045adea16d5080c2d3, type: 3}
|
||||
materials:
|
||||
- {fileID: 2100000, guid: 5c8a5cbc16cd36e4694ea87c47b3b793, type: 2}
|
||||
@@ -1,8 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ba05694d82b66e44998bdbcab382c36c
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -1,53 +0,0 @@
|
||||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!21 &2100000
|
||||
Material:
|
||||
serializedVersion: 8
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_Name: win_money22_Material-Multiply
|
||||
m_Shader: {fileID: 4800000, guid: 8bdcdc7ee298e594a9c20c61d25c33b6, type: 3}
|
||||
m_Parent: {fileID: 0}
|
||||
m_ModifiedSerializedProperties: 0
|
||||
m_ValidKeywords:
|
||||
- _STRAIGHT_ALPHA_INPUT
|
||||
m_InvalidKeywords:
|
||||
- _USE8NEIGHBOURHOOD_ON
|
||||
m_LightmapFlags: 4
|
||||
m_EnableInstancingVariants: 0
|
||||
m_DoubleSidedGI: 0
|
||||
m_CustomRenderQueue: -1
|
||||
stringTagMap: {}
|
||||
disabledShaderPasses: []
|
||||
m_LockedProperties:
|
||||
m_SavedProperties:
|
||||
serializedVersion: 3
|
||||
m_TexEnvs:
|
||||
- <noninit>:
|
||||
m_Texture: {fileID: 0}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
- _MainTex:
|
||||
m_Texture: {fileID: 2800000, guid: a78280460ed65434b965fc73d781028d, type: 3}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
m_Ints: []
|
||||
m_Floats:
|
||||
- <noninit>: 0
|
||||
- _Cutoff: 0.1
|
||||
- _OutlineMipLevel: 0
|
||||
- _OutlineReferenceTexWidth: 1024
|
||||
- _OutlineSmoothness: 1
|
||||
- _OutlineWidth: 3
|
||||
- _StencilComp: 8
|
||||
- _StencilRef: 0
|
||||
- _StraightAlphaInput: 1
|
||||
- _ThresholdEnd: 0.25
|
||||
- _Use8Neighbourhood: 1
|
||||
m_Colors:
|
||||
- <noninit>: {r: 0, g: 2.018574, b: 1e-45, a: 0.000007110106}
|
||||
- _Color: {r: 1, g: 1, b: 1, a: 1}
|
||||
- _OutlineColor: {r: 1, g: 1, b: 0, a: 1}
|
||||
m_BuildTextureStacks: []
|
||||
@@ -1,8 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b08ecbb2903acba46a74724733cde5d0
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 2100000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -1,46 +0,0 @@
|
||||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!21 &2100000
|
||||
Material:
|
||||
serializedVersion: 8
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_Name: win_money22_Material
|
||||
m_Shader: {fileID: 4800000, guid: 1e8a610c9e01c3648bac42585e5fc676, type: 3}
|
||||
m_Parent: {fileID: 0}
|
||||
m_ModifiedSerializedProperties: 0
|
||||
m_ValidKeywords:
|
||||
- _STRAIGHT_ALPHA_INPUT
|
||||
m_InvalidKeywords:
|
||||
- _USE8NEIGHBOURHOOD_ON
|
||||
m_LightmapFlags: 4
|
||||
m_EnableInstancingVariants: 0
|
||||
m_DoubleSidedGI: 0
|
||||
m_CustomRenderQueue: -1
|
||||
stringTagMap: {}
|
||||
disabledShaderPasses: []
|
||||
m_LockedProperties:
|
||||
m_SavedProperties:
|
||||
serializedVersion: 3
|
||||
m_TexEnvs:
|
||||
- _MainTex:
|
||||
m_Texture: {fileID: 2800000, guid: a78280460ed65434b965fc73d781028d, type: 3}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
m_Ints: []
|
||||
m_Floats:
|
||||
- _Cutoff: 0.1
|
||||
- _OutlineMipLevel: 0
|
||||
- _OutlineReferenceTexWidth: 1024
|
||||
- _OutlineSmoothness: 1
|
||||
- _OutlineWidth: 3
|
||||
- _StencilComp: 8
|
||||
- _StencilRef: 0
|
||||
- _StraightAlphaInput: 1
|
||||
- _ThresholdEnd: 0.25
|
||||
- _Use8Neighbourhood: 1
|
||||
m_Colors:
|
||||
- _OutlineColor: {r: 1, g: 1, b: 0, a: 1}
|
||||
m_BuildTextureStacks: []
|
||||
@@ -1,8 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 5c8a5cbc16cd36e4694ea87c47b3b793
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 2100000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -1,33 +0,0 @@
|
||||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: f1b3b4b945939a54ea0b23d3396115fb, type: 3}
|
||||
m_Name: win_money22_SkeletonData
|
||||
m_EditorClassIdentifier:
|
||||
atlasAssets:
|
||||
- {fileID: 11400000, guid: ba05694d82b66e44998bdbcab382c36c, type: 2}
|
||||
scale: 0.01
|
||||
skeletonJSON: {fileID: 4900000, guid: a27cfea0dd9b3f44ea5ddae371858bcf, type: 3}
|
||||
isUpgradingBlendModeMaterials: 0
|
||||
blendModeMaterials:
|
||||
requiresBlendModeMaterials: 1
|
||||
applyAdditiveMaterial: 0
|
||||
additiveMaterials: []
|
||||
multiplyMaterials:
|
||||
- pageName: win_money22.png
|
||||
material: {fileID: 2100000, guid: b08ecbb2903acba46a74724733cde5d0, type: 2}
|
||||
screenMaterials: []
|
||||
skeletonDataModifiers: []
|
||||
fromAnimation: []
|
||||
toAnimation: []
|
||||
duration: []
|
||||
defaultMix: 0.2
|
||||
controller: {fileID: 0}
|
||||
@@ -1,8 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: fc00cab6697d8184399955c9d812c188
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
|
After Width: | Height: | Size: 293 KiB |
@@ -1,12 +1,12 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4a108ce088ccb8a48a5e46c6a7904bd6
|
||||
guid: 5f96e21b7014b0c43b67c9a1afaf14fb
|
||||
TextureImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 13
|
||||
mipmaps:
|
||||
mipMapMode: 0
|
||||
enableMipMap: 0
|
||||
enableMipMap: 1
|
||||
sRGBTexture: 1
|
||||
linearTexture: 0
|
||||
fadeOut: 0
|
||||
@@ -72,7 +72,7 @@ TextureImporter:
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 0
|
||||
textureCompression: 1
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
@@ -106,6 +106,19 @@ TextureImporter:
|
||||
ignorePlatformSupport: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||
- serializedVersion: 3
|
||||
buildTarget: WebGL
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 1
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
ignorePlatformSupport: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||
- serializedVersion: 3
|
||||
buildTarget: Android
|
||||
maxTextureSize: 2048
|
||||
|
After Width: | Height: | Size: 575 KiB |
@@ -1,12 +1,12 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a78280460ed65434b965fc73d781028d
|
||||
guid: fe5792f7aaa317540a8b8ffe88265748
|
||||
TextureImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 13
|
||||
mipmaps:
|
||||
mipMapMode: 0
|
||||
enableMipMap: 0
|
||||
enableMipMap: 1
|
||||
sRGBTexture: 1
|
||||
linearTexture: 0
|
||||
fadeOut: 0
|
||||
@@ -72,7 +72,7 @@ TextureImporter:
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 0
|
||||
textureCompression: 1
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
@@ -106,6 +106,19 @@ TextureImporter:
|
||||
ignorePlatformSupport: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||
- serializedVersion: 3
|
||||
buildTarget: WebGL
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 1
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
ignorePlatformSupport: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||
- serializedVersion: 3
|
||||
buildTarget: Android
|
||||
maxTextureSize: 2048
|
||||
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a27cfea0dd9b3f44ea5ddae371858bcf
|
||||
guid: 0ea1755811dd5464990ab3f54b2bdadf
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
After Width: | Height: | Size: 2.6 MiB |
@@ -0,0 +1,153 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 25fa10d7f5f73f04facee01284ed0668
|
||||
TextureImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 13
|
||||
mipmaps:
|
||||
mipMapMode: 0
|
||||
enableMipMap: 1
|
||||
sRGBTexture: 1
|
||||
linearTexture: 0
|
||||
fadeOut: 0
|
||||
borderMipMap: 0
|
||||
mipMapsPreserveCoverage: 0
|
||||
alphaTestReferenceValue: 0.5
|
||||
mipMapFadeDistanceStart: 1
|
||||
mipMapFadeDistanceEnd: 3
|
||||
bumpmap:
|
||||
convertToNormalMap: 0
|
||||
externalNormalMap: 0
|
||||
heightScale: 0.25
|
||||
normalMapFilter: 0
|
||||
flipGreenChannel: 0
|
||||
isReadable: 0
|
||||
streamingMipmaps: 0
|
||||
streamingMipmapsPriority: 0
|
||||
vTOnly: 0
|
||||
ignoreMipmapLimit: 0
|
||||
grayScaleToAlpha: 0
|
||||
generateCubemap: 6
|
||||
cubemapConvolution: 0
|
||||
seamlessCubemap: 0
|
||||
textureFormat: 1
|
||||
maxTextureSize: 2048
|
||||
textureSettings:
|
||||
serializedVersion: 2
|
||||
filterMode: 1
|
||||
aniso: 1
|
||||
mipBias: 0
|
||||
wrapU: 0
|
||||
wrapV: 0
|
||||
wrapW: 0
|
||||
nPOTScale: 1
|
||||
lightmap: 0
|
||||
compressionQuality: 50
|
||||
spriteMode: 0
|
||||
spriteExtrude: 1
|
||||
spriteMeshType: 1
|
||||
alignment: 0
|
||||
spritePivot: {x: 0.5, y: 0.5}
|
||||
spritePixelsToUnits: 100
|
||||
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||
spriteGenerateFallbackPhysicsShape: 1
|
||||
alphaUsage: 1
|
||||
alphaIsTransparency: 0
|
||||
spriteTessellationDetail: -1
|
||||
textureType: 0
|
||||
textureShape: 1
|
||||
singleChannelComponent: 0
|
||||
flipbookRows: 1
|
||||
flipbookColumns: 1
|
||||
maxTextureSizeSet: 0
|
||||
compressionQualitySet: 0
|
||||
textureFormatSet: 0
|
||||
ignorePngGamma: 0
|
||||
applyGammaDecoding: 0
|
||||
swizzle: 50462976
|
||||
cookieLightType: 0
|
||||
platformSettings:
|
||||
- serializedVersion: 3
|
||||
buildTarget: DefaultTexturePlatform
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 1
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
ignorePlatformSupport: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||
- serializedVersion: 3
|
||||
buildTarget: Standalone
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 1
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
ignorePlatformSupport: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||
- serializedVersion: 3
|
||||
buildTarget: iPhone
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 1
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
ignorePlatformSupport: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||
- serializedVersion: 3
|
||||
buildTarget: WebGL
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 1
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
ignorePlatformSupport: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||
- serializedVersion: 3
|
||||
buildTarget: Android
|
||||
maxTextureSize: 2048
|
||||
resizeAlgorithm: 0
|
||||
textureFormat: -1
|
||||
textureCompression: 1
|
||||
compressionQuality: 50
|
||||
crunchedCompression: 0
|
||||
allowsAlphaSplitting: 0
|
||||
overridden: 0
|
||||
ignorePlatformSupport: 0
|
||||
androidETC2FallbackOverride: 0
|
||||
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||
spriteSheet:
|
||||
serializedVersion: 2
|
||||
sprites: []
|
||||
outline: []
|
||||
physicsShape: []
|
||||
bones: []
|
||||
spriteID:
|
||||
internalID: 0
|
||||
vertices: []
|
||||
indices:
|
||||
edges: []
|
||||
weights: []
|
||||
secondaryTextures: []
|
||||
nameFileIdTable: {}
|
||||
mipmapLimitGroupName:
|
||||
pSDRemoveMatte: 0
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2836fadc6f61cb045adea16d5080c2d3
|
||||
guid: 3e122ff0d0fcaf44a8b2609b582bb46f
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
Before Width: | Height: | Size: 2.0 MiB After Width: | Height: | Size: 2.1 MiB |
|
Before Width: | Height: | Size: 968 KiB After Width: | Height: | Size: 1.0 MiB |
|
Before Width: | Height: | Size: 124 KiB After Width: | Height: | Size: 131 KiB |
|
Before Width: | Height: | Size: 5.5 MiB After Width: | Height: | Size: 4.4 MiB |
|
Before Width: | Height: | Size: 13 MiB After Width: | Height: | Size: 14 MiB |
|
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 952 KiB |
|
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 1.0 MiB |