diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_btn_login.meta b/Assets/Legend/FGUI/package/Egg_20.meta similarity index 77% rename from Assets/Resources/LoveLegendAssets/Effect/spine/fx_btn_login.meta rename to Assets/Legend/FGUI/package/Egg_20.meta index 1507fd2e..60938a32 100644 --- a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_btn_login.meta +++ b/Assets/Legend/FGUI/package/Egg_20.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: bcf23507a7d980844872f3a160926b90 +guid: 7f2edb33fdbecac44899fb4501a4fdfe folderAsset: yes DefaultImporter: externalObjects: {} diff --git a/Assets/Legend/FGUI/package/Egg_20/Egg_20Binder.cs b/Assets/Legend/FGUI/package/Egg_20/Egg_20Binder.cs new file mode 100644 index 00000000..c334938a --- /dev/null +++ b/Assets/Legend/FGUI/package/Egg_20/Egg_20Binder.cs @@ -0,0 +1,15 @@ +/** This is an automatically generated class by FairyGUI. Please do not modify it. **/ + +using FairyGUI; + +namespace FGUI.Egg_20 +{ + public class Egg_20Binder + { + public static void BindAll() + { + UIObjectFactory.SetPackageItemExtension(com_egg.URL, typeof(com_egg)); + UIObjectFactory.SetPackageItemExtension(com_egg_item.URL, typeof(com_egg_item)); + } + } +} \ No newline at end of file diff --git a/Assets/Legend/FGUI/package/ZM_Lobby_03/head.cs.meta b/Assets/Legend/FGUI/package/Egg_20/Egg_20Binder.cs.meta similarity index 83% rename from Assets/Legend/FGUI/package/ZM_Lobby_03/head.cs.meta rename to Assets/Legend/FGUI/package/Egg_20/Egg_20Binder.cs.meta index 096e7cdf..f4a803de 100644 --- a/Assets/Legend/FGUI/package/ZM_Lobby_03/head.cs.meta +++ b/Assets/Legend/FGUI/package/Egg_20/Egg_20Binder.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: fe0fa61e156cd487fadb133c0cd0f377 +guid: 8f39ea2f97fe12f4595c9100ea1f07c2 MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/Assets/Legend/FGUI/package/Egg_20/com_egg.cs b/Assets/Legend/FGUI/package/Egg_20/com_egg.cs new file mode 100644 index 00000000..0b8db727 --- /dev/null +++ b/Assets/Legend/FGUI/package/Egg_20/com_egg.cs @@ -0,0 +1,41 @@ +/** This is an automatically generated class by FairyGUI. Please do not modify it. **/ + +using FairyGUI; +using FairyGUI.Utils; + +namespace FGUI.Egg_20 +{ + public partial class com_egg : GComponent + { + public com_egg_item egg_item0; + public com_egg_item egg_item1; + public com_egg_item egg_item2; + public com_egg_item egg_item3; + public GButton btn_close; + public GButton com_gold; + public GButton btn_claim_mult; + public GButton btn_claim; + public GGroup group_cliam; + public const string URL = "ui://p75o33vzl7wr0"; + + public static com_egg CreateInstance() + { + return (com_egg)UIPackage.CreateObject("Egg_20", "com_egg"); + } + + public override void ConstructFromXML(XML xml) + { + base.ConstructFromXML(xml); + + egg_item0 = (com_egg_item)GetChildAt(1); + egg_item1 = (com_egg_item)GetChildAt(2); + egg_item2 = (com_egg_item)GetChildAt(3); + egg_item3 = (com_egg_item)GetChildAt(4); + btn_close = (GButton)GetChildAt(5); + com_gold = (GButton)GetChildAt(6); + btn_claim_mult = (GButton)GetChildAt(7); + btn_claim = (GButton)GetChildAt(8); + group_cliam = (GGroup)GetChildAt(9); + } + } +} \ No newline at end of file diff --git a/Assets/Legend/FGUI/package/Egg_20/com_egg.cs.meta b/Assets/Legend/FGUI/package/Egg_20/com_egg.cs.meta new file mode 100644 index 00000000..8177f500 --- /dev/null +++ b/Assets/Legend/FGUI/package/Egg_20/com_egg.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 35d7b6d4a4f6fb24ba68a07ae316cf18 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Legend/FGUI/package/Egg_20/com_egg_item.cs b/Assets/Legend/FGUI/package/Egg_20/com_egg_item.cs new file mode 100644 index 00000000..0c3a598a --- /dev/null +++ b/Assets/Legend/FGUI/package/Egg_20/com_egg_item.cs @@ -0,0 +1,33 @@ +/** This is an automatically generated class by FairyGUI. Please do not modify it. **/ + +using FairyGUI; +using FairyGUI.Utils; + +namespace FGUI.Egg_20 +{ + public partial class com_egg_item : GButton + { + public Controller egg_state; + public GImage egg; + public GGraph anim_bg1; + public GGraph anim_bg; + public GTextField text_num; + public const string URL = "ui://p75o33vzl7wr2"; + + public static com_egg_item CreateInstance() + { + return (com_egg_item)UIPackage.CreateObject("Egg_20", "com_egg_item"); + } + + public override void ConstructFromXML(XML xml) + { + base.ConstructFromXML(xml); + + egg_state = GetControllerAt(0); + egg = (GImage)GetChildAt(1); + anim_bg1 = (GGraph)GetChildAt(2); + anim_bg = (GGraph)GetChildAt(3); + text_num = (GTextField)GetChildAt(5); + } + } +} \ No newline at end of file diff --git a/Assets/Legend/FGUI/package/Egg_20/com_egg_item.cs.meta b/Assets/Legend/FGUI/package/Egg_20/com_egg_item.cs.meta new file mode 100644 index 00000000..6ceeac83 --- /dev/null +++ b/Assets/Legend/FGUI/package/Egg_20/com_egg_item.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 4b4fbfc483d702144a1baac10e345410 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Legend/FGUI/package/ZM_Img_02/com_loadingBg.cs b/Assets/Legend/FGUI/package/ZM_Img_02/com_loadingBg.cs index 57be6acd..08d743e2 100644 --- a/Assets/Legend/FGUI/package/ZM_Img_02/com_loadingBg.cs +++ b/Assets/Legend/FGUI/package/ZM_Img_02/com_loadingBg.cs @@ -8,7 +8,6 @@ namespace FGUI.ZM_Img_02 public partial class com_loadingBg : GComponent { public GImage bg; - public GImage logo; public GGraph bg_parent; public const string URL = "ui://g8449vzzopwg0"; @@ -22,7 +21,6 @@ namespace FGUI.ZM_Img_02 base.ConstructFromXML(xml); bg = (GImage)GetChildAt(0); - logo = (GImage)GetChildAt(1); bg_parent = (GGraph)GetChildAt(2); } } diff --git a/Assets/Legend/FGUI/package/ZM_Lobby_03/ZM_Lobby_03Binder.cs b/Assets/Legend/FGUI/package/ZM_Lobby_03/ZM_Lobby_03Binder.cs index eb2613e3..d02c8613 100644 --- a/Assets/Legend/FGUI/package/ZM_Lobby_03/ZM_Lobby_03Binder.cs +++ b/Assets/Legend/FGUI/package/ZM_Lobby_03/ZM_Lobby_03Binder.cs @@ -9,9 +9,9 @@ namespace FGUI.ZM_Lobby_03 public static void BindAll() { UIObjectFactory.SetPackageItemExtension(btn_task_pass.URL, typeof(btn_task_pass)); + UIObjectFactory.SetPackageItemExtension(btn_egg.URL, typeof(btn_egg)); UIObjectFactory.SetPackageItemExtension(com_first_award.URL, typeof(com_first_award)); UIObjectFactory.SetPackageItemExtension(btn_item_play.URL, typeof(btn_item_play)); - UIObjectFactory.SetPackageItemExtension(head.URL, typeof(head)); UIObjectFactory.SetPackageItemExtension(com_map.URL, typeof(com_map)); UIObjectFactory.SetPackageItemExtension(com_hall.URL, typeof(com_hall)); UIObjectFactory.SetPackageItemExtension(com_payloading.URL, typeof(com_payloading)); diff --git a/Assets/Legend/FGUI/package/ZM_Lobby_03/btn_egg.cs b/Assets/Legend/FGUI/package/ZM_Lobby_03/btn_egg.cs new file mode 100644 index 00000000..4c9ae75b --- /dev/null +++ b/Assets/Legend/FGUI/package/ZM_Lobby_03/btn_egg.cs @@ -0,0 +1,27 @@ +/** This is an automatically generated class by FairyGUI. Please do not modify it. **/ + +using FairyGUI; +using FairyGUI.Utils; + +namespace FGUI.ZM_Lobby_03 +{ + public partial class btn_egg : GButton + { + public GImage time_bg; + public GTextField times; + public const string URL = "ui://gytj501c9qjp2v"; + + public static btn_egg CreateInstance() + { + return (btn_egg)UIPackage.CreateObject("ZM_Lobby_03", "btn_egg"); + } + + public override void ConstructFromXML(XML xml) + { + base.ConstructFromXML(xml); + + time_bg = (GImage)GetChildAt(1); + times = (GTextField)GetChildAt(3); + } + } +} \ No newline at end of file diff --git a/Assets/Legend/FGUI/package/ZM_Lobby_03/btn_egg.cs.meta b/Assets/Legend/FGUI/package/ZM_Lobby_03/btn_egg.cs.meta new file mode 100644 index 00000000..0f182a5e --- /dev/null +++ b/Assets/Legend/FGUI/package/ZM_Lobby_03/btn_egg.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: afbefe420e931e7499e9a5aec3ad7a96 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Legend/FGUI/package/ZM_Lobby_03/btn_item_play.cs b/Assets/Legend/FGUI/package/ZM_Lobby_03/btn_item_play.cs index 858de6e0..2c5b4a0c 100644 --- a/Assets/Legend/FGUI/package/ZM_Lobby_03/btn_item_play.cs +++ b/Assets/Legend/FGUI/package/ZM_Lobby_03/btn_item_play.cs @@ -8,8 +8,7 @@ namespace FGUI.ZM_Lobby_03 public partial class btn_item_play : GButton { public Controller state; - public head com_head; - public GGroup head; + public GGraph anim; public GTextField level; public GTextField level1; public Transition t0; @@ -25,10 +24,9 @@ namespace FGUI.ZM_Lobby_03 base.ConstructFromXML(xml); state = GetControllerAt(0); - com_head = (head)GetChildAt(3); - head = (GGroup)GetChildAt(5); - level = (GTextField)GetChildAt(6); - level1 = (GTextField)GetChildAt(7); + anim = (GGraph)GetChildAt(3); + level = (GTextField)GetChildAt(4); + level1 = (GTextField)GetChildAt(5); t0 = GetTransitionAt(0); } } diff --git a/Assets/Legend/FGUI/package/ZM_Lobby_03/btn_play.cs b/Assets/Legend/FGUI/package/ZM_Lobby_03/btn_play.cs index d41a48fe..aa891cf6 100644 --- a/Assets/Legend/FGUI/package/ZM_Lobby_03/btn_play.cs +++ b/Assets/Legend/FGUI/package/ZM_Lobby_03/btn_play.cs @@ -20,8 +20,8 @@ namespace FGUI.ZM_Lobby_03 { base.ConstructFromXML(xml); - btn_parent = (GGraph)GetChildAt(2); - text_lv = (GTextField)GetChildAt(3); + btn_parent = (GGraph)GetChildAt(1); + text_lv = (GTextField)GetChildAt(2); } } } \ No newline at end of file diff --git a/Assets/Legend/FGUI/package/ZM_Lobby_03/com_hall.cs b/Assets/Legend/FGUI/package/ZM_Lobby_03/com_hall.cs index 71e92cad..987c079c 100644 --- a/Assets/Legend/FGUI/package/ZM_Lobby_03/com_hall.cs +++ b/Assets/Legend/FGUI/package/ZM_Lobby_03/com_hall.cs @@ -9,8 +9,6 @@ namespace FGUI.ZM_Lobby_03 { public Controller state; public GLoader bg_loader; - public btn_item_play btn_play12; - public btn_item_play btn_play11; public btn_item_play btn_play10; public btn_item_play btn_play9; public btn_item_play btn_play8; @@ -41,7 +39,8 @@ namespace FGUI.ZM_Lobby_03 public GButton btn_noads; public GButton btn_record; public GButton btn_restore; - public GGroup panel_2; + public btn_egg btn_egg; + public GGroup top_panel; public GButton btn_chat; public const string URL = "ui://gytj501copwg9"; @@ -56,40 +55,39 @@ namespace FGUI.ZM_Lobby_03 state = GetControllerAt(0); bg_loader = (GLoader)GetChildAt(2); - btn_play12 = (btn_item_play)GetChildAt(3); - btn_play11 = (btn_item_play)GetChildAt(4); - btn_play10 = (btn_item_play)GetChildAt(5); - btn_play9 = (btn_item_play)GetChildAt(6); - btn_play8 = (btn_item_play)GetChildAt(7); - btn_play7 = (btn_item_play)GetChildAt(8); - btn_play6 = (btn_item_play)GetChildAt(9); - btn_play5 = (btn_item_play)GetChildAt(10); - btn_play4 = (btn_item_play)GetChildAt(11); - btn_play3 = (btn_item_play)GetChildAt(12); - btn_play2 = (btn_item_play)GetChildAt(13); - btn_play1 = (btn_item_play)GetChildAt(14); - panel = (GGroup)GetChildAt(15); - btn_setting = (GButton)GetChildAt(17); - bg_parent = (GGraph)GetChildAt(18); - text_name = (GTextField)GetChildAt(20); - btn_head = (GButton)GetChildAt(21); - btn_gold = (GButton)GetChildAt(22); - btn_play = (btn_play)GetChildAt(23); - btn_album = (GButton)GetChildAt(24); - btn_secret = (GButton)GetChildAt(25); - btn_vip = (GButton)GetChildAt(26); - btn_live = (GButton)GetChildAt(27); - btn_wheel = (GButton)GetChildAt(28); - btn_sign = (btn_sign)GetChildAt(29); - btn_shop = (GButton)GetChildAt(30); - btn_pass = (btn_task_pass)GetChildAt(31); - btn_three_day = (GButton)GetChildAt(32); - btn_task = (GButton)GetChildAt(33); - btn_noads = (GButton)GetChildAt(34); - btn_record = (GButton)GetChildAt(35); - btn_restore = (GButton)GetChildAt(36); - panel_2 = (GGroup)GetChildAt(37); - btn_chat = (GButton)GetChildAt(38); + btn_play10 = (btn_item_play)GetChildAt(3); + btn_play9 = (btn_item_play)GetChildAt(4); + btn_play8 = (btn_item_play)GetChildAt(5); + btn_play7 = (btn_item_play)GetChildAt(6); + btn_play6 = (btn_item_play)GetChildAt(7); + btn_play5 = (btn_item_play)GetChildAt(8); + btn_play4 = (btn_item_play)GetChildAt(9); + btn_play3 = (btn_item_play)GetChildAt(10); + btn_play2 = (btn_item_play)GetChildAt(11); + btn_play1 = (btn_item_play)GetChildAt(12); + panel = (GGroup)GetChildAt(13); + btn_setting = (GButton)GetChildAt(15); + bg_parent = (GGraph)GetChildAt(16); + text_name = (GTextField)GetChildAt(18); + btn_head = (GButton)GetChildAt(19); + btn_gold = (GButton)GetChildAt(20); + btn_play = (btn_play)GetChildAt(21); + btn_album = (GButton)GetChildAt(22); + btn_secret = (GButton)GetChildAt(23); + btn_vip = (GButton)GetChildAt(24); + btn_live = (GButton)GetChildAt(25); + btn_wheel = (GButton)GetChildAt(26); + btn_sign = (btn_sign)GetChildAt(27); + btn_shop = (GButton)GetChildAt(28); + btn_pass = (btn_task_pass)GetChildAt(29); + btn_three_day = (GButton)GetChildAt(30); + btn_task = (GButton)GetChildAt(31); + btn_noads = (GButton)GetChildAt(32); + btn_record = (GButton)GetChildAt(33); + btn_restore = (GButton)GetChildAt(34); + btn_egg = (btn_egg)GetChildAt(35); + top_panel = (GGroup)GetChildAt(36); + btn_chat = (GButton)GetChildAt(37); } } } \ No newline at end of file diff --git a/Assets/Legend/FGUI/package/ZM_Lobby_03/head.cs b/Assets/Legend/FGUI/package/ZM_Lobby_03/head.cs deleted file mode 100644 index 3c3ae601..00000000 --- a/Assets/Legend/FGUI/package/ZM_Lobby_03/head.cs +++ /dev/null @@ -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_Lobby_03 -{ - public partial class head : GComponent - { - public GLoader loader; - public const string URL = "ui://gytj501cnq231z"; - - public static head CreateInstance() - { - return (head)UIPackage.CreateObject("ZM_Lobby_03", "head"); - } - - public override void ConstructFromXML(XML xml) - { - base.ConstructFromXML(xml); - - loader = (GLoader)GetChildAt(2); - } - } -} \ No newline at end of file diff --git a/Assets/Legend/FGUI/package/ZM_Sign_06/ZM_Sign_06Binder.cs b/Assets/Legend/FGUI/package/ZM_Sign_06/ZM_Sign_06Binder.cs index 2aad685c..babd92ac 100644 --- a/Assets/Legend/FGUI/package/ZM_Sign_06/ZM_Sign_06Binder.cs +++ b/Assets/Legend/FGUI/package/ZM_Sign_06/ZM_Sign_06Binder.cs @@ -8,6 +8,7 @@ namespace FGUI.ZM_Sign_06 { public static void BindAll() { + UIObjectFactory.SetPackageItemExtension(btn_collect.URL, typeof(btn_collect)); UIObjectFactory.SetPackageItemExtension(com_sign_in.URL, typeof(com_sign_in)); UIObjectFactory.SetPackageItemExtension(btn_sign.URL, typeof(btn_sign)); } diff --git a/Assets/Legend/FGUI/package/ZM_Sign_06/btn_collect.cs b/Assets/Legend/FGUI/package/ZM_Sign_06/btn_collect.cs new file mode 100644 index 00000000..5697c522 --- /dev/null +++ b/Assets/Legend/FGUI/package/ZM_Sign_06/btn_collect.cs @@ -0,0 +1,25 @@ +/** This is an automatically generated class by FairyGUI. Please do not modify it. **/ + +using FairyGUI; +using FairyGUI.Utils; + +namespace FGUI.ZM_Sign_06 +{ + public partial class btn_collect : GButton + { + public Controller state; + public const string URL = "ui://8ihaqs6ipvmy1e"; + + public static btn_collect CreateInstance() + { + return (btn_collect)UIPackage.CreateObject("ZM_Sign_06", "btn_collect"); + } + + public override void ConstructFromXML(XML xml) + { + base.ConstructFromXML(xml); + + state = GetControllerAt(0); + } + } +} \ No newline at end of file diff --git a/Assets/Legend/FGUI/package/ZM_Sign_06/btn_collect.cs.meta b/Assets/Legend/FGUI/package/ZM_Sign_06/btn_collect.cs.meta new file mode 100644 index 00000000..34060583 --- /dev/null +++ b/Assets/Legend/FGUI/package/ZM_Sign_06/btn_collect.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 4ee48ac7966ad2f4592b19e9a5dc29e3 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Legend/FGUI/package/ZM_Sign_06/btn_sign.cs b/Assets/Legend/FGUI/package/ZM_Sign_06/btn_sign.cs index a4185bb0..bb583eb2 100644 --- a/Assets/Legend/FGUI/package/ZM_Sign_06/btn_sign.cs +++ b/Assets/Legend/FGUI/package/ZM_Sign_06/btn_sign.cs @@ -8,10 +8,9 @@ namespace FGUI.ZM_Sign_06 public partial class btn_sign : GButton { public Controller day; + public Controller state; public GTextField reward_num; - public GTextField reward_num7; - public GGraph anim; - public GGraph anim7; + public Transition t0; public const string URL = "ui://8ihaqs6isebxc"; public static btn_sign CreateInstance() @@ -24,10 +23,9 @@ namespace FGUI.ZM_Sign_06 base.ConstructFromXML(xml); day = GetControllerAt(0); - reward_num = (GTextField)GetChildAt(2); - reward_num7 = (GTextField)GetChildAt(6); - anim = (GGraph)GetChildAt(8); - anim7 = (GGraph)GetChildAt(9); + state = GetControllerAt(1); + reward_num = (GTextField)GetChildAt(5); + t0 = GetTransitionAt(0); } } } \ No newline at end of file diff --git a/Assets/Legend/FGUI/package/ZM_Sign_06/com_sign_in.cs b/Assets/Legend/FGUI/package/ZM_Sign_06/com_sign_in.cs index 31fcaec7..6d59fad4 100644 --- a/Assets/Legend/FGUI/package/ZM_Sign_06/com_sign_in.cs +++ b/Assets/Legend/FGUI/package/ZM_Sign_06/com_sign_in.cs @@ -17,7 +17,15 @@ namespace FGUI.ZM_Sign_06 public btn_sign btn_5; public btn_sign btn_6; public btn_sign btn_7; - public GGraph anim; + public btn_sign btn_8; + public btn_sign btn_9; + public btn_sign btn_10; + public btn_sign btn_11; + public btn_sign btn_12; + public btn_sign btn_13; + public btn_sign btn_14; + public btn_sign btn_15; + public btn_collect btn_collect; public const string URL = "ui://8ihaqs6isebxa"; public static com_sign_in CreateInstance() @@ -39,7 +47,15 @@ namespace FGUI.ZM_Sign_06 btn_5 = (btn_sign)GetChildAt(10); btn_6 = (btn_sign)GetChildAt(11); btn_7 = (btn_sign)GetChildAt(12); - anim = (GGraph)GetChildAt(13); + btn_8 = (btn_sign)GetChildAt(13); + btn_9 = (btn_sign)GetChildAt(14); + btn_10 = (btn_sign)GetChildAt(15); + btn_11 = (btn_sign)GetChildAt(16); + btn_12 = (btn_sign)GetChildAt(17); + btn_13 = (btn_sign)GetChildAt(18); + btn_14 = (btn_sign)GetChildAt(19); + btn_15 = (btn_sign)GetChildAt(20); + btn_collect = (btn_collect)GetChildAt(21); } } } \ No newline at end of file diff --git a/Assets/Legend/Manager/FXManager.cs b/Assets/Legend/Manager/FXManager.cs index 1998c487..2fc61a71 100644 --- a/Assets/Legend/Manager/FXManager.cs +++ b/Assets/Legend/Manager/FXManager.cs @@ -179,13 +179,14 @@ fx_win, fx_end_bg, fx_btn_secret, - fx_btn_login, + fx_login_btn, fx_btn_play, fx_btn_vip, fx_btn_album, fx_btn_live, fx_pack_gold, fx_no_ad, + fx_play_button, fx_sign, fx_sign7, fx_three_gift, diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_btn_login/loading_btn.atlas.txt b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_btn_login/loading_btn.atlas.txt deleted file mode 100644 index 2bde2651..00000000 --- a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_btn_login/loading_btn.atlas.txt +++ /dev/null @@ -1,27 +0,0 @@ - -loading_btn.png -size: 723,435 -format: RGBA8888 -filter: Linear,Linear -repeat: none -arrow - rotate: false - xy: 455, 13 - size: 113, 130 - orig: 115, 132 - offset: 1, 1 - index: -1 -bg - rotate: false - xy: 455, 145 - size: 266, 288 - orig: 268, 290 - offset: 1, 1 - index: -1 -light - rotate: true - xy: 2, 2 - size: 431, 451 - orig: 433, 453 - offset: 1, 1 - index: -1 diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_btn_login/loading_btn.json b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_btn_login/loading_btn.json deleted file mode 100644 index 4a82e84f..00000000 --- a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_btn_login/loading_btn.json +++ /dev/null @@ -1 +0,0 @@ -{"skeleton":{"hash":"1fQeAsNyFwQPwbNPordkrokhBHI","spine":"3.8.93","x":-133,"y":-146,"width":268,"height":290,"images":"./images/","audio":"D:/冬季战争_27版/动效/登录页_按钮"},"bones":[{"name":"root"},{"name":"bone","parent":"root","x":-64.93,"y":-4.23},{"name":"bone2","parent":"root","x":1.95,"y":37.63}],"slots":[{"name":"bg","bone":"bone2","attachment":"bg"},{"name":"cut","bone":"root","attachment":"cut"},{"name":"light","bone":"bone","attachment":"light"},{"name":"arrow","bone":"root","attachment":"arrow"}],"skins":[{"name":"default","attachments":{"arrow":{"arrow":{"x":13.5,"y":-6,"width":115,"height":132}},"bg":{"bg":{"x":-0.95,"y":-38.63,"width":268,"height":290}},"cut":{"cut":{"type":"clipping","end":"light","vertexCount":61,"vertices":[2.88,122.59,6.37,122.15,11.46,120.64,15.1,119.15,18.34,117.8,23.47,114.83,93.75,73.03,97.33,70.47,100.79,67.79,103.86,64.46,106.29,61,108.21,57.55,109.87,53.32,110.9,48.97,111.15,45,111.03,39.24,110.29,-46.9,109.89,-50.6,108.69,-55.4,106.79,-60,104.39,-64.3,101.59,-67.6,98.89,-70.3,95.79,-72.6,91.59,-75,86.29,-78.1,19.34,-115.49,13.94,-118.09,7.94,-120.89,3.94,-121.79,-0.36,-121.89,-4.26,-121.39,-9.56,-120.49,-14.36,-118.69,-21.66,-114.59,-30.16,-109.49,-92.13,-72.28,-96.33,-69.48,-99.53,-67.08,-103.03,-62.68,-105.43,-59.48,-107.33,-54.88,-108.73,-51.58,-109.43,-45.58,-109.63,-36.58,-109.43,-28.68,-109.12,41.74,-108.92,47.14,-108.22,52.44,-107.02,57.54,-105.12,61.44,-102.82,65.14,-100.02,68.54,-95.82,71.94,-88.82,76.64,-52.51,96.84,-17.28,116.64,-10.38,119.74,-6.38,121.54,-2.68,122.34,0.12,122.54],"color":"ce3a3aff"}},"light":{"light":{"x":-10.57,"y":10.73,"width":433,"height":453}}}}],"animations":{"animation":{"slots":{"light":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":0.6667,"color":"ffffffff"},{"time":0.7,"color":"ffffff00","curve":"stepped"},{"time":1.1667,"color":"ffffff00"},{"time":1.2,"color":"ffffffff","curve":"stepped"},{"time":1.6667,"color":"ffffffff"},{"time":1.7,"color":"ffffff00"}]}},"bones":{"bone":{"translate":[{"x":-144.69},{"time":0.6667,"x":283.92},{"time":1.2,"x":-164.06},{"time":1.6667,"x":286.85}]},"bone2":{"translate":[{},{"time":0.0667,"x":-5.12},{"time":0.1333,"x":13.18},{"time":0.2,"x":0.73,"y":10.98},{"time":0.2667,"x":17.57,"y":-2.2},{"time":0.3333,"y":-10.25},{"time":0.4}]},"root":{"translate":[{},{"time":0.0667,"x":-5.12},{"time":0.1333,"x":13.18},{"time":0.2,"x":0.73,"y":10.98},{"time":0.2667,"x":17.57,"y":-2.2},{"time":0.3333,"y":-10.25},{"time":0.4}]}}}}} \ No newline at end of file diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_btn_login/loading_btn.png b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_btn_login/loading_btn.png deleted file mode 100644 index 44f2c30d..00000000 Binary files a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_btn_login/loading_btn.png and /dev/null differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_live_pjnnx.ds_store.meta b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg.meta similarity index 67% rename from Assets/Resources/LoveLegendAssets/FGUI/LG_live_pjnnx.ds_store.meta rename to Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg.meta index d1e4cbf1..99723dea 100644 --- a/Assets/Resources/LoveLegendAssets/FGUI/LG_live_pjnnx.ds_store.meta +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg.meta @@ -1,5 +1,6 @@ fileFormatVersion: 2 -guid: 961a843667b9d374fb255b0408a94cd0 +guid: 615c8cf003522774ab1906b343219958 +folderAsset: yes DefaultImporter: externalObjects: {} userData: diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg/egg.atlas.txt b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg/egg.atlas.txt new file mode 100644 index 00000000..35704dd9 --- /dev/null +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg/egg.atlas.txt @@ -0,0 +1,13 @@ + +egg.png +size: 512,512 +format: RGBA8888 +filter: Linear,Linear +repeat: none +egg_jb_light + rotate: false + xy: 2, 2 + size: 393, 391 + orig: 393, 391 + offset: 0, 0 + index: -1 diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/snow.json.meta b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg/egg.atlas.txt.meta similarity index 75% rename from Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/snow.json.meta rename to Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg/egg.atlas.txt.meta index 2598b215..a87e9c7e 100644 --- a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/snow.json.meta +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg/egg.atlas.txt.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: ef8ff1cb087099b469d0c4f53c6f2c73 +guid: b9c486603d20e9b4fa1d0ab8f5454109 TextScriptImporter: externalObjects: {} userData: diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg/egg.json b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg/egg.json new file mode 100644 index 00000000..62a5e208 --- /dev/null +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg/egg.json @@ -0,0 +1 @@ +{"skeleton":{"hash":"tAe5XvwMuu0LjfOj4OuEtKq1+nQ","spine":"3.8.93","x":-196,"y":-248.38,"width":393,"height":391,"images":"./image/","audio":"D:/21 庄园农场类羊了个羊/动画/孵蛋"},"bones":[{"name":"root"},{"name":"jb_light","parent":"root","y":-51.9}],"slots":[{"name":"egg_jb_light","bone":"jb_light","attachment":"egg_jb_light"}],"skins":[{"name":"default","attachments":{"egg_jb_light":{"egg_jb_light":{"x":0.5,"y":-0.97,"width":393,"height":391}}}}],"animations":{"animation":{"bones":{"jb_light":{"rotate":[{},{"time":0.6667,"angle":-86.27},{"time":1.2333,"angle":-178.18},{"time":1.8,"angle":91.99},{"time":2.4}]}}}}} \ No newline at end of file diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_btn_login/loading_btn.json.meta b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg/egg.json.meta similarity index 75% rename from Assets/Resources/LoveLegendAssets/Effect/spine/fx_btn_login/loading_btn.json.meta rename to Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg/egg.json.meta index 4a52aa24..271f522c 100644 --- a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_btn_login/loading_btn.json.meta +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg/egg.json.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: d5b1f94b5192a2846be590144ba86f0c +guid: 17775ced7e695f4419f7512f7c50701e TextScriptImporter: externalObjects: {} userData: diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg/egg.png b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg/egg.png new file mode 100644 index 00000000..4bd93997 Binary files /dev/null and b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg/egg.png differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_End_atlas0_6.png.meta b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg/egg.png.meta similarity index 97% rename from Assets/Resources/LoveLegendAssets/FGUI/LG_End_atlas0_6.png.meta rename to Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg/egg.png.meta index f9125ebb..023e5baf 100644 --- a/Assets/Resources/LoveLegendAssets/FGUI/LG_End_atlas0_6.png.meta +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg/egg.png.meta @@ -1,12 +1,12 @@ fileFormatVersion: 2 -guid: 413a6c4f6071e914ab134afcb118d30a +guid: 746b48b6306a41c4db7bec160ae4b444 TextureImporter: internalIDToNameTable: [] externalObjects: {} serializedVersion: 12 mipmaps: mipMapMode: 0 - enableMipMap: 1 + enableMipMap: 0 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 @@ -72,7 +72,7 @@ TextureImporter: maxTextureSize: 2048 resizeAlgorithm: 0 textureFormat: -1 - textureCompression: 1 + textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/snow_Atlas.asset b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg/egg_Atlas.asset similarity index 70% rename from Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/snow_Atlas.asset rename to Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg/egg_Atlas.asset index 22527067..0efb3784 100644 --- a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/snow_Atlas.asset +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg/egg_Atlas.asset @@ -10,8 +10,8 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: a6b194f808b1af6499c93410e504af42, type: 3} - m_Name: snow_Atlas + m_Name: egg_Atlas m_EditorClassIdentifier: - atlasFile: {fileID: 4900000, guid: 1f1d08de077d8bb47b9b09c8836b6cb0, type: 3} + atlasFile: {fileID: 4900000, guid: b9c486603d20e9b4fa1d0ab8f5454109, type: 3} materials: - - {fileID: 2100000, guid: b277f390e7355094a90ac2005cc20a08, type: 2} + - {fileID: 2100000, guid: 5dcec44b5f7dd6d46b4016ecde115219, type: 2} diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_btn_login/loading_btn_Atlas.asset.meta b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg/egg_Atlas.asset.meta similarity index 79% rename from Assets/Resources/LoveLegendAssets/Effect/spine/fx_btn_login/loading_btn_Atlas.asset.meta rename to Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg/egg_Atlas.asset.meta index 1dfef204..b909d4d8 100644 --- a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_btn_login/loading_btn_Atlas.asset.meta +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg/egg_Atlas.asset.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: c66cb4f7f198bb949b07178f2bdd4e45 +guid: c1d07268f56599647995dec94cec8de2 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_btn_login/loading_btn_Material.mat b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg/egg_Material.mat similarity index 90% rename from Assets/Resources/LoveLegendAssets/Effect/spine/fx_btn_login/loading_btn_Material.mat rename to Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg/egg_Material.mat index 2ea2258a..3e9ad3b7 100644 --- a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_btn_login/loading_btn_Material.mat +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg/egg_Material.mat @@ -7,7 +7,7 @@ Material: m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_Name: loading_btn_Material + m_Name: egg_Material m_Shader: {fileID: 4800000, guid: 1e8a610c9e01c3648bac42585e5fc676, type: 3} m_Parent: {fileID: 0} m_ModifiedSerializedProperties: 0 @@ -26,7 +26,7 @@ Material: serializedVersion: 3 m_TexEnvs: - _MainTex: - m_Texture: {fileID: 2800000, guid: 8e2b2ef49abb76c429625d5001714a05, type: 3} + m_Texture: {fileID: 2800000, guid: 746b48b6306a41c4db7bec160ae4b444, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} m_Ints: [] diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/snow_Material.mat.meta b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg/egg_Material.mat.meta similarity index 79% rename from Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/snow_Material.mat.meta rename to Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg/egg_Material.mat.meta index 3ee06476..6aadf8bd 100644 --- a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/snow_Material.mat.meta +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg/egg_Material.mat.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: b277f390e7355094a90ac2005cc20a08 +guid: 5dcec44b5f7dd6d46b4016ecde115219 NativeFormatImporter: externalObjects: {} mainObjectFileID: 2100000 diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/snow_SkeletonData.asset b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg/egg_SkeletonData.asset similarity index 80% rename from Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/snow_SkeletonData.asset rename to Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg/egg_SkeletonData.asset index 8a6df1cb..3e9c5f99 100644 --- a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/snow_SkeletonData.asset +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg/egg_SkeletonData.asset @@ -10,12 +10,12 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: f1b3b4b945939a54ea0b23d3396115fb, type: 3} - m_Name: snow_SkeletonData + m_Name: egg_SkeletonData m_EditorClassIdentifier: atlasAssets: - - {fileID: 11400000, guid: 897a72b506c713742a231ab1f35d5406, type: 2} + - {fileID: 11400000, guid: c1d07268f56599647995dec94cec8de2, type: 2} scale: 0.01 - skeletonJSON: {fileID: 4900000, guid: ef8ff1cb087099b469d0c4f53c6f2c73, type: 3} + skeletonJSON: {fileID: 4900000, guid: 17775ced7e695f4419f7512f7c50701e, type: 3} isUpgradingBlendModeMaterials: 0 blendModeMaterials: requiresBlendModeMaterials: 0 diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/snow_SkeletonData.asset.meta b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg/egg_SkeletonData.asset.meta similarity index 79% rename from Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/snow_SkeletonData.asset.meta rename to Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg/egg_SkeletonData.asset.meta index 3b871b78..4ccf4232 100644 --- a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/snow_SkeletonData.asset.meta +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg/egg_SkeletonData.asset.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 2d511c97d3df17848adaef0a9a21316c +guid: 84d5c5e80d88bac4abbe77fb325d7bf3 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg/fx_egg.prefab b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg/fx_egg.prefab new file mode 100644 index 00000000..ccbb3157 --- /dev/null +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg/fx_egg.prefab @@ -0,0 +1,123 @@ +%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_egg + 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: 41fdf87037ad84d03a0e22f804bc06c2, 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: 84d5c5e80d88bac4abbe77fb325d7bf3, 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 diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_btn_login/fx_btn_login.prefab.meta b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg/fx_egg.prefab.meta similarity index 74% rename from Assets/Resources/LoveLegendAssets/Effect/spine/fx_btn_login/fx_btn_login.prefab.meta rename to Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg/fx_egg.prefab.meta index 6281c45a..9ee76c50 100644 --- a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_btn_login/fx_btn_login.prefab.meta +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg/fx_egg.prefab.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 5a37e0daf7343054da3c5d91a449acae +guid: 2d3df6670de0bb24ebadffa2ed4b95b1 PrefabImporter: externalObjects: {} userData: diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg_light.meta b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg_light.meta new file mode 100644 index 00000000..07cd772c --- /dev/null +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg_light.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f39df2571a8de91449daf1d5e7ad9c31 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg_light/egg_light.atlas.txt b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg_light/egg_light.atlas.txt new file mode 100644 index 00000000..f6dc1256 --- /dev/null +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg_light/egg_light.atlas.txt @@ -0,0 +1,27 @@ + +egg_light.png +size: 1024,512 +format: RGBA8888 +filter: Linear,Linear +repeat: none +egg01 + rotate: false + xy: 424, 88 + size: 272, 334 + orig: 272, 334 + offset: 0, 0 + index: -1 +egg02 + rotate: false + xy: 698, 88 + size: 272, 334 + orig: 272, 334 + offset: 0, 0 + index: -1 +egg_light + rotate: false + xy: 2, 2 + size: 420, 420 + orig: 420, 420 + offset: 0, 0 + index: -1 diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/snow.atlas.txt.meta b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg_light/egg_light.atlas.txt.meta similarity index 75% rename from Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/snow.atlas.txt.meta rename to Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg_light/egg_light.atlas.txt.meta index 9caec29f..1233d17f 100644 --- a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/snow.atlas.txt.meta +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg_light/egg_light.atlas.txt.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 1f1d08de077d8bb47b9b09c8836b6cb0 +guid: 9947376a58f0c6b4ab1779c21ad3f07e TextScriptImporter: externalObjects: {} userData: diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg_light/egg_light.json b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg_light/egg_light.json new file mode 100644 index 00000000..68c31531 --- /dev/null +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg_light/egg_light.json @@ -0,0 +1 @@ +{"skeleton":{"hash":"NYPc/Fz4Ex5GfxTb0wPTgdtL/DI","spine":"3.8.93","x":-210,"y":-217.27,"width":420,"height":420,"images":"./image/","audio":"D:/21 庄园农场类羊了个羊/动画/孵蛋"},"bones":[{"name":"root"},{"name":"egg","parent":"root","length":322.93,"rotation":89.58,"x":1.86,"y":-156.86},{"name":"egg_lght","parent":"root","y":50.87}],"slots":[{"name":"egg01","bone":"egg","attachment":"egg01"},{"name":"egg02","bone":"egg","attachment":"egg02"},{"name":"egg_light","bone":"egg_lght","attachment":"egg_light"}],"skins":[{"name":"default","attachments":{"egg01":{"egg01":{"x":156.84,"y":3.02,"rotation":-89.58,"width":272,"height":334}},"egg02":{"egg02":{"x":156.84,"y":3.02,"rotation":-89.58,"width":272,"height":334}},"egg_light":{"egg_light":{"y":-58.14,"width":420,"height":420}}}}],"animations":{"animation":{"slots":{"egg01":{"attachment":[{"time":1.2667,"name":null}]},"egg02":{"attachment":[{"name":null},{"time":1.2667,"name":"egg02"},{"time":2.4333,"name":null}]},"egg_light":{"color":[{"time":2.2,"color":"ffffffe5","curve":0.25,"c3":0.75},{"time":2.4,"color":"ffffffff","curve":"stepped"},{"time":2.4333,"color":"ffffffff","curve":0.25,"c3":0.75},{"time":2.6667,"color":"ffffff00"}],"attachment":[{"name":null},{"time":2.2,"name":"egg_light"}]}},"bones":{"egg":{"rotate":[{},{"time":0.1,"angle":10.99,"curve":0.25,"c3":0.75},{"time":0.3,"angle":-8.67,"curve":0.25,"c3":0.75},{"time":0.5333,"angle":7.26,"curve":0.25,"c3":0.75},{"time":0.7333,"angle":-5.72,"curve":0.25,"c3":0.75},{"time":0.8333,"curve":"stepped"},{"time":1.1333,"curve":0.25,"c3":0.75},{"time":1.2667,"angle":10.29,"curve":0.25,"c3":0.75},{"time":1.4,"curve":"stepped"},{"time":1.9333,"curve":0.25,"c3":0.75},{"time":2.0667,"angle":10.29,"curve":0.25,"c3":0.75},{"time":2.2}],"translate":[{"time":1.1333,"curve":0.25,"c3":0.75},{"time":1.2667,"y":85.49,"curve":0.25,"c3":0.75},{"time":1.4,"curve":"stepped"},{"time":1.4667,"curve":0.25,"c3":0.75},{"time":1.5333,"y":11.35,"curve":0.25,"c3":0.75},{"time":1.6,"curve":"stepped"},{"time":1.9333,"curve":0.25,"c3":0.75},{"time":2.0667,"y":105.54,"curve":0.25,"c3":0.75},{"time":2.2,"curve":"stepped"},{"time":2.2667,"curve":0.25,"c3":0.75},{"time":2.3333,"y":11.35},{"time":2.4}],"scale":[{"time":1,"curve":0.25,"c3":0.75},{"time":1.1333,"x":0.833,"curve":0.25,"c3":0.75},{"time":1.4,"curve":0.25,"c3":0.75},{"time":1.4667,"x":0.935,"curve":0.25,"c3":0.75},{"time":1.6,"curve":"stepped"},{"time":1.8,"curve":0.25,"c3":0.75},{"time":1.9333,"x":0.786,"curve":0.25,"c3":0.75},{"time":2.2,"curve":0.25,"c3":0.75},{"time":2.2667,"x":0.935,"curve":0.25,"c3":0.75},{"time":2.4}]},"egg_lght":{"translate":[{"time":2.2,"curve":0.25,"c3":0.75},{"time":2.4,"y":24.91,"curve":"stepped"},{"time":2.4333,"y":24.91,"curve":0.25,"c3":0.75},{"time":2.6667,"y":-48.16}],"scale":[{"time":2.1667,"curve":0.25,"c3":0.75},{"time":2.2,"x":0.509,"y":0.509,"curve":0.25,"c3":0.75},{"time":2.4,"x":1.453,"y":1.453,"curve":"stepped"},{"time":2.4333,"x":1.453,"y":1.453,"curve":0.25,"c3":0.75},{"time":2.6667,"x":1.167,"y":1.167}]}}}}} \ No newline at end of file diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_btn_login/loading_btn.atlas.txt.meta b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg_light/egg_light.json.meta similarity index 75% rename from Assets/Resources/LoveLegendAssets/Effect/spine/fx_btn_login/loading_btn.atlas.txt.meta rename to Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg_light/egg_light.json.meta index 77671da6..4e01cf00 100644 --- a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_btn_login/loading_btn.atlas.txt.meta +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg_light/egg_light.json.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: a6f9197f68be6844c9fb6c082f873ed5 +guid: 037650627389d4940936e0bfe66bb070 TextScriptImporter: externalObjects: {} userData: diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg_light/egg_light.png b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg_light/egg_light.png new file mode 100644 index 00000000..fd6d0d6b Binary files /dev/null and b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg_light/egg_light.png differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_secretAlbums_atlas0_1.png.meta b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg_light/egg_light.png.meta similarity index 97% rename from Assets/Resources/LoveLegendAssets/FGUI/LG_secretAlbums_atlas0_1.png.meta rename to Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg_light/egg_light.png.meta index 1b583d4a..8837639a 100644 --- a/Assets/Resources/LoveLegendAssets/FGUI/LG_secretAlbums_atlas0_1.png.meta +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg_light/egg_light.png.meta @@ -1,12 +1,12 @@ fileFormatVersion: 2 -guid: 88310eda52e60b444b90bb7f1374c71b +guid: 48e98666ac74055478265e9a15ce9989 TextureImporter: internalIDToNameTable: [] externalObjects: {} serializedVersion: 12 mipmaps: mipMapMode: 0 - enableMipMap: 1 + enableMipMap: 0 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 @@ -72,7 +72,7 @@ TextureImporter: maxTextureSize: 2048 resizeAlgorithm: 0 textureFormat: -1 - textureCompression: 1 + textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_btn_login/loading_btn_Atlas.asset b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg_light/egg_light_Atlas.asset similarity index 69% rename from Assets/Resources/LoveLegendAssets/Effect/spine/fx_btn_login/loading_btn_Atlas.asset rename to Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg_light/egg_light_Atlas.asset index d8b89ed7..add1007f 100644 --- a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_btn_login/loading_btn_Atlas.asset +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg_light/egg_light_Atlas.asset @@ -10,8 +10,8 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: a6b194f808b1af6499c93410e504af42, type: 3} - m_Name: loading_btn_Atlas + m_Name: egg_light_Atlas m_EditorClassIdentifier: - atlasFile: {fileID: 4900000, guid: a6f9197f68be6844c9fb6c082f873ed5, type: 3} + atlasFile: {fileID: 4900000, guid: 9947376a58f0c6b4ab1779c21ad3f07e, type: 3} materials: - - {fileID: 2100000, guid: 37494650fde9dd44098dc9366e15ae83, type: 2} + - {fileID: 2100000, guid: ab13a875f22d2d344bec844394c79bf5, type: 2} diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_btn_login/loading_btn_SkeletonData.asset.meta b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg_light/egg_light_Atlas.asset.meta similarity index 79% rename from Assets/Resources/LoveLegendAssets/Effect/spine/fx_btn_login/loading_btn_SkeletonData.asset.meta rename to Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg_light/egg_light_Atlas.asset.meta index 45056786..faf013c5 100644 --- a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_btn_login/loading_btn_SkeletonData.asset.meta +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg_light/egg_light_Atlas.asset.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 90490c3633d38bd45b4cef8948586809 +guid: c12e7ced92c598d48a65f68a5330183f NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg_light/egg_light_Material.mat b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg_light/egg_light_Material.mat new file mode 100644 index 00000000..1bf8bb41 --- /dev/null +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg_light/egg_light_Material.mat @@ -0,0 +1,46 @@ +%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: egg_light_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: 48e98666ac74055478265e9a15ce9989, 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: [] diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_btn_login/loading_btn_Material.mat.meta b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg_light/egg_light_Material.mat.meta similarity index 79% rename from Assets/Resources/LoveLegendAssets/Effect/spine/fx_btn_login/loading_btn_Material.mat.meta rename to Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg_light/egg_light_Material.mat.meta index ad3deda9..5ab6a15c 100644 --- a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_btn_login/loading_btn_Material.mat.meta +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg_light/egg_light_Material.mat.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 37494650fde9dd44098dc9366e15ae83 +guid: ab13a875f22d2d344bec844394c79bf5 NativeFormatImporter: externalObjects: {} mainObjectFileID: 2100000 diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_btn_login/loading_btn_SkeletonData.asset b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg_light/egg_light_SkeletonData.asset similarity index 80% rename from Assets/Resources/LoveLegendAssets/Effect/spine/fx_btn_login/loading_btn_SkeletonData.asset rename to Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg_light/egg_light_SkeletonData.asset index b1d08026..cb8ac976 100644 --- a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_btn_login/loading_btn_SkeletonData.asset +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg_light/egg_light_SkeletonData.asset @@ -10,12 +10,12 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: f1b3b4b945939a54ea0b23d3396115fb, type: 3} - m_Name: loading_btn_SkeletonData + m_Name: egg_light_SkeletonData m_EditorClassIdentifier: atlasAssets: - - {fileID: 11400000, guid: c66cb4f7f198bb949b07178f2bdd4e45, type: 2} + - {fileID: 11400000, guid: c12e7ced92c598d48a65f68a5330183f, type: 2} scale: 0.01 - skeletonJSON: {fileID: 4900000, guid: d5b1f94b5192a2846be590144ba86f0c, type: 3} + skeletonJSON: {fileID: 4900000, guid: 037650627389d4940936e0bfe66bb070, type: 3} isUpgradingBlendModeMaterials: 0 blendModeMaterials: requiresBlendModeMaterials: 0 diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/snow_Atlas.asset.meta b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg_light/egg_light_SkeletonData.asset.meta similarity index 79% rename from Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/snow_Atlas.asset.meta rename to Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg_light/egg_light_SkeletonData.asset.meta index c805b4dc..98dbd68c 100644 --- a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/snow_Atlas.asset.meta +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg_light/egg_light_SkeletonData.asset.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 897a72b506c713742a231ab1f35d5406 +guid: 7f860d614e34b284db1dea67d635e2c1 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg_light/fx_egg_light.prefab b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg_light/fx_egg_light.prefab new file mode 100644 index 00000000..66e8ac64 --- /dev/null +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg_light/fx_egg_light.prefab @@ -0,0 +1,125 @@ +%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_egg_light + 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: 7f860d614e34b284db1dea67d635e2c1, 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 diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg_light/fx_egg_light.prefab.meta b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg_light/fx_egg_light.prefab.meta new file mode 100644 index 00000000..b1f72a57 --- /dev/null +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_egg_light/fx_egg_light.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 365a2b41cfda23348b7ff7e9480ef442 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/dly_light.atlas.txt b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/dly_light.atlas.txt new file mode 100644 index 00000000..4f930e8e --- /dev/null +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/dly_light.atlas.txt @@ -0,0 +1,20 @@ + +dly_light.png +size: 1340,687 +format: RGBA8888 +filter: Linear,Linear +repeat: none +guang11 + rotate: false + xy: 2, 2 + size: 1024, 683 + orig: 1024, 683 + offset: 0, 0 + index: -1 +y1 + rotate: true + xy: 1028, 366 + size: 319, 310 + orig: 321, 312 + offset: 1, 1 + index: -1 diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/dly_light.atlas.txt.meta b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/dly_light.atlas.txt.meta new file mode 100644 index 00000000..90d30319 --- /dev/null +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/dly_light.atlas.txt.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 4cde9179d70e1814e85a41ad90b662af +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/dly_light.json b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/dly_light.json new file mode 100644 index 00000000..3f5d3f38 --- /dev/null +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/dly_light.json @@ -0,0 +1 @@ +{"skeleton":{"hash":"AfVbYSVifcQs8FV25KKbghflV14","spine":"3.8.93","x":-867.15,"y":-587.66,"width":2627.62,"height":2808.34,"images":"./image/","audio":""},"bones":[{"name":"root"},{"name":"light","parent":"root","length":144.43,"rotation":-132.47,"x":724.89,"y":1196.06,"scaleX":1.0752,"scaleY":-1.0952},{"name":"y1","parent":"root","x":235.96,"y":-159.99,"scaleX":0.9393,"scaleY":0.9393},{"name":"y2","parent":"root","x":140.12,"y":-263.98,"scaleX":-1}],"slots":[{"name":"y1","bone":"y1","attachment":"y1"},{"name":"y2","bone":"y2","attachment":"y1"},{"name":"guang11","bone":"light","attachment":"guang11","blend":"screen"}],"skins":[{"name":"default","attachments":{"guang11":{"guang11":{"x":435.11,"y":-46.63,"scaleX":2.1062,"scaleY":-2.1062,"rotation":-6.71,"width":1024,"height":683}},"y1":{"y1":{"x":6.19,"y":50.41,"width":321,"height":312}},"y2":{"y1":{"x":6.19,"y":50.41,"width":321,"height":312}}}}],"animations":{"animation":{"slots":{"guang11":{"color":[{"color":"ffffff00"},{"time":1.7667,"color":"ffffffff","curve":"stepped"},{"time":2.3333,"color":"ffffffff"},{"time":4.8333,"color":"ffffff00"}]},"y1":{"color":[{"color":"ffffff00","curve":"stepped"},{"time":1.6667,"color":"ffffff00"},{"time":2.1667,"color":"ffffffff","curve":"stepped"},{"time":2.6667,"color":"ffffffff"},{"time":3.7333,"color":"ffffff00"}]},"y2":{"color":[{"color":"ffffff00","curve":"stepped"},{"time":1.8667,"color":"ffffff00"},{"time":2.3667,"color":"ffffffff","curve":"stepped"},{"time":3,"color":"ffffffff"},{"time":3.9,"color":"ffffff00"}]}},"bones":{"light":{"rotate":[{"angle":27},{"time":4.8333,"angle":-23.93}]},"y1":{"translate":[{"time":1.6667,"y":-71},{"time":3.7333,"y":77.81}],"scale":[{"time":1.6667,"x":0.468,"y":0.702},{"time":3.7333,"x":1.133,"y":1.133}]},"y2":{"translate":[{"time":1.8667,"y":-71},{"time":3.9,"y":106.35}],"scale":[{"time":1.8667,"x":0.468,"y":0.702},{"time":3.9,"x":1.133,"y":1.133}]}}}}} \ No newline at end of file diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/dly_light.json.meta b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/dly_light.json.meta new file mode 100644 index 00000000..c09d4c03 --- /dev/null +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/dly_light.json.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 9ea01c30645a0ff4c9bab16fc711cc42 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/dly_light.png b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/dly_light.png new file mode 100644 index 00000000..b3c15892 Binary files /dev/null and b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/dly_light.png differ diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_btn_login/loading_btn.png.meta b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/dly_light.png.meta similarity index 89% rename from Assets/Resources/LoveLegendAssets/Effect/spine/fx_btn_login/loading_btn.png.meta rename to Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/dly_light.png.meta index 76db8f9f..9fe65611 100644 --- a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_btn_login/loading_btn.png.meta +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/dly_light.png.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 8e2b2ef49abb76c429625d5001714a05 +guid: 062f4dde51ff22b4498f09123c1c3895 TextureImporter: internalIDToNameTable: [] externalObjects: {} @@ -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 diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/dly_light_Atlas.asset b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/dly_light_Atlas.asset new file mode 100644 index 00000000..56e448df --- /dev/null +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/dly_light_Atlas.asset @@ -0,0 +1,17 @@ +%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: dly_light_Atlas + m_EditorClassIdentifier: + atlasFile: {fileID: 4900000, guid: 4cde9179d70e1814e85a41ad90b662af, type: 3} + materials: + - {fileID: 2100000, guid: d748ac0020d87f5418d27ac62eb38b22, type: 2} diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/dly_light_Atlas.asset.meta b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/dly_light_Atlas.asset.meta new file mode 100644 index 00000000..ffd3439f --- /dev/null +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/dly_light_Atlas.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5f734e4b7ae1dcf4cbc640df056c831c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/dly_light_Material-Screen.mat b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/dly_light_Material-Screen.mat new file mode 100644 index 00000000..9f121293 --- /dev/null +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/dly_light_Material-Screen.mat @@ -0,0 +1,53 @@ +%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: dly_light_Material-Screen + m_Shader: {fileID: 4800000, guid: 4e8caa36c07aacf4ab270da00784e4d9, 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: + - : + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 062f4dde51ff22b4498f09123c1c3895, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - : 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: + - : {r: 0, g: 2.018574, b: 1e-45, a: 0.000007121922} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _OutlineColor: {r: 1, g: 1, b: 0, a: 1} + m_BuildTextureStacks: [] diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/dly_light_Material-Screen.mat.meta b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/dly_light_Material-Screen.mat.meta new file mode 100644 index 00000000..c550efa6 --- /dev/null +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/dly_light_Material-Screen.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0e21dfcae29954a46a9d2287f3790fb5 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/dly_light_Material.mat b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/dly_light_Material.mat new file mode 100644 index 00000000..99c4dcfb --- /dev/null +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/dly_light_Material.mat @@ -0,0 +1,46 @@ +%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: dly_light_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: 062f4dde51ff22b4498f09123c1c3895, 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: [] diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/dly_light_Material.mat.meta b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/dly_light_Material.mat.meta new file mode 100644 index 00000000..6760b188 --- /dev/null +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/dly_light_Material.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d748ac0020d87f5418d27ac62eb38b22 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/dly_light_SkeletonData.asset b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/dly_light_SkeletonData.asset new file mode 100644 index 00000000..e5fa7174 --- /dev/null +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/dly_light_SkeletonData.asset @@ -0,0 +1,33 @@ +%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: dly_light_SkeletonData + m_EditorClassIdentifier: + atlasAssets: + - {fileID: 11400000, guid: 5f734e4b7ae1dcf4cbc640df056c831c, type: 2} + scale: 0.01 + skeletonJSON: {fileID: 4900000, guid: 9ea01c30645a0ff4c9bab16fc711cc42, type: 3} + isUpgradingBlendModeMaterials: 0 + blendModeMaterials: + requiresBlendModeMaterials: 1 + applyAdditiveMaterial: 0 + additiveMaterials: [] + multiplyMaterials: [] + screenMaterials: + - pageName: dly_light.png + material: {fileID: 2100000, guid: 0e21dfcae29954a46a9d2287f3790fb5, type: 2} + skeletonDataModifiers: [] + fromAnimation: [] + toAnimation: [] + duration: [] + defaultMix: 0.2 + controller: {fileID: 0} diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/dly_light_SkeletonData.asset.meta b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/dly_light_SkeletonData.asset.meta new file mode 100644 index 00000000..8e2f4417 --- /dev/null +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/dly_light_SkeletonData.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: fe16e89c668e2774197022ecbed2371e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/fx_login.prefab b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/fx_login.prefab index b8508250..1bd4ea9b 100644 --- a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/fx_login.prefab +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/fx_login.prefab @@ -62,8 +62,8 @@ MeshRenderer: m_RenderingLayerMask: 1 m_RendererPriority: 0 m_Materials: - - {fileID: 2100000, guid: b86e37603f63d4b27bc19c5f8962b972, type: 2} - - {fileID: 2100000, guid: 6dbfef706824749ba912f84dd11009fa, type: 2} + - {fileID: 2100000, guid: d748ac0020d87f5418d27ac62eb38b22, type: 2} + - {fileID: 2100000, guid: 0e21dfcae29954a46a9d2287f3790fb5, type: 2} m_StaticBatchInfo: firstSubMesh: 0 subMeshCount: 0 @@ -97,7 +97,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: d247ba06193faa74d9335f5481b2b56c, type: 3} m_Name: m_EditorClassIdentifier: - skeletonDataAsset: {fileID: 11400000, guid: 2d511c97d3df17848adaef0a9a21316c, type: 2} + skeletonDataAsset: {fileID: 11400000, guid: fe16e89c668e2774197022ecbed2371e, type: 2} initialSkinName: initialFlipX: 0 initialFlipY: 0 diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/snow.atlas.txt b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/snow.atlas.txt deleted file mode 100644 index 1baa73f5..00000000 --- a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/snow.atlas.txt +++ /dev/null @@ -1,27 +0,0 @@ - -snow.png -size: 42,29 -format: RGBA8888 -filter: Linear,Linear -repeat: none -snow2 - rotate: true - xy: 2, 2 - size: 25, 27 - orig: 25, 27 - offset: 0, 0 - index: -1 -snow3 - rotate: false - xy: 31, 17 - size: 9, 10 - orig: 9, 10 - offset: 0, 0 - index: -1 -snow4 - rotate: false - xy: 31, 5 - size: 8, 10 - orig: 8, 10 - offset: 0, 0 - index: -1 diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/snow.json b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/snow.json deleted file mode 100644 index b51eec23..00000000 --- a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/snow.json +++ /dev/null @@ -1 +0,0 @@ -{"skeleton":{"hash":"QO3nSDIn1S1zmhnMlc63lmFcSjg","spine":"3.8.93","x":-502.25,"y":1284.44,"width":1157.88,"height":201.03,"images":"./images/","audio":""},"bones":[{"name":"root"},{"name":"bone4","parent":"root","length":250.33,"x":-52.97,"y":1531.69},{"name":"bone","parent":"bone4","x":156.62,"y":-146.74,"scaleY":-1},{"name":"snow21","parent":"bone","x":0.17,"y":-1384.95},{"name":"snow15","parent":"bone","x":0.17,"y":-1384.95},{"name":"snow11","parent":"bone","x":0.17,"y":-1384.95},{"name":"snow2","parent":"bone","x":0.17,"y":-1384.95},{"name":"bone2","parent":"bone4","x":-281.38,"y":-146.74},{"name":"snow20","parent":"bone2","x":0.17,"y":-1384.95},{"name":"snow16","parent":"bone2","x":0.17,"y":-1384.95},{"name":"snow12","parent":"bone2","x":0.17,"y":-1384.95},{"name":"snow5","parent":"bone2","x":0.17,"y":-1384.95},{"name":"bone3","parent":"bone4","x":588.62,"y":-146.74},{"name":"snow23","parent":"bone3","x":0.17,"y":-1384.95},{"name":"snow24","parent":"bone3","x":0.17,"y":-1384.95},{"name":"snow13","parent":"bone3","x":0.17,"y":-1384.95},{"name":"snow6","parent":"bone3","x":0.17,"y":-1384.95},{"name":"bone5","parent":"root","length":250.33,"x":-52.97,"y":1531.69},{"name":"bone6","parent":"bone5","x":156.62,"y":-146.74,"scaleY":-1},{"name":"snow25","parent":"bone6","x":0.17,"y":-1384.95},{"name":"snow26","parent":"bone6","x":0.17,"y":-1384.95},{"name":"snow14","parent":"bone6","x":0.17,"y":-1384.95},{"name":"snow9","parent":"bone6","x":0.17,"y":-1384.95},{"name":"bone7","parent":"bone5","x":-281.38,"y":-146.74},{"name":"snow28","parent":"bone7","x":0.17,"y":-1384.95},{"name":"snow29","parent":"bone7","x":0.17,"y":-1384.95},{"name":"snow30","parent":"bone7","x":0.17,"y":-1384.95},{"name":"snow10","parent":"bone7","x":0.17,"y":-1384.95},{"name":"bone8","parent":"bone5","x":588.62,"y":-146.74},{"name":"snow32","parent":"bone8","x":0.17,"y":-1384.95},{"name":"snow34","parent":"bone8","x":0.17,"y":-1384.95},{"name":"snow35","parent":"bone8","x":0.17,"y":-1384.95},{"name":"snow36","parent":"bone8","x":0.17,"y":-1384.95},{"name":"bone9","parent":"root","length":250.33,"x":-52.97,"y":1531.69},{"name":"bone10","parent":"bone9","x":156.62,"y":-146.74,"scaleY":-1},{"name":"snow39","parent":"bone10","x":0.17,"y":-1384.95},{"name":"snow40","parent":"bone10","x":0.17,"y":-1384.95},{"name":"snow41","parent":"bone10","x":0.17,"y":-1384.95},{"name":"snow42","parent":"bone10","x":0.17,"y":-1384.95},{"name":"snow43","parent":"bone10","x":0.17,"y":-1384.95},{"name":"bone11","parent":"bone9","x":-281.38,"y":-146.74},{"name":"snow44","parent":"bone11","x":0.17,"y":-1384.95},{"name":"snow46","parent":"bone11","x":0.17,"y":-1384.95},{"name":"snow47","parent":"bone11","x":0.17,"y":-1384.95},{"name":"snow48","parent":"bone11","x":0.17,"y":-1384.95},{"name":"snow49","parent":"bone11","x":0.17,"y":-1384.95},{"name":"bone12","parent":"bone9","x":588.62,"y":-146.74},{"name":"snow50","parent":"bone12","x":0.17,"y":-1384.95},{"name":"snow51","parent":"bone12","x":0.17,"y":-1384.95},{"name":"snow53","parent":"bone12","x":0.17,"y":-1384.95},{"name":"snow54","parent":"bone12","x":0.17,"y":-1384.95},{"name":"snow55","parent":"bone12","x":0.17,"y":-1384.95},{"name":"bone13","parent":"root","length":250.33,"x":-52.97,"y":1531.69},{"name":"bone14","parent":"bone13","x":156.62,"y":-146.74,"scaleY":-1},{"name":"snow56","parent":"bone14","x":0.17,"y":-1384.95},{"name":"snow57","parent":"bone14","x":0.17,"y":-1384.95},{"name":"snow58","parent":"bone14","x":0.17,"y":-1384.95},{"name":"snow59","parent":"bone14","x":0.17,"y":-1384.95},{"name":"snow60","parent":"bone14","x":0.17,"y":-1384.95},{"name":"snow61","parent":"bone14","x":0.17,"y":-1384.95},{"name":"bone15","parent":"bone13","x":-281.38,"y":-146.74},{"name":"snow62","parent":"bone15","x":0.17,"y":-1384.95},{"name":"snow63","parent":"bone15","x":0.17,"y":-1384.95},{"name":"snow64","parent":"bone15","x":0.17,"y":-1384.95},{"name":"snow65","parent":"bone15","x":0.17,"y":-1384.95},{"name":"snow66","parent":"bone15","x":0.17,"y":-1384.95},{"name":"snow67","parent":"bone15","x":0.17,"y":-1384.95},{"name":"bone16","parent":"bone13","x":588.62,"y":-146.74},{"name":"snow68","parent":"bone16","x":0.17,"y":-1384.95},{"name":"snow69","parent":"bone16","x":0.17,"y":-1384.95},{"name":"snow70","parent":"bone16","x":0.17,"y":-1384.95},{"name":"snow71","parent":"bone16","x":0.17,"y":-1384.95},{"name":"snow72","parent":"bone16","x":0.17,"y":-1384.95},{"name":"snow73","parent":"bone16","x":0.17,"y":-1384.95},{"name":"bone17","parent":"root","length":250.33,"x":-52.97,"y":1531.69},{"name":"bone18","parent":"bone17","x":156.62,"y":-146.74,"scaleY":-1},{"name":"snow75","parent":"bone18","x":0.17,"y":-1384.95},{"name":"snow76","parent":"bone18","x":0.17,"y":-1384.95},{"name":"snow77","parent":"bone18","x":0.17,"y":-1384.95},{"name":"snow78","parent":"bone18","x":0.17,"y":-1384.95},{"name":"bone19","parent":"bone17","x":-281.38,"y":-146.74},{"name":"snow80","parent":"bone19","x":0.17,"y":-1384.95},{"name":"snow81","parent":"bone19","x":0.17,"y":-1384.95},{"name":"snow83","parent":"bone19","x":0.17,"y":-1384.95},{"name":"snow84","parent":"bone19","x":0.17,"y":-1384.95},{"name":"bone20","parent":"bone17","x":588.62,"y":-146.74},{"name":"snow86","parent":"bone20","x":0.17,"y":-1384.95},{"name":"snow87","parent":"bone20","x":0.17,"y":-1384.95},{"name":"snow88","parent":"bone20","x":0.17,"y":-1384.95},{"name":"snow89","parent":"bone20","x":0.17,"y":-1384.95},{"name":"snow91","parent":"bone20","x":0.17,"y":-1384.95},{"name":"bone21","parent":"root","length":250.33,"x":-52.97,"y":1531.69},{"name":"bone22","parent":"bone21","x":156.62,"y":-146.74,"scaleY":-1},{"name":"snow92","parent":"bone22","x":0.17,"y":-1384.95},{"name":"snow93","parent":"bone22","x":0.17,"y":-1384.95},{"name":"snow94","parent":"bone22","x":0.17,"y":-1384.95},{"name":"snow96","parent":"bone22","x":0.17,"y":-1384.95},{"name":"bone23","parent":"bone21","x":-281.38,"y":-146.74},{"name":"snow98","parent":"bone23","x":0.17,"y":-1384.95},{"name":"snow99","parent":"bone23","x":0.17,"y":-1384.95},{"name":"snow102","parent":"bone23","x":0.17,"y":-1384.95},{"name":"snow103","parent":"bone23","x":0.17,"y":-1384.95},{"name":"bone24","parent":"bone21","x":588.62,"y":-146.74},{"name":"snow104","parent":"bone24","x":0.17,"y":-1384.95},{"name":"snow105","parent":"bone24","x":0.17,"y":-1384.95},{"name":"snow106","parent":"bone24","x":0.17,"y":-1384.95},{"name":"snow107","parent":"bone24","x":0.17,"y":-1384.95},{"name":"bone25","parent":"root","length":250.33,"x":-52.97,"y":1531.69},{"name":"bone26","parent":"bone25","x":156.62,"y":-146.74,"scaleY":-1},{"name":"snow110","parent":"bone26","x":0.17,"y":-1384.95},{"name":"snow112","parent":"bone26","x":0.17,"y":-1384.95},{"name":"snow114","parent":"bone26","x":0.17,"y":-1384.95},{"name":"snow115","parent":"bone26","x":0.17,"y":-1384.95},{"name":"bone27","parent":"bone25","x":-281.38,"y":-146.74},{"name":"snow116","parent":"bone27","x":0.17,"y":-1384.95},{"name":"snow117","parent":"bone27","x":0.17,"y":-1384.95},{"name":"snow119","parent":"bone27","x":0.17,"y":-1384.95},{"name":"snow121","parent":"bone27","x":0.17,"y":-1384.95},{"name":"bone28","parent":"bone25","x":588.62,"y":-146.74},{"name":"snow122","parent":"bone28","x":0.17,"y":-1384.95},{"name":"snow123","parent":"bone28","x":0.17,"y":-1384.95},{"name":"snow125","parent":"bone28","x":0.17,"y":-1384.95},{"name":"snow126","parent":"bone28","x":0.17,"y":-1384.95},{"name":"bone29","parent":"root","length":250.33,"x":-52.97,"y":1531.69},{"name":"bone30","parent":"bone29","x":156.62,"y":-146.74,"scaleY":-1},{"name":"snow128","parent":"bone30","x":0.17,"y":-1384.95},{"name":"snow129","parent":"bone30","x":0.17,"y":-1384.95},{"name":"snow130","parent":"bone30","x":0.17,"y":-1384.95},{"name":"snow132","parent":"bone30","x":0.17,"y":-1384.95},{"name":"snow133","parent":"bone30","x":0.17,"y":-1384.95},{"name":"bone31","parent":"bone29","x":-281.38,"y":-146.74},{"name":"snow135","parent":"bone31","x":0.17,"y":-1384.95},{"name":"snow136","parent":"bone31","x":0.17,"y":-1384.95},{"name":"snow137","parent":"bone31","x":0.17,"y":-1384.95},{"name":"snow138","parent":"bone31","x":0.17,"y":-1384.95},{"name":"bone32","parent":"bone29","x":588.62,"y":-146.74},{"name":"snow140","parent":"bone32","x":0.17,"y":-1384.95},{"name":"snow141","parent":"bone32","x":0.17,"y":-1384.95},{"name":"snow142","parent":"bone32","x":0.17,"y":-1384.95},{"name":"snow144","parent":"bone32","x":0.17,"y":-1384.95},{"name":"snow145","parent":"bone32","x":0.17,"y":-1384.95},{"name":"bone33","parent":"root","length":250.33,"x":-52.97,"y":1531.69},{"name":"bone34","parent":"bone33","x":156.62,"y":-146.74,"scaleY":-1},{"name":"snow147","parent":"bone34","x":0.17,"y":-1384.95},{"name":"snow148","parent":"bone34","x":0.17,"y":-1384.95},{"name":"snow149","parent":"bone34","x":0.17,"y":-1384.95},{"name":"snow150","parent":"bone34","x":0.17,"y":-1384.95},{"name":"bone35","parent":"bone33","x":-281.38,"y":-146.74},{"name":"snow153","parent":"bone35","x":0.17,"y":-1384.95},{"name":"snow154","parent":"bone35","x":0.17,"y":-1384.95},{"name":"snow155","parent":"bone35","x":0.17,"y":-1384.95},{"name":"snow156","parent":"bone35","x":0.17,"y":-1384.95},{"name":"bone36","parent":"bone33","x":588.62,"y":-146.74},{"name":"snow158","parent":"bone36","x":0.17,"y":-1384.95},{"name":"snow159","parent":"bone36","x":0.17,"y":-1384.95},{"name":"snow160","parent":"bone36","x":0.17,"y":-1384.95},{"name":"snow161","parent":"bone36","x":0.17,"y":-1384.95},{"name":"bone37","parent":"root","length":250.33,"x":-52.97,"y":1531.69},{"name":"bone38","parent":"bone37","x":156.62,"y":-146.74,"scaleY":-1},{"name":"snow165","parent":"bone38","x":0.17,"y":-1384.95},{"name":"snow166","parent":"bone38","x":0.17,"y":-1384.95},{"name":"snow167","parent":"bone38","x":0.17,"y":-1384.95},{"name":"snow168","parent":"bone38","x":0.17,"y":-1384.95},{"name":"snow169","parent":"bone38","x":0.17,"y":-1384.95},{"name":"bone39","parent":"bone37","x":-281.38,"y":-146.74},{"name":"snow170","parent":"bone39","x":0.17,"y":-1384.95},{"name":"snow171","parent":"bone39","x":0.17,"y":-1384.95},{"name":"snow172","parent":"bone39","x":0.17,"y":-1384.95},{"name":"snow173","parent":"bone39","x":0.17,"y":-1384.95},{"name":"bone40","parent":"bone37","x":588.62,"y":-146.74},{"name":"snow176","parent":"bone40","x":0.17,"y":-1384.95},{"name":"snow177","parent":"bone40","x":0.17,"y":-1384.95},{"name":"snow178","parent":"bone40","x":0.17,"y":-1384.95},{"name":"snow180","parent":"bone40","x":0.17,"y":-1384.95}],"slots":[{"name":"snow2","bone":"snow2","attachment":"snow2"},{"name":"snow9","bone":"snow9","attachment":"snow2"},{"name":"snow43","bone":"snow43","attachment":"snow2"},{"name":"snow61","bone":"snow61","attachment":"snow2"},{"name":"snow115","bone":"snow115","attachment":"snow2"},{"name":"snow133","bone":"snow133","attachment":"snow2"},{"name":"snow169","bone":"snow169","attachment":"snow2"},{"name":"snow49","bone":"snow49","attachment":"snow2"},{"name":"snow67","bone":"snow67","attachment":"snow2"},{"name":"snow103","bone":"snow103","attachment":"snow2"},{"name":"snow121","bone":"snow121","attachment":"snow2"},{"name":"snow55","bone":"snow55","attachment":"snow2"},{"name":"snow73","bone":"snow73","attachment":"snow2"},{"name":"snow91","bone":"snow91","attachment":"snow2"},{"name":"snow145","bone":"snow145","attachment":"snow2"},{"name":"snow11","bone":"snow11","attachment":"snow3"},{"name":"snow14","bone":"snow14","attachment":"snow3"},{"name":"snow41","bone":"snow41","attachment":"snow3"},{"name":"snow59","bone":"snow59","attachment":"snow3"},{"name":"snow77","bone":"snow77","attachment":"snow3"},{"name":"snow149","bone":"snow149","attachment":"snow3"},{"name":"snow167","bone":"snow167","attachment":"snow3"},{"name":"snow12","bone":"snow12","attachment":"snow3"},{"name":"snow30","bone":"snow30","attachment":"snow3"},{"name":"snow47","bone":"snow47","attachment":"snow3"},{"name":"snow65","bone":"snow65","attachment":"snow3"},{"name":"snow83","bone":"snow83","attachment":"snow3"},{"name":"snow119","bone":"snow119","attachment":"snow3"},{"name":"snow137","bone":"snow137","attachment":"snow3"},{"name":"snow155","bone":"snow155","attachment":"snow3"},{"name":"snow173","bone":"snow173","attachment":"snow3"},{"name":"snow13","bone":"snow13","attachment":"snow3"},{"name":"snow35","bone":"snow35","attachment":"snow3"},{"name":"snow53","bone":"snow53","attachment":"snow3"},{"name":"snow71","bone":"snow71","attachment":"snow3"},{"name":"snow89","bone":"snow89","attachment":"snow3"},{"name":"snow107","bone":"snow107","attachment":"snow3"},{"name":"snow125","bone":"snow125","attachment":"snow3"},{"name":"snow161","bone":"snow161","attachment":"snow3"},{"name":"snow15","bone":"snow15","attachment":"snow3"},{"name":"snow40","bone":"snow40","attachment":"snow3"},{"name":"snow58","bone":"snow58","attachment":"snow3"},{"name":"snow76","bone":"snow76","attachment":"snow3"},{"name":"snow94","bone":"snow94","attachment":"snow3"},{"name":"snow112","bone":"snow112","attachment":"snow3"},{"name":"snow130","bone":"snow130","attachment":"snow3"},{"name":"snow148","bone":"snow148","attachment":"snow3"},{"name":"snow166","bone":"snow166","attachment":"snow3"},{"name":"snow16","bone":"snow16","attachment":"snow3"},{"name":"snow29","bone":"snow29","attachment":"snow3"},{"name":"snow46","bone":"snow46","attachment":"snow3"},{"name":"snow64","bone":"snow64","attachment":"snow3"},{"name":"snow136","bone":"snow136","attachment":"snow3"},{"name":"snow154","bone":"snow154","attachment":"snow3"},{"name":"snow172","bone":"snow172","attachment":"snow3"},{"name":"snow34","bone":"snow34","attachment":"snow3"},{"name":"snow70","bone":"snow70","attachment":"snow3"},{"name":"snow88","bone":"snow88","attachment":"snow3"},{"name":"snow106","bone":"snow106","attachment":"snow3"},{"name":"snow142","bone":"snow142","attachment":"snow3"},{"name":"snow160","bone":"snow160","attachment":"snow3"},{"name":"snow178","bone":"snow178","attachment":"snow3"},{"name":"snow26","bone":"snow26","attachment":"snow3"},{"name":"snow39","bone":"snow39","attachment":"snow3"},{"name":"snow57","bone":"snow57","attachment":"snow3"},{"name":"snow75","bone":"snow75","attachment":"snow3"},{"name":"snow93","bone":"snow93","attachment":"snow3"},{"name":"snow129","bone":"snow129","attachment":"snow3"},{"name":"snow147","bone":"snow147","attachment":"snow3"},{"name":"snow165","bone":"snow165","attachment":"snow3"},{"name":"snow20","bone":"snow20","attachment":"snow3"},{"name":"snow28","bone":"snow28","attachment":"snow3"},{"name":"snow63","bone":"snow63","attachment":"snow3"},{"name":"snow81","bone":"snow81","attachment":"snow3"},{"name":"snow99","bone":"snow99","attachment":"snow3"},{"name":"snow117","bone":"snow117","attachment":"snow3"},{"name":"snow135","bone":"snow135","attachment":"snow3"},{"name":"snow153","bone":"snow153","attachment":"snow3"},{"name":"snow171","bone":"snow171","attachment":"snow3"},{"name":"snow24","bone":"snow24","attachment":"snow3"},{"name":"snow51","bone":"snow51","attachment":"snow3"},{"name":"snow69","bone":"snow69","attachment":"snow3"},{"name":"snow87","bone":"snow87","attachment":"snow3"},{"name":"snow105","bone":"snow105","attachment":"snow3"},{"name":"snow123","bone":"snow123","attachment":"snow3"},{"name":"snow141","bone":"snow141","attachment":"snow3"},{"name":"snow159","bone":"snow159","attachment":"snow3"},{"name":"snow177","bone":"snow177","attachment":"snow3"},{"name":"snow42","bone":"snow42","attachment":"snow4"},{"name":"snow60","bone":"snow60","attachment":"snow4"},{"name":"snow78","bone":"snow78","attachment":"snow4"},{"name":"snow96","bone":"snow96","attachment":"snow4"},{"name":"snow114","bone":"snow114","attachment":"snow4"},{"name":"snow132","bone":"snow132","attachment":"snow4"},{"name":"snow150","bone":"snow150","attachment":"snow4"},{"name":"snow168","bone":"snow168","attachment":"snow4"},{"name":"snow5","bone":"snow5","attachment":"snow4"},{"name":"snow10","bone":"snow10","attachment":"snow4"},{"name":"snow48","bone":"snow48","attachment":"snow4"},{"name":"snow66","bone":"snow66","attachment":"snow4"},{"name":"snow84","bone":"snow84","attachment":"snow4"},{"name":"snow102","bone":"snow102","attachment":"snow4"},{"name":"snow138","bone":"snow138","attachment":"snow4"},{"name":"snow156","bone":"snow156","attachment":"snow4"},{"name":"snow6","bone":"snow6","attachment":"snow4"},{"name":"snow36","bone":"snow36","attachment":"snow4"},{"name":"snow54","bone":"snow54","attachment":"snow4"},{"name":"snow72","bone":"snow72","attachment":"snow4"},{"name":"snow126","bone":"snow126","attachment":"snow4"},{"name":"snow144","bone":"snow144","attachment":"snow4"},{"name":"snow180","bone":"snow180","attachment":"snow4"},{"name":"snow21","bone":"snow21","attachment":"snow4"},{"name":"snow25","bone":"snow25","attachment":"snow4"},{"name":"snow56","bone":"snow56","attachment":"snow4"},{"name":"snow92","bone":"snow92","attachment":"snow4"},{"name":"snow110","bone":"snow110","attachment":"snow4"},{"name":"snow128","bone":"snow128","attachment":"snow4"},{"name":"snow44","bone":"snow44","attachment":"snow4"},{"name":"snow62","bone":"snow62","attachment":"snow4"},{"name":"snow80","bone":"snow80","attachment":"snow4"},{"name":"snow98","bone":"snow98","attachment":"snow4"},{"name":"snow116","bone":"snow116","attachment":"snow4"},{"name":"snow170","bone":"snow170","attachment":"snow4"},{"name":"snow23","bone":"snow23","attachment":"snow4"},{"name":"snow32","bone":"snow32","attachment":"snow4"},{"name":"snow50","bone":"snow50","attachment":"snow4"},{"name":"snow68","bone":"snow68","attachment":"snow4"},{"name":"snow86","bone":"snow86","attachment":"snow4"},{"name":"snow104","bone":"snow104","attachment":"snow4"},{"name":"snow122","bone":"snow122","attachment":"snow4"},{"name":"snow140","bone":"snow140","attachment":"snow4"},{"name":"snow158","bone":"snow158","attachment":"snow4"},{"name":"snow176","bone":"snow176","attachment":"snow4"}],"skins":[{"name":"default","attachments":{"snow10":{"snow4":{"x":62.65,"y":1480.27,"rotation":-2.98,"width":8,"height":10}},"snow102":{"snow4":{"x":62.65,"y":1480.27,"rotation":-2.98,"width":8,"height":10}},"snow103":{"snow2":{"x":108.76,"y":1371,"scaleX":0.6667,"scaleY":0.6667,"rotation":21.44,"width":25,"height":27}},"snow104":{"snow4":{"x":-25.23,"y":1295.3,"width":8,"height":10}},"snow105":{"snow3":{"x":-144.63,"y":1447.3,"rotation":-2.98,"width":9,"height":10}},"snow106":{"snow3":{"x":-6.54,"y":1396.09,"rotation":-9.36,"width":9,"height":10}},"snow107":{"snow3":{"x":-163.32,"y":1374.22,"rotation":-2.98,"width":9,"height":10}},"snow11":{"snow3":{"x":-163.32,"y":1374.22,"rotation":-2.98,"width":9,"height":10}},"snow110":{"snow4":{"x":-25.23,"y":1295.3,"width":8,"height":10}},"snow112":{"snow3":{"x":-6.54,"y":1396.09,"rotation":-9.36,"width":9,"height":10}},"snow114":{"snow4":{"x":62.65,"y":1480.27,"rotation":-2.98,"width":8,"height":10}},"snow115":{"snow2":{"x":108.76,"y":1371,"scaleX":0.6667,"scaleY":0.6667,"rotation":21.44,"width":25,"height":27}},"snow116":{"snow4":{"x":-25.23,"y":1295.3,"width":8,"height":10}},"snow117":{"snow3":{"x":-144.63,"y":1447.3,"rotation":-2.98,"width":9,"height":10}},"snow119":{"snow3":{"x":-163.32,"y":1374.22,"rotation":-2.98,"width":9,"height":10}},"snow12":{"snow3":{"x":-163.32,"y":1374.22,"rotation":-2.98,"width":9,"height":10}},"snow121":{"snow2":{"x":108.76,"y":1371,"scaleX":0.6667,"scaleY":0.6667,"rotation":21.44,"width":25,"height":27}},"snow122":{"snow4":{"x":-25.23,"y":1295.3,"width":8,"height":10}},"snow123":{"snow3":{"x":-144.63,"y":1447.3,"rotation":-2.98,"width":9,"height":10}},"snow125":{"snow3":{"x":-163.32,"y":1374.22,"rotation":-2.98,"width":9,"height":10}},"snow126":{"snow4":{"x":62.65,"y":1480.27,"rotation":-2.98,"width":8,"height":10}},"snow128":{"snow4":{"x":-25.23,"y":1295.3,"width":8,"height":10}},"snow129":{"snow3":{"x":-144.63,"y":1447.3,"rotation":-2.98,"width":9,"height":10}},"snow13":{"snow3":{"x":-163.32,"y":1374.22,"rotation":-2.98,"width":9,"height":10}},"snow130":{"snow3":{"x":-6.54,"y":1396.09,"rotation":-9.36,"width":9,"height":10}},"snow132":{"snow4":{"x":62.65,"y":1480.27,"rotation":-2.98,"width":8,"height":10}},"snow133":{"snow2":{"x":108.76,"y":1371,"scaleX":0.6667,"scaleY":0.6667,"rotation":21.44,"width":25,"height":27}},"snow135":{"snow3":{"x":-144.63,"y":1447.3,"rotation":-2.98,"width":9,"height":10}},"snow136":{"snow3":{"x":-6.54,"y":1396.09,"rotation":-9.36,"width":9,"height":10}},"snow137":{"snow3":{"x":-163.32,"y":1374.22,"rotation":-2.98,"width":9,"height":10}},"snow138":{"snow4":{"x":62.65,"y":1480.27,"rotation":-2.98,"width":8,"height":10}},"snow14":{"snow3":{"x":-163.32,"y":1374.22,"rotation":-2.98,"width":9,"height":10}},"snow140":{"snow4":{"x":-25.23,"y":1295.3,"width":8,"height":10}},"snow141":{"snow3":{"x":-144.63,"y":1447.3,"rotation":-2.98,"width":9,"height":10}},"snow142":{"snow3":{"x":-6.54,"y":1396.09,"rotation":-9.36,"width":9,"height":10}},"snow144":{"snow4":{"x":62.65,"y":1480.27,"rotation":-2.98,"width":8,"height":10}},"snow145":{"snow2":{"x":108.76,"y":1371,"scaleX":0.6667,"scaleY":0.6667,"rotation":21.44,"width":25,"height":27}},"snow147":{"snow3":{"x":-144.63,"y":1447.3,"rotation":-2.98,"width":9,"height":10}},"snow148":{"snow3":{"x":-6.54,"y":1396.09,"rotation":-9.36,"width":9,"height":10}},"snow149":{"snow3":{"x":-163.32,"y":1374.22,"rotation":-2.98,"width":9,"height":10}},"snow15":{"snow3":{"x":-6.54,"y":1396.09,"rotation":-9.36,"width":9,"height":10}},"snow150":{"snow4":{"x":62.65,"y":1480.27,"rotation":-2.98,"width":8,"height":10}},"snow153":{"snow3":{"x":-144.63,"y":1447.3,"rotation":-2.98,"width":9,"height":10}},"snow154":{"snow3":{"x":-6.54,"y":1396.09,"rotation":-9.36,"width":9,"height":10}},"snow155":{"snow3":{"x":-163.32,"y":1374.22,"rotation":-2.98,"width":9,"height":10}},"snow156":{"snow4":{"x":62.65,"y":1480.27,"rotation":-2.98,"width":8,"height":10}},"snow158":{"snow4":{"x":-25.23,"y":1295.3,"width":8,"height":10}},"snow159":{"snow3":{"x":-144.63,"y":1447.3,"rotation":-2.98,"width":9,"height":10}},"snow16":{"snow3":{"x":-6.54,"y":1396.09,"rotation":-9.36,"width":9,"height":10}},"snow160":{"snow3":{"x":-6.54,"y":1396.09,"rotation":-9.36,"width":9,"height":10}},"snow161":{"snow3":{"x":-163.32,"y":1374.22,"rotation":-2.98,"width":9,"height":10}},"snow165":{"snow3":{"x":-144.63,"y":1447.3,"rotation":-2.98,"width":9,"height":10}},"snow166":{"snow3":{"x":-6.54,"y":1396.09,"rotation":-9.36,"width":9,"height":10}},"snow167":{"snow3":{"x":-163.32,"y":1374.22,"rotation":-2.98,"width":9,"height":10}},"snow168":{"snow4":{"x":62.65,"y":1480.27,"rotation":-2.98,"width":8,"height":10}},"snow169":{"snow2":{"x":108.76,"y":1371,"scaleX":0.6667,"scaleY":0.6667,"rotation":21.44,"width":25,"height":27}},"snow170":{"snow4":{"x":-25.23,"y":1295.3,"width":8,"height":10}},"snow171":{"snow3":{"x":-144.63,"y":1447.3,"rotation":-2.98,"width":9,"height":10}},"snow172":{"snow3":{"x":-6.54,"y":1396.09,"rotation":-9.36,"width":9,"height":10}},"snow173":{"snow3":{"x":-163.32,"y":1374.22,"rotation":-2.98,"width":9,"height":10}},"snow176":{"snow4":{"x":-25.23,"y":1295.3,"width":8,"height":10}},"snow177":{"snow3":{"x":-144.63,"y":1447.3,"rotation":-2.98,"width":9,"height":10}},"snow178":{"snow3":{"x":-6.54,"y":1396.09,"rotation":-9.36,"width":9,"height":10}},"snow180":{"snow4":{"x":62.65,"y":1480.27,"rotation":-2.98,"width":8,"height":10}},"snow2":{"snow2":{"x":108.76,"y":1371,"scaleX":0.6667,"scaleY":0.6667,"rotation":21.44,"width":25,"height":27}},"snow20":{"snow3":{"x":-144.63,"y":1447.3,"rotation":-2.98,"width":9,"height":10}},"snow21":{"snow4":{"x":-25.23,"y":1295.3,"width":8,"height":10}},"snow23":{"snow4":{"x":-25.23,"y":1295.3,"width":8,"height":10}},"snow24":{"snow3":{"x":-144.63,"y":1447.3,"rotation":-2.98,"width":9,"height":10}},"snow25":{"snow4":{"x":-25.23,"y":1295.3,"width":8,"height":10}},"snow26":{"snow3":{"x":-144.63,"y":1447.3,"rotation":-2.98,"width":9,"height":10}},"snow28":{"snow3":{"x":-144.63,"y":1447.3,"rotation":-2.98,"width":9,"height":10}},"snow29":{"snow3":{"x":-6.54,"y":1396.09,"rotation":-9.36,"width":9,"height":10}},"snow30":{"snow3":{"x":-163.32,"y":1374.22,"rotation":-2.98,"width":9,"height":10}},"snow32":{"snow4":{"x":-25.23,"y":1295.3,"width":8,"height":10}},"snow34":{"snow3":{"x":-6.54,"y":1396.09,"rotation":-9.36,"width":9,"height":10}},"snow35":{"snow3":{"x":-163.32,"y":1374.22,"rotation":-2.98,"width":9,"height":10}},"snow36":{"snow4":{"x":62.65,"y":1480.27,"rotation":-2.98,"width":8,"height":10}},"snow39":{"snow3":{"x":-144.63,"y":1447.3,"rotation":-2.98,"width":9,"height":10}},"snow40":{"snow3":{"x":-6.54,"y":1396.09,"rotation":-9.36,"width":9,"height":10}},"snow41":{"snow3":{"x":-163.32,"y":1374.22,"rotation":-2.98,"width":9,"height":10}},"snow42":{"snow4":{"x":62.65,"y":1480.27,"rotation":-2.98,"width":8,"height":10}},"snow43":{"snow2":{"x":108.76,"y":1371,"scaleX":0.6667,"scaleY":0.6667,"rotation":21.44,"width":25,"height":27}},"snow44":{"snow4":{"x":-25.23,"y":1295.3,"width":8,"height":10}},"snow46":{"snow3":{"x":-6.54,"y":1396.09,"rotation":-9.36,"width":9,"height":10}},"snow47":{"snow3":{"x":-163.32,"y":1374.22,"rotation":-2.98,"width":9,"height":10}},"snow48":{"snow4":{"x":62.65,"y":1480.27,"rotation":-2.98,"width":8,"height":10}},"snow49":{"snow2":{"x":108.76,"y":1371,"scaleX":0.6667,"scaleY":0.6667,"rotation":21.44,"width":25,"height":27}},"snow5":{"snow4":{"x":62.65,"y":1480.27,"rotation":-2.98,"width":8,"height":10}},"snow50":{"snow4":{"x":-25.23,"y":1295.3,"width":8,"height":10}},"snow51":{"snow3":{"x":-144.63,"y":1447.3,"rotation":-2.98,"width":9,"height":10}},"snow53":{"snow3":{"x":-163.32,"y":1374.22,"rotation":-2.98,"width":9,"height":10}},"snow54":{"snow4":{"x":62.65,"y":1480.27,"rotation":-2.98,"width":8,"height":10}},"snow55":{"snow2":{"x":108.76,"y":1371,"scaleX":0.6667,"scaleY":0.6667,"rotation":21.44,"width":25,"height":27}},"snow56":{"snow4":{"x":-25.23,"y":1295.3,"width":8,"height":10}},"snow57":{"snow3":{"x":-144.63,"y":1447.3,"rotation":-2.98,"width":9,"height":10}},"snow58":{"snow3":{"x":-6.54,"y":1396.09,"rotation":-9.36,"width":9,"height":10}},"snow59":{"snow3":{"x":-163.32,"y":1374.22,"rotation":-2.98,"width":9,"height":10}},"snow6":{"snow4":{"x":62.65,"y":1480.27,"rotation":-2.98,"width":8,"height":10}},"snow60":{"snow4":{"x":62.65,"y":1480.27,"rotation":-2.98,"width":8,"height":10}},"snow61":{"snow2":{"x":108.76,"y":1371,"scaleX":0.6667,"scaleY":0.6667,"rotation":21.44,"width":25,"height":27}},"snow62":{"snow4":{"x":-25.23,"y":1295.3,"width":8,"height":10}},"snow63":{"snow3":{"x":-144.63,"y":1447.3,"rotation":-2.98,"width":9,"height":10}},"snow64":{"snow3":{"x":-6.54,"y":1396.09,"rotation":-9.36,"width":9,"height":10}},"snow65":{"snow3":{"x":-163.32,"y":1374.22,"rotation":-2.98,"width":9,"height":10}},"snow66":{"snow4":{"x":62.65,"y":1480.27,"rotation":-2.98,"width":8,"height":10}},"snow67":{"snow2":{"x":108.76,"y":1371,"scaleX":0.6667,"scaleY":0.6667,"rotation":21.44,"width":25,"height":27}},"snow68":{"snow4":{"x":-25.23,"y":1295.3,"width":8,"height":10}},"snow69":{"snow3":{"x":-144.63,"y":1447.3,"rotation":-2.98,"width":9,"height":10}},"snow70":{"snow3":{"x":-6.54,"y":1396.09,"rotation":-9.36,"width":9,"height":10}},"snow71":{"snow3":{"x":-163.32,"y":1374.22,"rotation":-2.98,"width":9,"height":10}},"snow72":{"snow4":{"x":62.65,"y":1480.27,"rotation":-2.98,"width":8,"height":10}},"snow73":{"snow2":{"x":108.76,"y":1371,"scaleX":0.6667,"scaleY":0.6667,"rotation":21.44,"width":25,"height":27}},"snow75":{"snow3":{"x":-144.63,"y":1447.3,"rotation":-2.98,"width":9,"height":10}},"snow76":{"snow3":{"x":-6.54,"y":1396.09,"rotation":-9.36,"width":9,"height":10}},"snow77":{"snow3":{"x":-163.32,"y":1374.22,"rotation":-2.98,"width":9,"height":10}},"snow78":{"snow4":{"x":62.65,"y":1480.27,"rotation":-2.98,"width":8,"height":10}},"snow80":{"snow4":{"x":-25.23,"y":1295.3,"width":8,"height":10}},"snow81":{"snow3":{"x":-144.63,"y":1447.3,"rotation":-2.98,"width":9,"height":10}},"snow83":{"snow3":{"x":-163.32,"y":1374.22,"rotation":-2.98,"width":9,"height":10}},"snow84":{"snow4":{"x":62.65,"y":1480.27,"rotation":-2.98,"width":8,"height":10}},"snow86":{"snow4":{"x":-25.23,"y":1295.3,"width":8,"height":10}},"snow87":{"snow3":{"x":-144.63,"y":1447.3,"rotation":-2.98,"width":9,"height":10}},"snow88":{"snow3":{"x":-6.54,"y":1396.09,"rotation":-9.36,"width":9,"height":10}},"snow89":{"snow3":{"x":-163.32,"y":1374.22,"rotation":-2.98,"width":9,"height":10}},"snow9":{"snow2":{"x":108.76,"y":1371,"scaleX":0.6667,"scaleY":0.6667,"rotation":21.44,"width":25,"height":27}},"snow91":{"snow2":{"x":108.76,"y":1371,"scaleX":0.6667,"scaleY":0.6667,"rotation":21.44,"width":25,"height":27}},"snow92":{"snow4":{"x":-25.23,"y":1295.3,"width":8,"height":10}},"snow93":{"snow3":{"x":-144.63,"y":1447.3,"rotation":-2.98,"width":9,"height":10}},"snow94":{"snow3":{"x":-6.54,"y":1396.09,"rotation":-9.36,"width":9,"height":10}},"snow96":{"snow4":{"x":62.65,"y":1480.27,"rotation":-2.98,"width":8,"height":10}},"snow98":{"snow4":{"x":-25.23,"y":1295.3,"width":8,"height":10}},"snow99":{"snow3":{"x":-144.63,"y":1447.3,"rotation":-2.98,"width":9,"height":10}}}}],"animations":{"animation":{"slots":{"snow2":{"color":[{"color":"ffffff00"},{"time":2,"color":"ffffffff","curve":"stepped"},{"time":6.6667,"color":"ffffffff"},{"time":10,"color":"ffffff00"}]},"snow5":{"color":[{"color":"ffffff00"},{"time":2,"color":"ffffffff","curve":"stepped"},{"time":6.6667,"color":"ffffffff"},{"time":10,"color":"ffffff00"}]},"snow6":{"color":[{"color":"ffffff00"},{"time":2,"color":"ffffffff","curve":"stepped"},{"time":6.6667,"color":"ffffffff"},{"time":10,"color":"ffffff00"}]},"snow9":{"color":[{"color":"ffffff4f"},{"time":1.0333,"color":"ffffff00"},{"time":3.0333,"color":"ffffffff","curve":"stepped"},{"time":7.7,"color":"ffffffff"},{"time":10,"color":"ffffff4f"}]},"snow10":{"color":[{"color":"ffffff4f"},{"time":1.0333,"color":"ffffff00"},{"time":3.0333,"color":"ffffffff","curve":"stepped"},{"time":7.7,"color":"ffffffff"},{"time":10,"color":"ffffff4f"}]},"snow11":{"color":[{"color":"ffffff00"},{"time":2,"color":"ffffffff","curve":"stepped"},{"time":6.6667,"color":"ffffffff"},{"time":10,"color":"ffffff00"}]},"snow12":{"color":[{"color":"ffffff00"},{"time":2,"color":"ffffffff","curve":"stepped"},{"time":6.6667,"color":"ffffffff"},{"time":10,"color":"ffffff00"}]},"snow13":{"color":[{"color":"ffffff00"},{"time":2,"color":"ffffffff","curve":"stepped"},{"time":6.6667,"color":"ffffffff"},{"time":10,"color":"ffffff00"}]},"snow14":{"color":[{"color":"ffffff4f"},{"time":1.0333,"color":"ffffff00"},{"time":3.0333,"color":"ffffffff","curve":"stepped"},{"time":7.7,"color":"ffffffff"},{"time":10,"color":"ffffff4f"}]},"snow15":{"color":[{"color":"ffffff00"},{"time":2,"color":"ffffffff","curve":"stepped"},{"time":6.6667,"color":"ffffffff"},{"time":10,"color":"ffffff00"}]},"snow16":{"color":[{"color":"ffffff00"},{"time":2,"color":"ffffffff","curve":"stepped"},{"time":6.6667,"color":"ffffffff"},{"time":10,"color":"ffffff00"}]},"snow20":{"color":[{"color":"ffffff00"},{"time":2,"color":"ffffffff","curve":"stepped"},{"time":6.6667,"color":"ffffffff"},{"time":10,"color":"ffffff00"}]},"snow21":{"color":[{"color":"ffffff00"},{"time":2,"color":"ffffffff","curve":"stepped"},{"time":6.6667,"color":"ffffffff"},{"time":10,"color":"ffffff00"}]},"snow23":{"color":[{"color":"ffffff00"},{"time":2,"color":"ffffffff","curve":"stepped"},{"time":6.6667,"color":"ffffffff"},{"time":10,"color":"ffffff00"}]},"snow24":{"color":[{"color":"ffffff00"},{"time":2,"color":"ffffffff","curve":"stepped"},{"time":6.6667,"color":"ffffffff"},{"time":10,"color":"ffffff00"}]},"snow25":{"color":[{"color":"ffffff4f"},{"time":1.0333,"color":"ffffff00"},{"time":3.0333,"color":"ffffffff","curve":"stepped"},{"time":7.7,"color":"ffffffff"},{"time":10,"color":"ffffff4f"}]},"snow26":{"color":[{"color":"ffffff4f"},{"time":1.0333,"color":"ffffff00"},{"time":3.0333,"color":"ffffffff","curve":"stepped"},{"time":7.7,"color":"ffffffff"},{"time":10,"color":"ffffff4f"}]},"snow28":{"color":[{"color":"ffffff4f"},{"time":1.0333,"color":"ffffff00"},{"time":3.0333,"color":"ffffffff","curve":"stepped"},{"time":7.7,"color":"ffffffff"},{"time":10,"color":"ffffff4f"}]},"snow29":{"color":[{"color":"ffffff4f"},{"time":1.0333,"color":"ffffff00"},{"time":3.0333,"color":"ffffffff","curve":"stepped"},{"time":7.7,"color":"ffffffff"},{"time":10,"color":"ffffff4f"}]},"snow30":{"color":[{"color":"ffffff4f"},{"time":1.0333,"color":"ffffff00"},{"time":3.0333,"color":"ffffffff","curve":"stepped"},{"time":7.7,"color":"ffffffff"},{"time":10,"color":"ffffff4f"}]},"snow32":{"color":[{"color":"ffffff4f"},{"time":1.0333,"color":"ffffff00"},{"time":3.0333,"color":"ffffffff","curve":"stepped"},{"time":7.7,"color":"ffffffff"},{"time":10,"color":"ffffff4f"}]},"snow34":{"color":[{"color":"ffffff4f"},{"time":1.0333,"color":"ffffff00"},{"time":3.0333,"color":"ffffffff","curve":"stepped"},{"time":7.7,"color":"ffffffff"},{"time":10,"color":"ffffff4f"}]},"snow35":{"color":[{"color":"ffffff4f"},{"time":1.0333,"color":"ffffff00"},{"time":3.0333,"color":"ffffffff","curve":"stepped"},{"time":7.7,"color":"ffffffff"},{"time":10,"color":"ffffff4f"}]},"snow36":{"color":[{"color":"ffffff4f"},{"time":1.0333,"color":"ffffff00"},{"time":3.0333,"color":"ffffffff","curve":"stepped"},{"time":7.7,"color":"ffffffff"},{"time":10,"color":"ffffff4f"}]},"snow39":{"color":[{"color":"ffffff99"},{"time":2,"color":"ffffff00"},{"time":4,"color":"ffffffff","curve":"stepped"},{"time":8.6667,"color":"ffffffff"},{"time":10,"color":"ffffff99"}]},"snow40":{"color":[{"color":"ffffff99"},{"time":2,"color":"ffffff00"},{"time":4,"color":"ffffffff","curve":"stepped"},{"time":8.6667,"color":"ffffffff"},{"time":10,"color":"ffffff99"}]},"snow41":{"color":[{"color":"ffffff99"},{"time":2,"color":"ffffff00"},{"time":4,"color":"ffffffff","curve":"stepped"},{"time":8.6667,"color":"ffffffff"},{"time":10,"color":"ffffff99"}]},"snow42":{"color":[{"color":"ffffff99"},{"time":2,"color":"ffffff00"},{"time":4,"color":"ffffffff","curve":"stepped"},{"time":8.6667,"color":"ffffffff"},{"time":10,"color":"ffffff99"}]},"snow43":{"color":[{"color":"ffffff99"},{"time":2,"color":"ffffff00"},{"time":4,"color":"ffffffff","curve":"stepped"},{"time":8.6667,"color":"ffffffff"},{"time":10,"color":"ffffff99"}]},"snow44":{"color":[{"color":"ffffff99"},{"time":2,"color":"ffffff00"},{"time":4,"color":"ffffffff","curve":"stepped"},{"time":8.6667,"color":"ffffffff"},{"time":10,"color":"ffffff99"}]},"snow46":{"color":[{"color":"ffffff99"},{"time":2,"color":"ffffff00"},{"time":4,"color":"ffffffff","curve":"stepped"},{"time":8.6667,"color":"ffffffff"},{"time":10,"color":"ffffff99"}]},"snow47":{"color":[{"color":"ffffff99"},{"time":2,"color":"ffffff00"},{"time":4,"color":"ffffffff","curve":"stepped"},{"time":8.6667,"color":"ffffffff"},{"time":10,"color":"ffffff99"}]},"snow48":{"color":[{"color":"ffffff99"},{"time":2,"color":"ffffff00"},{"time":4,"color":"ffffffff","curve":"stepped"},{"time":8.6667,"color":"ffffffff"},{"time":10,"color":"ffffff99"}]},"snow49":{"color":[{"color":"ffffff99"},{"time":2,"color":"ffffff00"},{"time":4,"color":"ffffffff","curve":"stepped"},{"time":8.6667,"color":"ffffffff"},{"time":10,"color":"ffffff99"}]},"snow50":{"color":[{"color":"ffffff99"},{"time":2,"color":"ffffff00"},{"time":4,"color":"ffffffff","curve":"stepped"},{"time":8.6667,"color":"ffffffff"},{"time":10,"color":"ffffff99"}]},"snow51":{"color":[{"color":"ffffff99"},{"time":2,"color":"ffffff00"},{"time":4,"color":"ffffffff","curve":"stepped"},{"time":8.6667,"color":"ffffffff"},{"time":10,"color":"ffffff99"}]},"snow53":{"color":[{"color":"ffffff99"},{"time":2,"color":"ffffff00"},{"time":4,"color":"ffffffff","curve":"stepped"},{"time":8.6667,"color":"ffffffff"},{"time":10,"color":"ffffff99"}]},"snow54":{"color":[{"color":"ffffff99"},{"time":2,"color":"ffffff00"},{"time":4,"color":"ffffffff","curve":"stepped"},{"time":8.6667,"color":"ffffffff"},{"time":10,"color":"ffffff99"}]},"snow55":{"color":[{"color":"ffffff99"},{"time":2,"color":"ffffff00"},{"time":4,"color":"ffffffff","curve":"stepped"},{"time":8.6667,"color":"ffffffff"},{"time":10,"color":"ffffff99"}]},"snow56":{"color":[{"color":"ffffffe5"},{"time":3,"color":"ffffff00"},{"time":5,"color":"ffffffff","curve":"stepped"},{"time":9.6667,"color":"ffffffff"},{"time":10,"color":"ffffffe5"}]},"snow57":{"color":[{"color":"ffffffe5"},{"time":3,"color":"ffffff00"},{"time":5,"color":"ffffffff","curve":"stepped"},{"time":9.6667,"color":"ffffffff"},{"time":10,"color":"ffffffe5"}]},"snow58":{"color":[{"color":"ffffffe5"},{"time":3,"color":"ffffff00"},{"time":5,"color":"ffffffff","curve":"stepped"},{"time":9.6667,"color":"ffffffff"},{"time":10,"color":"ffffffe5"}]},"snow59":{"color":[{"color":"ffffffe5"},{"time":3,"color":"ffffff00"},{"time":5,"color":"ffffffff","curve":"stepped"},{"time":9.6667,"color":"ffffffff"},{"time":10,"color":"ffffffe5"}]},"snow60":{"color":[{"color":"ffffffe5"},{"time":3,"color":"ffffff00"},{"time":5,"color":"ffffffff","curve":"stepped"},{"time":9.6667,"color":"ffffffff"},{"time":10,"color":"ffffffe5"}]},"snow61":{"color":[{"color":"ffffffe5"},{"time":3,"color":"ffffff00"},{"time":5,"color":"ffffffff","curve":"stepped"},{"time":9.6667,"color":"ffffffff"},{"time":10,"color":"ffffffe5"}]},"snow62":{"color":[{"color":"ffffffe5"},{"time":3,"color":"ffffff00"},{"time":5,"color":"ffffffff","curve":"stepped"},{"time":9.6667,"color":"ffffffff"},{"time":10,"color":"ffffffe5"}]},"snow63":{"color":[{"color":"ffffffe5"},{"time":3,"color":"ffffff00"},{"time":5,"color":"ffffffff","curve":"stepped"},{"time":9.6667,"color":"ffffffff"},{"time":10,"color":"ffffffe5"}]},"snow64":{"color":[{"color":"ffffffe5"},{"time":3,"color":"ffffff00"},{"time":5,"color":"ffffffff","curve":"stepped"},{"time":9.6667,"color":"ffffffff"},{"time":10,"color":"ffffffe5"}]},"snow65":{"color":[{"color":"ffffffe5"},{"time":3,"color":"ffffff00"},{"time":5,"color":"ffffffff","curve":"stepped"},{"time":9.6667,"color":"ffffffff"},{"time":10,"color":"ffffffe5"}]},"snow66":{"color":[{"color":"ffffffe5"},{"time":3,"color":"ffffff00"},{"time":5,"color":"ffffffff","curve":"stepped"},{"time":9.6667,"color":"ffffffff"},{"time":10,"color":"ffffffe5"}]},"snow67":{"color":[{"color":"ffffffe5"},{"time":3,"color":"ffffff00"},{"time":5,"color":"ffffffff","curve":"stepped"},{"time":9.6667,"color":"ffffffff"},{"time":10,"color":"ffffffe5"}]},"snow68":{"color":[{"color":"ffffffe5"},{"time":3,"color":"ffffff00"},{"time":5,"color":"ffffffff","curve":"stepped"},{"time":9.6667,"color":"ffffffff"},{"time":10,"color":"ffffffe5"}]},"snow69":{"color":[{"color":"ffffffe5"},{"time":3,"color":"ffffff00"},{"time":5,"color":"ffffffff","curve":"stepped"},{"time":9.6667,"color":"ffffffff"},{"time":10,"color":"ffffffe5"}]},"snow70":{"color":[{"color":"ffffffe5"},{"time":3,"color":"ffffff00"},{"time":5,"color":"ffffffff","curve":"stepped"},{"time":9.6667,"color":"ffffffff"},{"time":10,"color":"ffffffe5"}]},"snow71":{"color":[{"color":"ffffffe5"},{"time":3,"color":"ffffff00"},{"time":5,"color":"ffffffff","curve":"stepped"},{"time":9.6667,"color":"ffffffff"},{"time":10,"color":"ffffffe5"}]},"snow72":{"color":[{"color":"ffffffe5"},{"time":3,"color":"ffffff00"},{"time":5,"color":"ffffffff","curve":"stepped"},{"time":9.6667,"color":"ffffffff"},{"time":10,"color":"ffffffe5"}]},"snow73":{"color":[{"color":"ffffffe5"},{"time":3,"color":"ffffff00"},{"time":5,"color":"ffffffff","curve":"stepped"},{"time":9.6667,"color":"ffffffff"},{"time":10,"color":"ffffffe5"}]},"snow75":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":0.6667,"color":"ffffffff"},{"time":4,"color":"ffffff00"},{"time":6,"color":"ffffffff","curve":"stepped"},{"time":10,"color":"ffffffff"}]},"snow76":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":0.6667,"color":"ffffffff"},{"time":4,"color":"ffffff00"},{"time":6,"color":"ffffffff","curve":"stepped"},{"time":10,"color":"ffffffff"}]},"snow77":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":0.6667,"color":"ffffffff"},{"time":4,"color":"ffffff00"},{"time":6,"color":"ffffffff","curve":"stepped"},{"time":10,"color":"ffffffff"}]},"snow78":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":0.6667,"color":"ffffffff"},{"time":4,"color":"ffffff00"},{"time":6,"color":"ffffffff","curve":"stepped"},{"time":10,"color":"ffffffff"}]},"snow80":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":0.6667,"color":"ffffffff"},{"time":4,"color":"ffffff00"},{"time":6,"color":"ffffffff","curve":"stepped"},{"time":10,"color":"ffffffff"}]},"snow81":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":0.6667,"color":"ffffffff"},{"time":4,"color":"ffffff00"},{"time":6,"color":"ffffffff","curve":"stepped"},{"time":10,"color":"ffffffff"}]},"snow83":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":0.6667,"color":"ffffffff"},{"time":4,"color":"ffffff00"},{"time":6,"color":"ffffffff","curve":"stepped"},{"time":10,"color":"ffffffff"}]},"snow84":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":0.6667,"color":"ffffffff"},{"time":4,"color":"ffffff00"},{"time":6,"color":"ffffffff","curve":"stepped"},{"time":10,"color":"ffffffff"}]},"snow86":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":0.6667,"color":"ffffffff"},{"time":4,"color":"ffffff00"},{"time":6,"color":"ffffffff","curve":"stepped"},{"time":10,"color":"ffffffff"}]},"snow87":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":0.6667,"color":"ffffffff"},{"time":4,"color":"ffffff00"},{"time":6,"color":"ffffffff","curve":"stepped"},{"time":10,"color":"ffffffff"}]},"snow88":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":0.6667,"color":"ffffffff"},{"time":4,"color":"ffffff00"},{"time":6,"color":"ffffffff","curve":"stepped"},{"time":10,"color":"ffffffff"}]},"snow89":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":0.6667,"color":"ffffffff"},{"time":4,"color":"ffffff00"},{"time":6,"color":"ffffffff","curve":"stepped"},{"time":10,"color":"ffffffff"}]},"snow91":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":0.6667,"color":"ffffffff"},{"time":4,"color":"ffffff00"},{"time":6,"color":"ffffffff","curve":"stepped"},{"time":10,"color":"ffffffff"}]},"snow92":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":1.6667,"color":"ffffffff"},{"time":5,"color":"ffffff00"},{"time":7,"color":"ffffffff","curve":"stepped"},{"time":10,"color":"ffffffff"}]},"snow93":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":1.6667,"color":"ffffffff"},{"time":5,"color":"ffffff00"},{"time":7,"color":"ffffffff","curve":"stepped"},{"time":10,"color":"ffffffff"}]},"snow94":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":1.6667,"color":"ffffffff"},{"time":5,"color":"ffffff00"},{"time":7,"color":"ffffffff","curve":"stepped"},{"time":10,"color":"ffffffff"}]},"snow96":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":1.6667,"color":"ffffffff"},{"time":5,"color":"ffffff00"},{"time":7,"color":"ffffffff","curve":"stepped"},{"time":10,"color":"ffffffff"}]},"snow98":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":1.6667,"color":"ffffffff"},{"time":5,"color":"ffffff00"},{"time":7,"color":"ffffffff","curve":"stepped"},{"time":10,"color":"ffffffff"}]},"snow99":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":1.6667,"color":"ffffffff"},{"time":5,"color":"ffffff00"},{"time":7,"color":"ffffffff","curve":"stepped"},{"time":10,"color":"ffffffff"}]},"snow102":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":1.6667,"color":"ffffffff"},{"time":5,"color":"ffffff00"},{"time":7,"color":"ffffffff","curve":"stepped"},{"time":10,"color":"ffffffff"}]},"snow103":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":1.6667,"color":"ffffffff"},{"time":5,"color":"ffffff00"},{"time":7,"color":"ffffffff","curve":"stepped"},{"time":10,"color":"ffffffff"}]},"snow104":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":1.6667,"color":"ffffffff"},{"time":5,"color":"ffffff00"},{"time":7,"color":"ffffffff","curve":"stepped"},{"time":10,"color":"ffffffff"}]},"snow105":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":1.6667,"color":"ffffffff"},{"time":5,"color":"ffffff00"},{"time":7,"color":"ffffffff","curve":"stepped"},{"time":10,"color":"ffffffff"}]},"snow106":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":1.6667,"color":"ffffffff"},{"time":5,"color":"ffffff00"},{"time":7,"color":"ffffffff","curve":"stepped"},{"time":10,"color":"ffffffff"}]},"snow107":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":1.6667,"color":"ffffffff"},{"time":5,"color":"ffffff00"},{"time":7,"color":"ffffffff","curve":"stepped"},{"time":10,"color":"ffffffff"}]},"snow110":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":2.6667,"color":"ffffffff"},{"time":6,"color":"ffffff00"},{"time":8,"color":"ffffffff","curve":"stepped"},{"time":10,"color":"ffffffff"}]},"snow112":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":2.6667,"color":"ffffffff"},{"time":6,"color":"ffffff00"},{"time":8,"color":"ffffffff","curve":"stepped"},{"time":10,"color":"ffffffff"}]},"snow114":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":2.6667,"color":"ffffffff"},{"time":6,"color":"ffffff00"},{"time":8,"color":"ffffffff","curve":"stepped"},{"time":10,"color":"ffffffff"}]},"snow115":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":2.6667,"color":"ffffffff"},{"time":6,"color":"ffffff00"},{"time":8,"color":"ffffffff","curve":"stepped"},{"time":10,"color":"ffffffff"}]},"snow116":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":2.6667,"color":"ffffffff"},{"time":6,"color":"ffffff00"},{"time":8,"color":"ffffffff","curve":"stepped"},{"time":10,"color":"ffffffff"}]},"snow117":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":2.6667,"color":"ffffffff"},{"time":6,"color":"ffffff00"},{"time":8,"color":"ffffffff","curve":"stepped"},{"time":10,"color":"ffffffff"}]},"snow119":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":2.6667,"color":"ffffffff"},{"time":6,"color":"ffffff00"},{"time":8,"color":"ffffffff","curve":"stepped"},{"time":10,"color":"ffffffff"}]},"snow121":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":2.6667,"color":"ffffffff"},{"time":6,"color":"ffffff00"},{"time":8,"color":"ffffffff","curve":"stepped"},{"time":10,"color":"ffffffff"}]},"snow122":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":2.6667,"color":"ffffffff"},{"time":6,"color":"ffffff00"},{"time":8,"color":"ffffffff","curve":"stepped"},{"time":10,"color":"ffffffff"}]},"snow123":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":2.6667,"color":"ffffffff"},{"time":6,"color":"ffffff00"},{"time":8,"color":"ffffffff","curve":"stepped"},{"time":10,"color":"ffffffff"}]},"snow125":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":2.6667,"color":"ffffffff"},{"time":6,"color":"ffffff00"},{"time":8,"color":"ffffffff","curve":"stepped"},{"time":10,"color":"ffffffff"}]},"snow126":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":2.6667,"color":"ffffffff"},{"time":6,"color":"ffffff00"},{"time":8,"color":"ffffffff","curve":"stepped"},{"time":10,"color":"ffffffff"}]},"snow128":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":3.6667,"color":"ffffffff"},{"time":7,"color":"ffffff00"},{"time":9,"color":"ffffffff","curve":"stepped"},{"time":10,"color":"ffffffff"}]},"snow129":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":3.6667,"color":"ffffffff"},{"time":7,"color":"ffffff00"},{"time":9,"color":"ffffffff","curve":"stepped"},{"time":10,"color":"ffffffff"}]},"snow130":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":3.6667,"color":"ffffffff"},{"time":7,"color":"ffffff00"},{"time":9,"color":"ffffffff","curve":"stepped"},{"time":10,"color":"ffffffff"}]},"snow132":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":3.6667,"color":"ffffffff"},{"time":7,"color":"ffffff00"},{"time":9,"color":"ffffffff","curve":"stepped"},{"time":10,"color":"ffffffff"}]},"snow133":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":3.6667,"color":"ffffffff"},{"time":7,"color":"ffffff00"},{"time":9,"color":"ffffffff","curve":"stepped"},{"time":10,"color":"ffffffff"}]},"snow135":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":3.6667,"color":"ffffffff"},{"time":7,"color":"ffffff00"},{"time":9,"color":"ffffffff","curve":"stepped"},{"time":10,"color":"ffffffff"}]},"snow136":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":3.6667,"color":"ffffffff"},{"time":7,"color":"ffffff00"},{"time":9,"color":"ffffffff","curve":"stepped"},{"time":10,"color":"ffffffff"}]},"snow137":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":3.6667,"color":"ffffffff"},{"time":7,"color":"ffffff00"},{"time":9,"color":"ffffffff","curve":"stepped"},{"time":10,"color":"ffffffff"}]},"snow138":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":3.6667,"color":"ffffffff"},{"time":7,"color":"ffffff00"},{"time":9,"color":"ffffffff","curve":"stepped"},{"time":10,"color":"ffffffff"}]},"snow140":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":3.6667,"color":"ffffffff"},{"time":7,"color":"ffffff00"},{"time":9,"color":"ffffffff","curve":"stepped"},{"time":10,"color":"ffffffff"}]},"snow141":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":3.6667,"color":"ffffffff"},{"time":7,"color":"ffffff00"},{"time":9,"color":"ffffffff","curve":"stepped"},{"time":10,"color":"ffffffff"}]},"snow142":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":3.6667,"color":"ffffffff"},{"time":7,"color":"ffffff00"},{"time":9,"color":"ffffffff","curve":"stepped"},{"time":10,"color":"ffffffff"}]},"snow144":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":3.6667,"color":"ffffffff"},{"time":7,"color":"ffffff00"},{"time":9,"color":"ffffffff","curve":"stepped"},{"time":10,"color":"ffffffff"}]},"snow145":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":3.6667,"color":"ffffffff"},{"time":7,"color":"ffffff00"},{"time":9,"color":"ffffffff","curve":"stepped"},{"time":10,"color":"ffffffff"}]},"snow147":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":4.6667,"color":"ffffffff"},{"time":8,"color":"ffffff00"},{"time":10,"color":"ffffffff"}]},"snow148":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":4.6667,"color":"ffffffff"},{"time":8,"color":"ffffff00"},{"time":10,"color":"ffffffff"}]},"snow149":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":4.6667,"color":"ffffffff"},{"time":8,"color":"ffffff00"},{"time":10,"color":"ffffffff"}]},"snow150":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":4.6667,"color":"ffffffff"},{"time":8,"color":"ffffff00"},{"time":10,"color":"ffffffff"}]},"snow153":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":4.6667,"color":"ffffffff"},{"time":8,"color":"ffffff00"},{"time":10,"color":"ffffffff"}]},"snow154":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":4.6667,"color":"ffffffff"},{"time":8,"color":"ffffff00"},{"time":10,"color":"ffffffff"}]},"snow155":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":4.6667,"color":"ffffffff"},{"time":8,"color":"ffffff00"},{"time":10,"color":"ffffffff"}]},"snow156":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":4.6667,"color":"ffffffff"},{"time":8,"color":"ffffff00"},{"time":10,"color":"ffffffff"}]},"snow158":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":4.6667,"color":"ffffffff"},{"time":8,"color":"ffffff00"},{"time":10,"color":"ffffffff"}]},"snow159":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":4.6667,"color":"ffffffff"},{"time":8,"color":"ffffff00"},{"time":10,"color":"ffffffff"}]},"snow160":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":4.6667,"color":"ffffffff"},{"time":8,"color":"ffffff00"},{"time":10,"color":"ffffffff"}]},"snow161":{"color":[{"color":"ffffffff","curve":"stepped"},{"time":4.6667,"color":"ffffffff"},{"time":8,"color":"ffffff00"},{"time":10,"color":"ffffffff"}]},"snow165":{"color":[{"color":"ffffff7f"},{"time":1,"color":"ffffffff","curve":"stepped"},{"time":5.6667,"color":"ffffffff"},{"time":9,"color":"ffffff00"},{"time":10,"color":"ffffff7f"}]},"snow166":{"color":[{"color":"ffffff7f"},{"time":1,"color":"ffffffff","curve":"stepped"},{"time":5.6667,"color":"ffffffff"},{"time":9,"color":"ffffff00"},{"time":10,"color":"ffffff7f"}]},"snow167":{"color":[{"color":"ffffff7f"},{"time":1,"color":"ffffffff","curve":"stepped"},{"time":5.6667,"color":"ffffffff"},{"time":9,"color":"ffffff00"},{"time":10,"color":"ffffff7f"}]},"snow168":{"color":[{"color":"ffffff7f"},{"time":1,"color":"ffffffff","curve":"stepped"},{"time":5.6667,"color":"ffffffff"},{"time":9,"color":"ffffff00"},{"time":10,"color":"ffffff7f"}]},"snow169":{"color":[{"color":"ffffff7f"},{"time":1,"color":"ffffffff","curve":"stepped"},{"time":5.6667,"color":"ffffffff"},{"time":9,"color":"ffffff00"},{"time":10,"color":"ffffff7f"}]},"snow170":{"color":[{"color":"ffffff7f"},{"time":1,"color":"ffffffff","curve":"stepped"},{"time":5.6667,"color":"ffffffff"},{"time":9,"color":"ffffff00"},{"time":10,"color":"ffffff7f"}]},"snow171":{"color":[{"color":"ffffff7f"},{"time":1,"color":"ffffffff","curve":"stepped"},{"time":5.6667,"color":"ffffffff"},{"time":9,"color":"ffffff00"},{"time":10,"color":"ffffff7f"}]},"snow172":{"color":[{"color":"ffffff7f"},{"time":1,"color":"ffffffff","curve":"stepped"},{"time":5.6667,"color":"ffffffff"},{"time":9,"color":"ffffff00"},{"time":10,"color":"ffffff7f"}]},"snow173":{"color":[{"color":"ffffff7f"},{"time":1,"color":"ffffffff","curve":"stepped"},{"time":5.6667,"color":"ffffffff"},{"time":9,"color":"ffffff00"},{"time":10,"color":"ffffff7f"}]},"snow176":{"color":[{"color":"ffffff7f"},{"time":1,"color":"ffffffff","curve":"stepped"},{"time":5.6667,"color":"ffffffff"},{"time":9,"color":"ffffff00"},{"time":10,"color":"ffffff7f"}]},"snow177":{"color":[{"color":"ffffff7f"},{"time":1,"color":"ffffffff","curve":"stepped"},{"time":5.6667,"color":"ffffffff"},{"time":9,"color":"ffffff00"},{"time":10,"color":"ffffff7f"}]},"snow178":{"color":[{"color":"ffffff7f"},{"time":1,"color":"ffffffff","curve":"stepped"},{"time":5.6667,"color":"ffffffff"},{"time":9,"color":"ffffff00"},{"time":10,"color":"ffffff7f"}]},"snow180":{"color":[{"color":"ffffff7f"},{"time":1,"color":"ffffffff","curve":"stepped"},{"time":5.6667,"color":"ffffffff"},{"time":9,"color":"ffffff00"},{"time":10,"color":"ffffff7f"}]}},"bones":{"bone":{"translate":[{"x":-0.79,"y":-1.97,"curve":0.257,"c2":0.03,"c3":0.751},{"time":1.9667,"x":-138,"y":-346.66,"curve":0.25,"c3":0.75},{"time":3.9667,"x":151.1,"y":-969.81,"curve":0.25,"c3":0.75},{"time":5.9667,"x":-217.83,"y":-1675.68,"curve":0.25,"c3":0.75},{"time":7.9667,"x":134.31,"y":-2316.82,"curve":0.25,"c3":0.75},{"time":9.9333,"x":-210,"y":-2958.62,"curve":"stepped"},{"time":9.9667,"curve":0.328,"c3":0.661,"c4":0.34},{"time":10,"x":-0.79,"y":-1.97}],"scale":[{"x":1.3,"y":1.3,"curve":0.48,"c3":0.502},{"time":9.9667,"x":2.8,"y":2.8,"curve":"stepped"},{"time":10,"x":1.3,"y":1.3}],"shear":[{"x":5.47,"y":-13.69,"curve":0.345,"c2":0.66,"c3":0.679},{"time":0.1,"x":5.66,"y":-14.07,"curve":0.25,"c3":0.75},{"time":2.6,"x":9.43,"y":-12.01,"curve":0.25,"c3":0.75},{"time":4.9667,"x":-13.23,"y":-6.34,"curve":0.25,"c3":0.75},{"time":7.5333,"x":-10.63,"y":7.51,"curve":0.248,"c3":0.734,"c4":0.93},{"time":10,"x":5.47,"y":-13.69}]},"snow21":{"translate":[{"curve":"stepped"},{"time":10}]},"snow15":{"translate":[{"curve":"stepped"},{"time":10}]},"snow11":{"translate":[{"curve":"stepped"},{"time":10}]},"snow2":{"translate":[{"curve":"stepped"},{"time":10}]},"bone4":{"shear":[{"x":3.19,"y":3.1,"curve":0.342,"c2":0.36,"c3":0.695,"c4":0.76},{"time":1.2,"x":0.76,"y":0.74,"curve":0.376,"c2":0.61,"c3":0.718},{"time":1.9,"curve":0.25,"c3":0.75},{"time":5.2333,"x":-3.74,"y":-7.23,"curve":0.25,"c3":0.75},{"time":8.5667,"x":5.43,"y":5.26,"curve":0.255,"c3":0.62,"c4":0.47},{"time":10,"x":3.19,"y":3.1}]},"snow20":{"translate":[{"curve":"stepped"},{"time":10}]},"snow16":{"translate":[{"curve":"stepped"},{"time":10}]},"snow12":{"translate":[{"curve":"stepped"},{"time":10}]},"snow5":{"translate":[{"curve":"stepped"},{"time":10}]},"bone2":{"translate":[{"x":-0.79,"y":-1.97,"curve":0.257,"c2":0.03,"c3":0.751},{"time":1.9667,"x":-138,"y":-346.66,"curve":0.25,"c3":0.75},{"time":3.9667,"x":151.1,"y":-969.81,"curve":0.25,"c3":0.75},{"time":5.9667,"x":-217.83,"y":-1675.68,"curve":0.25,"c3":0.75},{"time":7.9667,"x":134.31,"y":-2316.82,"curve":0.25,"c3":0.75},{"time":9.9333,"x":-210,"y":-2958.62,"curve":"stepped"},{"time":9.9667,"curve":0.328,"c3":0.661,"c4":0.34},{"time":10,"x":-0.79,"y":-1.97}],"scale":[{"x":1.3,"y":1.3,"curve":0.48,"c3":0.502},{"time":9.9667,"x":2.8,"y":2.8,"curve":"stepped"},{"time":10,"x":1.3,"y":1.3}],"shear":[{"x":5.47,"y":-13.69,"curve":0.345,"c2":0.66,"c3":0.679},{"time":0.1,"x":5.66,"y":-14.07,"curve":0.25,"c3":0.75},{"time":2.6,"x":9.43,"y":-12.01,"curve":0.25,"c3":0.75},{"time":4.9667,"x":-13.23,"y":-6.34,"curve":0.25,"c3":0.75},{"time":7.5333,"x":-10.63,"y":7.51,"curve":0.248,"c3":0.734,"c4":0.93},{"time":10,"x":5.47,"y":-13.69}]},"snow23":{"translate":[{"curve":"stepped"},{"time":10}]},"snow24":{"translate":[{"curve":"stepped"},{"time":10}]},"snow13":{"translate":[{"curve":"stepped"},{"time":10}]},"snow6":{"translate":[{"curve":"stepped"},{"time":10}]},"bone3":{"translate":[{"x":-0.79,"y":-1.97,"curve":0.257,"c2":0.03,"c3":0.751},{"time":1.9667,"x":-138,"y":-346.66,"curve":0.25,"c3":0.75},{"time":3.9667,"x":151.1,"y":-969.81,"curve":0.25,"c3":0.75},{"time":5.9667,"x":-217.83,"y":-1675.68,"curve":0.25,"c3":0.75},{"time":7.9667,"x":134.31,"y":-2316.82,"curve":0.25,"c3":0.75},{"time":9.9333,"x":-210,"y":-2958.62,"curve":"stepped"},{"time":9.9667,"curve":0.328,"c3":0.661,"c4":0.34},{"time":10,"x":-0.79,"y":-1.97}],"scale":[{"x":1.3,"y":1.3,"curve":0.48,"c3":0.502},{"time":9.9667,"x":2.8,"y":2.8,"curve":"stepped"},{"time":10,"x":1.3,"y":1.3}],"shear":[{"x":5.47,"y":-13.69,"curve":0.345,"c2":0.66,"c3":0.679},{"time":0.1,"x":5.66,"y":-14.07,"curve":0.25,"c3":0.75},{"time":2.6,"x":9.43,"y":-12.01,"curve":0.25,"c3":0.75},{"time":4.9667,"x":-13.23,"y":-6.34,"curve":0.25,"c3":0.75},{"time":7.5333,"x":-10.63,"y":7.51,"curve":0.248,"c3":0.734,"c4":0.93},{"time":10,"x":5.47,"y":-13.69}]},"snow25":{"translate":[{"curve":"stepped"},{"time":1.0333,"curve":"stepped"},{"time":10}]},"snow26":{"translate":[{"curve":"stepped"},{"time":1.0333,"curve":"stepped"},{"time":10}]},"snow14":{"translate":[{"curve":"stepped"},{"time":1.0333,"curve":"stepped"},{"time":10}]},"snow9":{"translate":[{"curve":"stepped"},{"time":1.0333,"curve":"stepped"},{"time":10}]},"bone6":{"translate":[{"x":-41.7,"y":-2644.91,"curve":0.376,"c2":0.5,"c3":0.749},{"time":0.9667,"x":-210,"y":-2958.62,"curve":"stepped"},{"time":1,"curve":0.328,"c3":0.661,"c4":0.34},{"time":1.0333,"x":-0.79,"y":-1.97,"curve":0.257,"c2":0.03,"c3":0.751},{"time":3,"x":-138,"y":-346.66,"curve":0.25,"c3":0.75},{"time":5,"x":151.1,"y":-969.81,"curve":0.25,"c3":0.75},{"time":7,"x":-217.83,"y":-1675.68,"curve":0.25,"c3":0.75},{"time":9,"x":134.31,"y":-2316.82,"curve":0.249,"c3":0.626,"c4":0.5},{"time":10,"x":-41.7,"y":-2644.91}],"scale":[{"x":2.769,"y":2.769,"curve":0.303,"c2":0.64,"c3":0.634},{"time":1,"x":2.8,"y":2.8,"curve":"stepped"},{"time":1.0333,"x":1.3,"y":1.3,"curve":0.5,"c3":0.571,"c4":0.83},{"time":10,"x":2.769,"y":2.769}],"shear":[{"x":-1.18,"y":-4.93,"curve":0.372,"c2":0.49,"c3":0.732,"c4":0.93},{"time":1.0333,"x":5.47,"y":-13.69,"curve":0.345,"c2":0.66,"c3":0.679},{"time":1.1333,"x":5.66,"y":-14.07,"curve":0.25,"c3":0.75},{"time":3.6333,"x":9.43,"y":-12.01,"curve":0.25,"c3":0.75},{"time":6,"x":-13.23,"y":-6.34,"curve":0.25,"c3":0.75},{"time":8.5667,"x":-10.63,"y":7.51,"curve":0.247,"c3":0.631,"c4":0.53},{"time":10,"x":-1.18,"y":-4.93}]},"snow28":{"translate":[{"curve":"stepped"},{"time":1.0333,"curve":"stepped"},{"time":10}]},"snow29":{"translate":[{"curve":"stepped"},{"time":1.0333,"curve":"stepped"},{"time":10}]},"snow30":{"translate":[{"curve":"stepped"},{"time":1.0333,"curve":"stepped"},{"time":10}]},"snow10":{"translate":[{"curve":"stepped"},{"time":1.0333,"curve":"stepped"},{"time":10}]},"bone7":{"translate":[{"x":-41.7,"y":-2644.91,"curve":0.376,"c2":0.5,"c3":0.749},{"time":0.9667,"x":-210,"y":-2958.62,"curve":"stepped"},{"time":1,"curve":0.328,"c3":0.661,"c4":0.34},{"time":1.0333,"x":-0.79,"y":-1.97,"curve":0.257,"c2":0.03,"c3":0.751},{"time":3,"x":-138,"y":-346.66,"curve":0.25,"c3":0.75},{"time":5,"x":151.1,"y":-969.81,"curve":0.25,"c3":0.75},{"time":7,"x":-217.83,"y":-1675.68,"curve":0.25,"c3":0.75},{"time":9,"x":134.31,"y":-2316.82,"curve":0.249,"c3":0.626,"c4":0.5},{"time":10,"x":-41.7,"y":-2644.91}],"scale":[{"x":2.769,"y":2.769,"curve":0.303,"c2":0.64,"c3":0.634},{"time":1,"x":2.8,"y":2.8,"curve":"stepped"},{"time":1.0333,"x":1.3,"y":1.3,"curve":0.5,"c3":0.571,"c4":0.83},{"time":10,"x":2.769,"y":2.769}],"shear":[{"x":-1.18,"y":-4.93,"curve":0.372,"c2":0.49,"c3":0.732,"c4":0.93},{"time":1.0333,"x":5.47,"y":-13.69,"curve":0.345,"c2":0.66,"c3":0.679},{"time":1.1333,"x":5.66,"y":-14.07,"curve":0.25,"c3":0.75},{"time":3.6333,"x":9.43,"y":-12.01,"curve":0.25,"c3":0.75},{"time":6,"x":-13.23,"y":-6.34,"curve":0.25,"c3":0.75},{"time":8.5667,"x":-10.63,"y":7.51,"curve":0.247,"c3":0.631,"c4":0.53},{"time":10,"x":-1.18,"y":-4.93}]},"snow32":{"translate":[{"curve":"stepped"},{"time":1.0333,"curve":"stepped"},{"time":10}]},"snow34":{"translate":[{"curve":"stepped"},{"time":1.0333,"curve":"stepped"},{"time":10}]},"snow35":{"translate":[{"curve":"stepped"},{"time":1.0333,"curve":"stepped"},{"time":10}]},"snow36":{"translate":[{"curve":"stepped"},{"time":1.0333,"curve":"stepped"},{"time":10}]},"bone8":{"translate":[{"x":-41.7,"y":-2644.91,"curve":0.376,"c2":0.5,"c3":0.749},{"time":0.9667,"x":-210,"y":-2958.62,"curve":"stepped"},{"time":1,"curve":0.328,"c3":0.661,"c4":0.34},{"time":1.0333,"x":-0.79,"y":-1.97,"curve":0.257,"c2":0.03,"c3":0.751},{"time":3,"x":-138,"y":-346.66,"curve":0.25,"c3":0.75},{"time":5,"x":151.1,"y":-969.81,"curve":0.25,"c3":0.75},{"time":7,"x":-217.83,"y":-1675.68,"curve":0.25,"c3":0.75},{"time":9,"x":134.31,"y":-2316.82,"curve":0.249,"c3":0.626,"c4":0.5},{"time":10,"x":-41.7,"y":-2644.91}],"scale":[{"x":2.769,"y":2.769,"curve":0.303,"c2":0.64,"c3":0.634},{"time":1,"x":2.8,"y":2.8,"curve":"stepped"},{"time":1.0333,"x":1.3,"y":1.3,"curve":0.5,"c3":0.571,"c4":0.83},{"time":10,"x":2.769,"y":2.769}],"shear":[{"x":-1.18,"y":-4.93,"curve":0.372,"c2":0.49,"c3":0.732,"c4":0.93},{"time":1.0333,"x":5.47,"y":-13.69},{"time":1.1333,"x":5.66,"y":-14.07,"curve":0.25,"c3":0.75},{"time":3.6333,"x":9.43,"y":-12.01,"curve":0.25,"c3":0.75},{"time":6,"x":-13.23,"y":-6.34,"curve":0.25,"c3":0.75},{"time":8.5667,"x":-10.63,"y":7.51,"curve":0.247,"c3":0.631,"c4":0.53},{"time":10,"x":-1.18,"y":-4.93}]},"bone5":{"shear":[{"x":0.76,"y":0.74,"curve":0.376,"c2":0.61,"c3":0.718},{"time":0.7,"curve":0.25,"c3":0.75},{"time":4.0333,"x":-3.74,"y":-7.23,"curve":0.25,"c3":0.75},{"time":7.3667,"x":5.43,"y":5.26,"curve":0.243,"c3":0.677,"c4":0.7},{"time":10,"x":0.76,"y":0.74}]},"snow39":{"translate":[{"curve":"stepped"},{"time":2,"curve":"stepped"},{"time":10}]},"snow40":{"translate":[{"curve":"stepped"},{"time":2,"curve":"stepped"},{"time":10}]},"snow41":{"translate":[{"curve":"stepped"},{"time":2,"curve":"stepped"},{"time":10}]},"snow42":{"translate":[{"curve":"stepped"},{"time":2,"curve":"stepped"},{"time":10}]},"snow43":{"translate":[{"curve":"stepped"},{"time":2,"curve":"stepped"},{"time":10}]},"bone10":{"translate":[{"x":132.32,"y":-2320.54,"curve":0.257,"c2":0.03,"c3":0.751},{"time":1.9333,"x":-210,"y":-2958.62,"curve":"stepped"},{"time":1.9667,"curve":0.328,"c3":0.661,"c4":0.34},{"time":2,"x":-0.79,"y":-1.97,"curve":0.257,"c2":0.03,"c3":0.751},{"time":3.9667,"x":-138,"y":-346.66,"curve":0.25,"c3":0.75},{"time":5.9667,"x":151.1,"y":-969.81,"curve":0.25,"c3":0.75},{"time":7.9667,"x":-217.83,"y":-1675.68,"curve":0.25,"c3":0.75},{"time":9.9667,"x":134.31,"y":-2316.82,"curve":0.328,"c3":0.661,"c4":0.34},{"time":10,"x":132.32,"y":-2320.54}],"scale":[{"x":2.696,"y":2.696,"curve":0.278,"c2":0.62,"c3":0.601},{"time":1.9667,"x":2.8,"y":2.8,"curve":"stepped"},{"time":2,"x":1.3,"y":1.3,"curve":0.511,"c3":0.631,"c4":0.72},{"time":10,"x":2.696,"y":2.696}],"shear":[{"x":-8.81,"y":5.11,"curve":0.311,"c2":0.26,"c3":0.742,"c4":0.94},{"time":2,"x":5.47,"y":-13.69,"curve":0.345,"c2":0.66,"c3":0.679},{"time":2.1,"x":5.66,"y":-14.07,"curve":0.25,"c3":0.75},{"time":4.6,"x":9.43,"y":-12.01,"curve":0.25,"c3":0.75},{"time":6.9667,"x":-13.23,"y":-6.34,"curve":0.25,"c3":0.75},{"time":9.5333,"x":-10.63,"y":7.51,"curve":0.287,"c3":0.627,"c4":0.38},{"time":10,"x":-8.81,"y":5.11}]},"snow44":{"translate":[{"curve":"stepped"},{"time":2,"curve":"stepped"},{"time":10}]},"snow46":{"translate":[{"curve":"stepped"},{"time":2,"curve":"stepped"},{"time":10}]},"snow47":{"translate":[{"curve":"stepped"},{"time":2,"curve":"stepped"},{"time":10}]},"snow48":{"translate":[{"curve":"stepped"},{"time":2,"curve":"stepped"},{"time":10}]},"snow49":{"translate":[{"curve":"stepped"},{"time":2,"curve":"stepped"},{"time":10}]},"bone11":{"translate":[{"x":132.32,"y":-2320.54,"curve":0.257,"c2":0.03,"c3":0.751},{"time":1.9333,"x":-210,"y":-2958.62,"curve":"stepped"},{"time":1.9667,"curve":0.328,"c3":0.661,"c4":0.34},{"time":2,"x":-0.79,"y":-1.97,"curve":0.257,"c2":0.03,"c3":0.751},{"time":3.9667,"x":-138,"y":-346.66,"curve":0.25,"c3":0.75},{"time":5.9667,"x":151.1,"y":-969.81,"curve":0.25,"c3":0.75},{"time":7.9667,"x":-217.83,"y":-1675.68,"curve":0.25,"c3":0.75},{"time":9.9667,"x":134.31,"y":-2316.82,"curve":0.328,"c3":0.661,"c4":0.34},{"time":10,"x":132.32,"y":-2320.54}],"scale":[{"x":2.696,"y":2.696,"curve":0.278,"c2":0.62,"c3":0.601},{"time":1.9667,"x":2.8,"y":2.8,"curve":"stepped"},{"time":2,"x":1.3,"y":1.3,"curve":0.511,"c3":0.631,"c4":0.72},{"time":10,"x":2.696,"y":2.696}],"shear":[{"x":-8.81,"y":5.11,"curve":0.311,"c2":0.26,"c3":0.742,"c4":0.94},{"time":2,"x":5.47,"y":-13.69,"curve":0.345,"c2":0.66,"c3":0.679},{"time":2.1,"x":5.66,"y":-14.07,"curve":0.25,"c3":0.75},{"time":4.6,"x":9.43,"y":-12.01,"curve":0.25,"c3":0.75},{"time":6.9667,"x":-13.23,"y":-6.34,"curve":0.25,"c3":0.75},{"time":9.5333,"x":-10.63,"y":7.51,"curve":0.287,"c3":0.627,"c4":0.38},{"time":10,"x":-8.81,"y":5.11}]},"snow50":{"translate":[{"curve":"stepped"},{"time":2,"curve":"stepped"},{"time":10}]},"snow51":{"translate":[{"curve":"stepped"},{"time":2,"curve":"stepped"},{"time":10}]},"snow53":{"translate":[{"curve":"stepped"},{"time":2,"curve":"stepped"},{"time":10}]},"snow54":{"translate":[{"curve":"stepped"},{"time":2,"curve":"stepped"},{"time":10}]},"snow55":{"translate":[{"curve":"stepped"},{"time":2,"curve":"stepped"},{"time":10}]},"bone12":{"translate":[{"x":132.32,"y":-2320.54,"curve":0.257,"c2":0.03,"c3":0.751},{"time":1.9333,"x":-210,"y":-2958.62,"curve":"stepped"},{"time":1.9667,"curve":0.328,"c3":0.661,"c4":0.34},{"time":2,"x":-0.79,"y":-1.97,"curve":0.257,"c2":0.03,"c3":0.751},{"time":3.9667,"x":-138,"y":-346.66,"curve":0.25,"c3":0.75},{"time":5.9667,"x":151.1,"y":-969.81,"curve":0.25,"c3":0.75},{"time":7.9667,"x":-217.83,"y":-1675.68,"curve":0.25,"c3":0.75},{"time":9.9667,"x":134.31,"y":-2316.82,"curve":0.328,"c3":0.661,"c4":0.34},{"time":10,"x":132.32,"y":-2320.54}],"scale":[{"x":2.696,"y":2.696,"curve":0.278,"c2":0.62,"c3":0.601},{"time":1.9667,"x":2.8,"y":2.8,"curve":"stepped"},{"time":2,"x":1.3,"y":1.3,"curve":0.511,"c3":0.631,"c4":0.72},{"time":10,"x":2.696,"y":2.696}],"shear":[{"x":-8.81,"y":5.11,"curve":0.311,"c2":0.26,"c3":0.742,"c4":0.94},{"time":2,"x":5.47,"y":-13.69},{"time":2.1,"x":5.66,"y":-14.07,"curve":0.25,"c3":0.75},{"time":4.6,"x":9.43,"y":-12.01,"curve":0.25,"c3":0.75},{"time":6.9667,"x":-13.23,"y":-6.34,"curve":0.25,"c3":0.75},{"time":9.5333,"x":-10.63,"y":7.51,"curve":0.287,"c3":0.627,"c4":0.38},{"time":10,"x":-8.81,"y":5.11}]},"bone9":{"shear":[{"x":4.92,"y":4.78,"curve":0.295,"c2":0.21,"c3":0.69,"c4":0.74},{"time":2.1,"x":0.76,"y":0.74,"curve":0.376,"c2":0.61,"c3":0.718},{"time":2.8,"curve":0.25,"c3":0.75},{"time":6.1333,"x":-3.74,"y":-7.23,"curve":0.25,"c3":0.75},{"time":9.4667,"x":5.43,"y":5.26,"curve":0.292,"c3":0.63,"c4":0.37},{"time":10,"x":4.92,"y":4.78}]},"snow56":{"translate":[{"curve":"stepped"},{"time":3,"curve":"stepped"},{"time":10}]},"snow57":{"translate":[{"curve":"stepped"},{"time":3,"curve":"stepped"},{"time":10}]},"snow58":{"translate":[{"curve":"stepped"},{"time":3,"curve":"stepped"},{"time":10}]},"snow59":{"translate":[{"curve":"stepped"},{"time":3,"curve":"stepped"},{"time":10}]},"snow60":{"translate":[{"curve":"stepped"},{"time":3,"curve":"stepped"},{"time":10}]},"snow61":{"translate":[{"curve":"stepped"},{"time":3,"curve":"stepped"},{"time":10}]},"bone14":{"translate":[{"x":-34,"y":-2010.37,"curve":0.376,"c2":0.51,"c3":0.749},{"time":0.9667,"x":134.31,"y":-2316.82,"curve":0.25,"c3":0.75},{"time":2.9333,"x":-210,"y":-2958.62,"curve":"stepped"},{"time":2.9667,"curve":0.328,"c3":0.661,"c4":0.34},{"time":3,"x":-0.79,"y":-1.97,"curve":0.257,"c2":0.03,"c3":0.751},{"time":4.9667,"x":-138,"y":-346.66,"curve":0.25,"c3":0.75},{"time":6.9667,"x":151.1,"y":-969.81,"curve":0.25,"c3":0.75},{"time":8.9667,"x":-217.83,"y":-1675.68,"curve":0.249,"c3":0.627,"c4":0.51},{"time":10,"x":-34,"y":-2010.37}],"scale":[{"x":2.559,"y":2.559,"curve":0.258,"c2":0.58,"c3":0.568},{"time":2.9667,"x":2.8,"y":2.8,"curve":"stepped"},{"time":3,"x":1.3,"y":1.3,"curve":0.513,"c3":0.682,"c4":0.63},{"time":10,"x":2.559,"y":2.559}],"shear":[{"x":-10.99,"y":5.59,"curve":0.376,"c2":0.61,"c3":0.717},{"time":0.5333,"x":-10.63,"y":7.51,"curve":0.248,"c3":0.734,"c4":0.93},{"time":3,"x":5.47,"y":-13.69,"curve":0.345,"c2":0.66,"c3":0.679},{"time":3.1,"x":5.66,"y":-14.07,"curve":0.25,"c3":0.75},{"time":5.6,"x":9.43,"y":-12.01,"curve":0.25,"c3":0.75},{"time":7.9667,"x":-13.23,"y":-6.34,"curve":0.243,"c3":0.677,"c4":0.71},{"time":10,"x":-10.99,"y":5.59}]},"snow62":{"translate":[{"curve":"stepped"},{"time":3,"curve":"stepped"},{"time":10}]},"snow63":{"translate":[{"curve":"stepped"},{"time":3,"curve":"stepped"},{"time":10}]},"snow64":{"translate":[{"curve":"stepped"},{"time":3,"curve":"stepped"},{"time":10}]},"snow65":{"translate":[{"curve":"stepped"},{"time":3,"curve":"stepped"},{"time":10}]},"snow66":{"translate":[{"curve":"stepped"},{"time":3,"curve":"stepped"},{"time":10}]},"snow67":{"translate":[{"curve":"stepped"},{"time":3,"curve":"stepped"},{"time":10}]},"bone15":{"translate":[{"x":-34,"y":-2010.37,"curve":0.376,"c2":0.51,"c3":0.749},{"time":0.9667,"x":134.31,"y":-2316.82,"curve":0.25,"c3":0.75},{"time":2.9333,"x":-210,"y":-2958.62,"curve":"stepped"},{"time":2.9667,"curve":0.328,"c3":0.661,"c4":0.34},{"time":3,"x":-0.79,"y":-1.97,"curve":0.257,"c2":0.03,"c3":0.751},{"time":4.9667,"x":-138,"y":-346.66,"curve":0.25,"c3":0.75},{"time":6.9667,"x":151.1,"y":-969.81,"curve":0.25,"c3":0.75},{"time":8.9667,"x":-217.83,"y":-1675.68,"curve":0.249,"c3":0.627,"c4":0.51},{"time":10,"x":-34,"y":-2010.37}],"scale":[{"x":2.559,"y":2.559,"curve":0.258,"c2":0.58,"c3":0.568},{"time":2.9667,"x":2.8,"y":2.8,"curve":"stepped"},{"time":3,"x":1.3,"y":1.3,"curve":0.513,"c3":0.682,"c4":0.63},{"time":10,"x":2.559,"y":2.559}],"shear":[{"x":-10.99,"y":5.59,"curve":0.376,"c2":0.61,"c3":0.717},{"time":0.5333,"x":-10.63,"y":7.51,"curve":0.248,"c3":0.734,"c4":0.93},{"time":3,"x":5.47,"y":-13.69,"curve":0.345,"c2":0.66,"c3":0.679},{"time":3.1,"x":5.66,"y":-14.07,"curve":0.25,"c3":0.75},{"time":5.6,"x":9.43,"y":-12.01,"curve":0.25,"c3":0.75},{"time":7.9667,"x":-13.23,"y":-6.34,"curve":0.243,"c3":0.677,"c4":0.71},{"time":10,"x":-10.99,"y":5.59}]},"snow68":{"translate":[{"curve":"stepped"},{"time":3,"curve":"stepped"},{"time":10}]},"snow69":{"translate":[{"curve":"stepped"},{"time":3,"curve":"stepped"},{"time":10}]},"snow70":{"translate":[{"curve":"stepped"},{"time":3,"curve":"stepped"},{"time":10}]},"snow71":{"translate":[{"curve":"stepped"},{"time":3,"curve":"stepped"},{"time":10}]},"snow72":{"translate":[{"curve":"stepped"},{"time":3,"curve":"stepped"},{"time":10}]},"snow73":{"translate":[{"curve":"stepped"},{"time":3,"curve":"stepped"},{"time":10}]},"bone16":{"translate":[{"x":-34,"y":-2010.37,"curve":0.376,"c2":0.51,"c3":0.749},{"time":0.9667,"x":134.31,"y":-2316.82,"curve":0.25,"c3":0.75},{"time":2.9333,"x":-210,"y":-2958.62,"curve":"stepped"},{"time":2.9667,"curve":0.328,"c3":0.661,"c4":0.34},{"time":3,"x":-0.79,"y":-1.97,"curve":0.257,"c2":0.03,"c3":0.751},{"time":4.9667,"x":-138,"y":-346.66,"curve":0.25,"c3":0.75},{"time":6.9667,"x":151.1,"y":-969.81,"curve":0.25,"c3":0.75},{"time":8.9667,"x":-217.83,"y":-1675.68,"curve":0.249,"c3":0.627,"c4":0.51},{"time":10,"x":-34,"y":-2010.37}],"scale":[{"x":2.559,"y":2.559,"curve":0.258,"c2":0.58,"c3":0.568},{"time":2.9667,"x":2.8,"y":2.8,"curve":"stepped"},{"time":3,"x":1.3,"y":1.3,"curve":0.513,"c3":0.682,"c4":0.63},{"time":10,"x":2.559,"y":2.559}],"shear":[{"x":-10.99,"y":5.59,"curve":0.376,"c2":0.61,"c3":0.717},{"time":0.5333,"x":-10.63,"y":7.51,"curve":0.248,"c3":0.734,"c4":0.93},{"time":3,"x":5.47,"y":-13.69},{"time":3.1,"x":5.66,"y":-14.07,"curve":0.25,"c3":0.75},{"time":5.6,"x":9.43,"y":-12.01,"curve":0.25,"c3":0.75},{"time":7.9667,"x":-13.23,"y":-6.34,"curve":0.243,"c3":0.677,"c4":0.71},{"time":10,"x":-10.99,"y":5.59}]},"bone13":{"shear":[{"x":0.76,"y":0.74,"curve":0.376,"c2":0.61,"c3":0.718},{"time":0.7,"curve":0.25,"c3":0.75},{"time":4.0333,"x":-3.74,"y":-7.23,"curve":0.25,"c3":0.75},{"time":7.3667,"x":5.43,"y":5.26,"curve":0.243,"c3":0.677,"c4":0.7},{"time":10,"x":0.76,"y":0.74}]},"snow75":{"translate":[{"curve":"stepped"},{"time":4,"curve":"stepped"},{"time":10}]},"snow76":{"translate":[{"curve":"stepped"},{"time":4,"curve":"stepped"},{"time":10}]},"snow77":{"translate":[{"curve":"stepped"},{"time":4,"curve":"stepped"},{"time":10}]},"snow78":{"translate":[{"curve":"stepped"},{"time":4,"curve":"stepped"},{"time":10}]},"bone18":{"translate":[{"x":-215.83,"y":-1679.33,"curve":0.257,"c2":0.03,"c3":0.751},{"time":1.9667,"x":134.31,"y":-2316.82,"curve":0.25,"c3":0.75},{"time":3.9333,"x":-210,"y":-2958.62,"curve":"stepped"},{"time":3.9667,"curve":0.328,"c3":0.661,"c4":0.34},{"time":4,"x":-0.79,"y":-1.97,"curve":0.257,"c2":0.03,"c3":0.751},{"time":5.9667,"x":-138,"y":-346.66,"curve":0.25,"c3":0.75},{"time":7.9667,"x":151.1,"y":-969.81,"curve":0.25,"c3":0.75},{"time":9.9667,"x":-217.83,"y":-1675.68,"curve":0.328,"c3":0.661,"c4":0.34},{"time":10,"x":-215.83,"y":-1679.33}],"scale":[{"x":2.347,"y":2.347,"curve":0.249,"c2":0.55,"c3":0.536},{"time":3.9667,"x":2.8,"y":2.8,"curve":"stepped"},{"time":4,"x":1.3,"y":1.3,"curve":0.505,"c3":0.719,"c4":0.56},{"time":10,"x":2.347,"y":2.347}],"shear":[{"x":-12.26,"y":-1.2,"curve":0.363,"c2":0.45,"c3":0.755},{"time":1.5333,"x":-10.63,"y":7.51,"curve":0.248,"c3":0.734,"c4":0.93},{"time":4,"x":5.47,"y":-13.69,"curve":0.345,"c2":0.66,"c3":0.679},{"time":4.1,"x":5.66,"y":-14.07,"curve":0.25,"c3":0.75},{"time":6.6,"x":9.43,"y":-12.01,"curve":0.25,"c3":0.75},{"time":8.9667,"x":-13.23,"y":-6.34,"curve":0.257,"c3":0.619,"c4":0.46},{"time":10,"x":-12.26,"y":-1.2}]},"snow80":{"translate":[{"curve":"stepped"},{"time":4,"curve":"stepped"},{"time":10}]},"snow81":{"translate":[{"curve":"stepped"},{"time":4,"curve":"stepped"},{"time":10}]},"snow83":{"translate":[{"curve":"stepped"},{"time":4,"curve":"stepped"},{"time":10}]},"snow84":{"translate":[{"curve":"stepped"},{"time":4,"curve":"stepped"},{"time":10}]},"bone19":{"translate":[{"x":-215.83,"y":-1679.33,"curve":0.257,"c2":0.03,"c3":0.751},{"time":1.9667,"x":134.31,"y":-2316.82,"curve":0.25,"c3":0.75},{"time":3.9333,"x":-210,"y":-2958.62,"curve":"stepped"},{"time":3.9667,"curve":0.328,"c3":0.661,"c4":0.34},{"time":4,"x":-0.79,"y":-1.97,"curve":0.257,"c2":0.03,"c3":0.751},{"time":5.9667,"x":-138,"y":-346.66,"curve":0.25,"c3":0.75},{"time":7.9667,"x":151.1,"y":-969.81,"curve":0.25,"c3":0.75},{"time":9.9667,"x":-217.83,"y":-1675.68,"curve":0.328,"c3":0.661,"c4":0.34},{"time":10,"x":-215.83,"y":-1679.33}],"scale":[{"x":2.347,"y":2.347,"curve":0.249,"c2":0.55,"c3":0.536},{"time":3.9667,"x":2.8,"y":2.8,"curve":"stepped"},{"time":4,"x":1.3,"y":1.3,"curve":0.505,"c3":0.719,"c4":0.56},{"time":10,"x":2.347,"y":2.347}],"shear":[{"x":-12.26,"y":-1.2,"curve":0.363,"c2":0.45,"c3":0.755},{"time":1.5333,"x":-10.63,"y":7.51,"curve":0.248,"c3":0.734,"c4":0.93},{"time":4,"x":5.47,"y":-13.69,"curve":0.345,"c2":0.66,"c3":0.679},{"time":4.1,"x":5.66,"y":-14.07,"curve":0.25,"c3":0.75},{"time":6.6,"x":9.43,"y":-12.01,"curve":0.25,"c3":0.75},{"time":8.9667,"x":-13.23,"y":-6.34,"curve":0.257,"c3":0.619,"c4":0.46},{"time":10,"x":-12.26,"y":-1.2}]},"snow86":{"translate":[{"curve":"stepped"},{"time":4,"curve":"stepped"},{"time":10}]},"snow87":{"translate":[{"curve":"stepped"},{"time":4,"curve":"stepped"},{"time":10}]},"snow88":{"translate":[{"curve":"stepped"},{"time":4,"curve":"stepped"},{"time":10}]},"snow89":{"translate":[{"curve":"stepped"},{"time":4,"curve":"stepped"},{"time":10}]},"snow91":{"translate":[{"curve":"stepped"},{"time":4,"curve":"stepped"},{"time":10}]},"bone20":{"translate":[{"x":-215.83,"y":-1679.33,"curve":0.257,"c2":0.03,"c3":0.751},{"time":1.9667,"x":134.31,"y":-2316.82,"curve":0.25,"c3":0.75},{"time":3.9333,"x":-210,"y":-2958.62,"curve":"stepped"},{"time":3.9667,"curve":0.328,"c3":0.661,"c4":0.34},{"time":4,"x":-0.79,"y":-1.97,"curve":0.257,"c2":0.03,"c3":0.751},{"time":5.9667,"x":-138,"y":-346.66,"curve":0.25,"c3":0.75},{"time":7.9667,"x":151.1,"y":-969.81,"curve":0.25,"c3":0.75},{"time":9.9667,"x":-217.83,"y":-1675.68,"curve":0.328,"c3":0.661,"c4":0.34},{"time":10,"x":-215.83,"y":-1679.33}],"scale":[{"x":2.347,"y":2.347,"curve":0.249,"c2":0.55,"c3":0.536},{"time":3.9667,"x":2.8,"y":2.8,"curve":"stepped"},{"time":4,"x":1.3,"y":1.3,"curve":0.505,"c3":0.719,"c4":0.56},{"time":10,"x":2.347,"y":2.347}],"shear":[{"x":-12.26,"y":-1.2,"curve":0.363,"c2":0.45,"c3":0.755},{"time":1.5333,"x":-10.63,"y":7.51,"curve":0.248,"c3":0.734,"c4":0.93},{"time":4,"x":5.47,"y":-13.69},{"time":4.1,"x":5.66,"y":-14.07,"curve":0.25,"c3":0.75},{"time":6.6,"x":9.43,"y":-12.01,"curve":0.25,"c3":0.75},{"time":8.9667,"x":-13.23,"y":-6.34,"curve":0.257,"c3":0.619,"c4":0.46},{"time":10,"x":-12.26,"y":-1.2}]},"bone17":{"shear":[{"x":3.12,"y":3.03,"curve":0.342,"c2":0.36,"c3":0.694,"c4":0.76},{"time":1.1667,"x":0.76,"y":0.74,"curve":0.376,"c2":0.61,"c3":0.718},{"time":1.8667,"curve":0.25,"c3":0.75},{"time":5.2,"x":-3.74,"y":-7.23,"curve":0.25,"c3":0.75},{"time":8.5333,"x":5.43,"y":5.26,"curve":0.254,"c3":0.62,"c4":0.47},{"time":10,"x":3.12,"y":3.03}]},"snow92":{"translate":[{"curve":"stepped"},{"time":5,"curve":"stepped"},{"time":10}]},"snow93":{"translate":[{"curve":"stepped"},{"time":5,"curve":"stepped"},{"time":10}]},"snow94":{"translate":[{"curve":"stepped"},{"time":5,"curve":"stepped"},{"time":10}]},"snow96":{"translate":[{"curve":"stepped"},{"time":5,"curve":"stepped"},{"time":10}]},"bone22":{"translate":[{"x":-41.49,"y":-1338.29,"curve":0.376,"c2":0.51,"c3":0.749},{"time":0.9667,"x":-217.83,"y":-1675.68,"curve":0.25,"c3":0.75},{"time":2.9667,"x":134.31,"y":-2316.82,"curve":0.25,"c3":0.75},{"time":4.9333,"x":-210,"y":-2958.62,"curve":"stepped"},{"time":4.9667,"curve":0.328,"c3":0.661,"c4":0.34},{"time":5,"x":-0.79,"y":-1.97,"curve":0.257,"c2":0.03,"c3":0.751},{"time":6.9667,"x":-138,"y":-346.66,"curve":0.25,"c3":0.75},{"time":8.9667,"x":151.1,"y":-969.81,"curve":0.249,"c3":0.627,"c4":0.51},{"time":10,"x":-41.49,"y":-1338.29}],"scale":[{"x":2.074,"y":2.074,"curve":0.252,"c2":0.5,"c3":0.509},{"time":4.9667,"x":2.8,"y":2.8,"curve":"stepped"},{"time":5,"x":1.3,"y":1.3,"curve":0.487,"c3":0.741,"c4":0.5},{"time":10,"x":2.074,"y":2.074}],"shear":[{"x":-13.22,"y":-6.28,"curve":0.256,"c2":0.03,"c3":0.751},{"time":2.5333,"x":-10.63,"y":7.51,"curve":0.248,"c3":0.734,"c4":0.93},{"time":5,"x":5.47,"y":-13.69,"curve":0.345,"c2":0.66,"c3":0.679},{"time":5.1,"x":5.66,"y":-14.07,"curve":0.25,"c3":0.75},{"time":7.6,"x":9.43,"y":-12.01,"curve":0.25,"c3":0.75},{"time":9.9667,"x":-13.23,"y":-6.34,"curve":0.329,"c3":0.662,"c4":0.34},{"time":10,"x":-13.22,"y":-6.28}]},"snow98":{"translate":[{"curve":"stepped"},{"time":5,"curve":"stepped"},{"time":10}]},"snow99":{"translate":[{"curve":"stepped"},{"time":5,"curve":"stepped"},{"time":10}]},"snow102":{"translate":[{"curve":"stepped"},{"time":5,"curve":"stepped"},{"time":10}]},"snow103":{"translate":[{"curve":"stepped"},{"time":5,"curve":"stepped"},{"time":10}]},"bone23":{"translate":[{"x":-41.49,"y":-1338.29,"curve":0.376,"c2":0.51,"c3":0.749},{"time":0.9667,"x":-217.83,"y":-1675.68,"curve":0.25,"c3":0.75},{"time":2.9667,"x":134.31,"y":-2316.82,"curve":0.25,"c3":0.75},{"time":4.9333,"x":-210,"y":-2958.62,"curve":"stepped"},{"time":4.9667,"curve":0.328,"c3":0.661,"c4":0.34},{"time":5,"x":-0.79,"y":-1.97,"curve":0.257,"c2":0.03,"c3":0.751},{"time":6.9667,"x":-138,"y":-346.66,"curve":0.25,"c3":0.75},{"time":8.9667,"x":151.1,"y":-969.81,"curve":0.249,"c3":0.627,"c4":0.51},{"time":10,"x":-41.49,"y":-1338.29}],"scale":[{"x":2.074,"y":2.074,"curve":0.252,"c2":0.5,"c3":0.509},{"time":4.9667,"x":2.8,"y":2.8,"curve":"stepped"},{"time":5,"x":1.3,"y":1.3,"curve":0.487,"c3":0.741,"c4":0.5},{"time":10,"x":2.074,"y":2.074}],"shear":[{"x":-13.22,"y":-6.28,"curve":0.256,"c2":0.03,"c3":0.751},{"time":2.5333,"x":-10.63,"y":7.51,"curve":0.248,"c3":0.734,"c4":0.93},{"time":5,"x":5.47,"y":-13.69,"curve":0.345,"c2":0.66,"c3":0.679},{"time":5.1,"x":5.66,"y":-14.07,"curve":0.25,"c3":0.75},{"time":7.6,"x":9.43,"y":-12.01,"curve":0.25,"c3":0.75},{"time":9.9667,"x":-13.23,"y":-6.34,"curve":0.329,"c3":0.662,"c4":0.34},{"time":10,"x":-13.22,"y":-6.28}]},"snow104":{"translate":[{"curve":"stepped"},{"time":5,"curve":"stepped"},{"time":10}]},"snow105":{"translate":[{"curve":"stepped"},{"time":5,"curve":"stepped"},{"time":10}]},"snow106":{"translate":[{"curve":"stepped"},{"time":5,"curve":"stepped"},{"time":10}]},"snow107":{"translate":[{"curve":"stepped"},{"time":5,"curve":"stepped"},{"time":10}]},"bone24":{"translate":[{"x":-41.49,"y":-1338.29,"curve":0.376,"c2":0.51,"c3":0.749},{"time":0.9667,"x":-217.83,"y":-1675.68,"curve":0.25,"c3":0.75},{"time":2.9667,"x":134.31,"y":-2316.82,"curve":0.25,"c3":0.75},{"time":4.9333,"x":-210,"y":-2958.62,"curve":"stepped"},{"time":4.9667,"curve":0.328,"c3":0.661,"c4":0.34},{"time":5,"x":-0.79,"y":-1.97,"curve":0.257,"c2":0.03,"c3":0.751},{"time":6.9667,"x":-138,"y":-346.66,"curve":0.25,"c3":0.75},{"time":8.9667,"x":151.1,"y":-969.81,"curve":0.249,"c3":0.627,"c4":0.51},{"time":10,"x":-41.49,"y":-1338.29}],"scale":[{"x":2.074,"y":2.074,"curve":0.252,"c2":0.5,"c3":0.509},{"time":4.9667,"x":2.8,"y":2.8,"curve":"stepped"},{"time":5,"x":1.3,"y":1.3,"curve":0.487,"c3":0.741,"c4":0.5},{"time":10,"x":2.074,"y":2.074}],"shear":[{"x":-13.22,"y":-6.28,"curve":0.256,"c2":0.03,"c3":0.751},{"time":2.5333,"x":-10.63,"y":7.51,"curve":0.248,"c3":0.734,"c4":0.93},{"time":5,"x":5.47,"y":-13.69},{"time":5.1,"x":5.66,"y":-14.07,"curve":0.25,"c3":0.75},{"time":7.6,"x":9.43,"y":-12.01,"curve":0.25,"c3":0.75},{"time":9.9667,"x":-13.23,"y":-6.34,"curve":0.329,"c3":0.662,"c4":0.34},{"time":10,"x":-13.22,"y":-6.28}]},"bone21":{"shear":[{"x":0.76,"y":0.74,"curve":0.376,"c2":0.61,"c3":0.718},{"time":0.7,"curve":0.25,"c3":0.75},{"time":4.0333,"x":-3.74,"y":-7.23,"curve":0.25,"c3":0.75},{"time":7.3667,"x":5.43,"y":5.26,"curve":0.243,"c3":0.677,"c4":0.7},{"time":10,"x":0.76,"y":0.74}]},"snow110":{"translate":[{"curve":"stepped"},{"time":6,"curve":"stepped"},{"time":10}]},"snow112":{"translate":[{"curve":"stepped"},{"time":6,"curve":"stepped"},{"time":10}]},"snow114":{"translate":[{"curve":"stepped"},{"time":6,"curve":"stepped"},{"time":10}]},"snow115":{"translate":[{"curve":"stepped"},{"time":6,"curve":"stepped"},{"time":10}]},"bone26":{"translate":[{"x":149,"y":-973.83,"curve":0.257,"c2":0.03,"c3":0.751},{"time":1.9667,"x":-217.83,"y":-1675.68,"curve":0.25,"c3":0.75},{"time":3.9667,"x":134.31,"y":-2316.82,"curve":0.25,"c3":0.75},{"time":5.9333,"x":-210,"y":-2958.62,"curve":"stepped"},{"time":5.9667,"curve":0.328,"c3":0.661,"c4":0.34},{"time":6,"x":-0.79,"y":-1.97,"curve":0.257,"c2":0.03,"c3":0.751},{"time":7.9667,"x":-138,"y":-346.66,"curve":0.25,"c3":0.75},{"time":9.9667,"x":151.1,"y":-969.81,"curve":0.328,"c3":0.661,"c4":0.34},{"time":10,"x":149,"y":-973.83}],"scale":[{"x":1.792,"y":1.792,"curve":0.27,"c2":0.45,"c3":0.489},{"time":5.9667,"x":2.8,"y":2.8,"curve":"stepped"},{"time":6,"x":1.3,"y":1.3,"curve":0.462,"c3":0.747,"c4":0.46},{"time":10,"x":1.792,"y":1.792}],"shear":[{"x":-4.64,"y":-8.49,"curve":0.381,"c2":0.54,"c3":0.743},{"time":0.9667,"x":-13.23,"y":-6.34,"curve":0.25,"c3":0.75},{"time":3.5333,"x":-10.63,"y":7.51,"curve":0.248,"c3":0.734,"c4":0.93},{"time":6,"x":5.47,"y":-13.69,"curve":0.345,"c2":0.66,"c3":0.679},{"time":6.1,"x":5.66,"y":-14.07,"curve":0.25,"c3":0.75},{"time":8.6,"x":9.43,"y":-12.01,"curve":0.245,"c3":0.636,"c4":0.55},{"time":10,"x":-4.64,"y":-8.49}]},"snow116":{"translate":[{"curve":"stepped"},{"time":6,"curve":"stepped"},{"time":10}]},"snow117":{"translate":[{"curve":"stepped"},{"time":6,"curve":"stepped"},{"time":10}]},"snow119":{"translate":[{"curve":"stepped"},{"time":6,"curve":"stepped"},{"time":10}]},"snow121":{"translate":[{"curve":"stepped"},{"time":6,"curve":"stepped"},{"time":10}]},"bone27":{"translate":[{"x":149,"y":-973.83,"curve":0.257,"c2":0.03,"c3":0.751},{"time":1.9667,"x":-217.83,"y":-1675.68,"curve":0.25,"c3":0.75},{"time":3.9667,"x":134.31,"y":-2316.82,"curve":0.25,"c3":0.75},{"time":5.9333,"x":-210,"y":-2958.62,"curve":"stepped"},{"time":5.9667,"curve":0.328,"c3":0.661,"c4":0.34},{"time":6,"x":-0.79,"y":-1.97,"curve":0.257,"c2":0.03,"c3":0.751},{"time":7.9667,"x":-138,"y":-346.66,"curve":0.25,"c3":0.75},{"time":9.9667,"x":151.1,"y":-969.81,"curve":0.328,"c3":0.661,"c4":0.34},{"time":10,"x":149,"y":-973.83}],"scale":[{"x":1.792,"y":1.792,"curve":0.27,"c2":0.45,"c3":0.489},{"time":5.9667,"x":2.8,"y":2.8,"curve":"stepped"},{"time":6,"x":1.3,"y":1.3,"curve":0.462,"c3":0.747,"c4":0.46},{"time":10,"x":1.792,"y":1.792}],"shear":[{"x":-4.64,"y":-8.49,"curve":0.381,"c2":0.54,"c3":0.743},{"time":0.9667,"x":-13.23,"y":-6.34,"curve":0.25,"c3":0.75},{"time":3.5333,"x":-10.63,"y":7.51,"curve":0.248,"c3":0.734,"c4":0.93},{"time":6,"x":5.47,"y":-13.69,"curve":0.345,"c2":0.66,"c3":0.679},{"time":6.1,"x":5.66,"y":-14.07,"curve":0.25,"c3":0.75},{"time":8.6,"x":9.43,"y":-12.01,"curve":0.245,"c3":0.636,"c4":0.55},{"time":10,"x":-4.64,"y":-8.49}]},"snow122":{"translate":[{"curve":"stepped"},{"time":6,"curve":"stepped"},{"time":10}]},"snow123":{"translate":[{"curve":"stepped"},{"time":6,"curve":"stepped"},{"time":10}]},"snow125":{"translate":[{"curve":"stepped"},{"time":6,"curve":"stepped"},{"time":10}]},"snow126":{"translate":[{"curve":"stepped"},{"time":6,"curve":"stepped"},{"time":10}]},"bone28":{"translate":[{"x":149,"y":-973.83,"curve":0.257,"c2":0.03,"c3":0.751},{"time":1.9667,"x":-217.83,"y":-1675.68,"curve":0.25,"c3":0.75},{"time":3.9667,"x":134.31,"y":-2316.82,"curve":0.25,"c3":0.75},{"time":5.9333,"x":-210,"y":-2958.62,"curve":"stepped"},{"time":5.9667,"curve":0.328,"c3":0.661,"c4":0.34},{"time":6,"x":-0.79,"y":-1.97,"curve":0.257,"c2":0.03,"c3":0.751},{"time":7.9667,"x":-138,"y":-346.66,"curve":0.25,"c3":0.75},{"time":9.9667,"x":151.1,"y":-969.81,"curve":0.328,"c3":0.661,"c4":0.34},{"time":10,"x":149,"y":-973.83}],"scale":[{"x":1.792,"y":1.792,"curve":0.27,"c2":0.45,"c3":0.489},{"time":5.9667,"x":2.8,"y":2.8,"curve":"stepped"},{"time":6,"x":1.3,"y":1.3,"curve":0.462,"c3":0.747,"c4":0.46},{"time":10,"x":1.792,"y":1.792}],"shear":[{"x":-4.64,"y":-8.49,"curve":0.381,"c2":0.54,"c3":0.743},{"time":0.9667,"x":-13.23,"y":-6.34,"curve":0.25,"c3":0.75},{"time":3.5333,"x":-10.63,"y":7.51,"curve":0.248,"c3":0.734,"c4":0.93},{"time":6,"x":5.47,"y":-13.69},{"time":6.1,"x":5.66,"y":-14.07,"curve":0.25,"c3":0.75},{"time":8.6,"x":9.43,"y":-12.01,"curve":0.245,"c3":0.636,"c4":0.55},{"time":10,"x":-4.64,"y":-8.49}]},"bone25":{"shear":[{"x":3.76,"y":3.64,"curve":0.333,"c2":0.33,"c3":0.696,"c4":0.76},{"time":1.4667,"x":0.76,"y":0.74,"curve":0.376,"c2":0.61,"c3":0.718},{"time":2.1667,"curve":0.25,"c3":0.75},{"time":5.5,"x":-3.74,"y":-7.23,"curve":0.25,"c3":0.75},{"time":8.8333,"x":5.43,"y":5.26,"curve":0.263,"c3":0.618,"c4":0.43},{"time":10,"x":3.76,"y":3.64}]},"snow128":{"translate":[{"curve":"stepped"},{"time":7,"curve":"stepped"},{"time":10}]},"snow129":{"translate":[{"curve":"stepped"},{"time":7,"curve":"stepped"},{"time":10}]},"snow130":{"translate":[{"curve":"stepped"},{"time":7,"curve":"stepped"},{"time":10}]},"snow132":{"translate":[{"curve":"stepped"},{"time":7,"curve":"stepped"},{"time":10}]},"snow133":{"translate":[{"curve":"stepped"},{"time":7,"curve":"stepped"},{"time":10}]},"bone30":{"translate":[{"x":12.92,"y":-671.96,"curve":0.376,"c2":0.51,"c3":0.749},{"time":0.9667,"x":151.1,"y":-969.81,"curve":0.25,"c3":0.75},{"time":2.9667,"x":-217.83,"y":-1675.68,"curve":0.25,"c3":0.75},{"time":4.9667,"x":134.31,"y":-2316.82,"curve":0.25,"c3":0.75},{"time":6.9333,"x":-210,"y":-2958.62,"curve":"stepped"},{"time":6.9667,"curve":0.328,"c3":0.661,"c4":0.34},{"time":7,"x":-0.79,"y":-1.97,"curve":0.257,"c2":0.03,"c3":0.751},{"time":8.9667,"x":-138,"y":-346.66,"curve":0.249,"c3":0.627,"c4":0.51},{"time":10,"x":12.92,"y":-671.96}],"scale":[{"x":1.565,"y":1.565,"curve":0.304,"c2":0.38,"c3":0.477},{"time":6.9667,"x":2.8,"y":2.8,"curve":"stepped"},{"time":7,"x":1.3,"y":1.3,"curve":0.432,"c3":0.74,"c4":0.42},{"time":10,"x":1.565,"y":1.565}],"shear":[{"x":7.2,"y":-11.45,"curve":0.312,"c2":0.25,"c3":0.757},{"time":1.9667,"x":-13.23,"y":-6.34,"curve":0.25,"c3":0.75},{"time":4.5333,"x":-10.63,"y":7.51,"curve":0.248,"c3":0.734,"c4":0.93},{"time":7,"x":5.47,"y":-13.69,"curve":0.345,"c2":0.66,"c3":0.679},{"time":7.1,"x":5.66,"y":-14.07,"curve":0.25,"c3":0.75},{"time":9.6,"x":9.43,"y":-12.01,"curve":0.29,"c3":0.629,"c4":0.38},{"time":10,"x":7.2,"y":-11.45}]},"snow135":{"translate":[{"curve":"stepped"},{"time":7,"curve":"stepped"},{"time":10}]},"snow136":{"translate":[{"curve":"stepped"},{"time":7,"curve":"stepped"},{"time":10}]},"snow137":{"translate":[{"curve":"stepped"},{"time":7,"curve":"stepped"},{"time":10}]},"snow138":{"translate":[{"curve":"stepped"},{"time":7,"curve":"stepped"},{"time":10}]},"bone31":{"translate":[{"x":12.92,"y":-671.96,"curve":0.376,"c2":0.51,"c3":0.749},{"time":0.9667,"x":151.1,"y":-969.81,"curve":0.25,"c3":0.75},{"time":2.9667,"x":-217.83,"y":-1675.68,"curve":0.25,"c3":0.75},{"time":4.9667,"x":134.31,"y":-2316.82,"curve":0.25,"c3":0.75},{"time":6.9333,"x":-210,"y":-2958.62,"curve":"stepped"},{"time":6.9667,"curve":0.328,"c3":0.661,"c4":0.34},{"time":7,"x":-0.79,"y":-1.97,"curve":0.257,"c2":0.03,"c3":0.751},{"time":8.9667,"x":-138,"y":-346.66,"curve":0.249,"c3":0.627,"c4":0.51},{"time":10,"x":12.92,"y":-671.96}],"scale":[{"x":1.565,"y":1.565,"curve":0.304,"c2":0.38,"c3":0.477},{"time":6.9667,"x":2.8,"y":2.8,"curve":"stepped"},{"time":7,"x":1.3,"y":1.3,"curve":0.432,"c3":0.74,"c4":0.42},{"time":10,"x":1.565,"y":1.565}],"shear":[{"x":7.2,"y":-11.45,"curve":0.312,"c2":0.25,"c3":0.757},{"time":1.9667,"x":-13.23,"y":-6.34,"curve":0.25,"c3":0.75},{"time":4.5333,"x":-10.63,"y":7.51,"curve":0.248,"c3":0.734,"c4":0.93},{"time":7,"x":5.47,"y":-13.69,"curve":0.345,"c2":0.66,"c3":0.679},{"time":7.1,"x":5.66,"y":-14.07,"curve":0.25,"c3":0.75},{"time":9.6,"x":9.43,"y":-12.01,"curve":0.29,"c3":0.629,"c4":0.38},{"time":10,"x":7.2,"y":-11.45}]},"snow140":{"translate":[{"curve":"stepped"},{"time":7,"curve":"stepped"},{"time":10}]},"snow141":{"translate":[{"curve":"stepped"},{"time":7,"curve":"stepped"},{"time":10}]},"snow142":{"translate":[{"curve":"stepped"},{"time":7,"curve":"stepped"},{"time":10}]},"snow144":{"translate":[{"curve":"stepped"},{"time":7,"curve":"stepped"},{"time":10}]},"snow145":{"translate":[{"curve":"stepped"},{"time":7,"curve":"stepped"},{"time":10}]},"bone32":{"translate":[{"x":12.92,"y":-671.96,"curve":0.376,"c2":0.51,"c3":0.749},{"time":0.9667,"x":151.1,"y":-969.81,"curve":0.25,"c3":0.75},{"time":2.9667,"x":-217.83,"y":-1675.68,"curve":0.25,"c3":0.75},{"time":4.9667,"x":134.31,"y":-2316.82,"curve":0.25,"c3":0.75},{"time":6.9333,"x":-210,"y":-2958.62,"curve":"stepped"},{"time":6.9667,"curve":0.328,"c3":0.661,"c4":0.34},{"time":7,"x":-0.79,"y":-1.97,"curve":0.257,"c2":0.03,"c3":0.751},{"time":8.9667,"x":-138,"y":-346.66,"curve":0.249,"c3":0.627,"c4":0.51},{"time":10,"x":12.92,"y":-671.96}],"scale":[{"x":1.565,"y":1.565,"curve":0.304,"c2":0.38,"c3":0.477},{"time":6.9667,"x":2.8,"y":2.8,"curve":"stepped"},{"time":7,"x":1.3,"y":1.3,"curve":0.432,"c3":0.74,"c4":0.42},{"time":10,"x":1.565,"y":1.565}],"shear":[{"x":7.2,"y":-11.45,"curve":0.312,"c2":0.25,"c3":0.757},{"time":1.9667,"x":-13.23,"y":-6.34,"curve":0.25,"c3":0.75},{"time":4.5333,"x":-10.63,"y":7.51,"curve":0.248,"c3":0.734,"c4":0.93},{"time":7,"x":5.47,"y":-13.69},{"time":7.1,"x":5.66,"y":-14.07,"curve":0.25,"c3":0.75},{"time":9.6,"x":9.43,"y":-12.01,"curve":0.29,"c3":0.629,"c4":0.38},{"time":10,"x":7.2,"y":-11.45}]},"bone29":{"shear":[{"x":0.76,"y":0.74,"curve":0.376,"c2":0.61,"c3":0.718},{"time":0.7,"curve":0.25,"c3":0.75},{"time":4.0333,"x":-3.74,"y":-7.23,"curve":0.25,"c3":0.75},{"time":7.3667,"x":5.43,"y":5.26,"curve":0.243,"c3":0.677,"c4":0.7},{"time":10,"x":0.76,"y":0.74}]},"snow147":{"translate":[{"curve":"stepped"},{"time":8,"curve":"stepped"},{"time":10}]},"snow148":{"translate":[{"curve":"stepped"},{"time":8,"curve":"stepped"},{"time":10}]},"snow149":{"translate":[{"curve":"stepped"},{"time":8,"curve":"stepped"},{"time":10}]},"snow150":{"translate":[{"curve":"stepped"},{"time":8,"curve":"stepped"},{"time":10}]},"bone34":{"translate":[{"x":-136.35,"y":-350.21,"curve":0.257,"c2":0.03,"c3":0.751},{"time":1.9667,"x":151.1,"y":-969.81,"curve":0.25,"c3":0.75},{"time":3.9667,"x":-217.83,"y":-1675.68,"curve":0.25,"c3":0.75},{"time":5.9667,"x":134.31,"y":-2316.82,"curve":0.25,"c3":0.75},{"time":7.9333,"x":-210,"y":-2958.62,"curve":"stepped"},{"time":7.9667,"curve":0.328,"c3":0.661,"c4":0.34},{"time":8,"x":-0.79,"y":-1.97,"curve":0.257,"c2":0.03,"c3":0.751},{"time":9.9667,"x":-138,"y":-346.66,"curve":0.328,"c3":0.661,"c4":0.34},{"time":10,"x":-136.35,"y":-350.21}],"scale":[{"x":1.414,"y":1.414,"curve":0.352,"c2":0.29,"c3":0.476},{"time":7.9667,"x":2.8,"y":2.8,"curve":"stepped"},{"time":8,"x":1.3,"y":1.3,"curve":0.399,"c3":0.722,"c4":0.38},{"time":10,"x":1.414,"y":1.414}],"shear":[{"x":8.78,"y":-12.37,"curve":0.379,"c2":0.6,"c3":0.723},{"time":0.6,"x":9.43,"y":-12.01,"curve":0.25,"c3":0.75},{"time":2.9667,"x":-13.23,"y":-6.34,"curve":0.25,"c3":0.75},{"time":5.5333,"x":-10.63,"y":7.51,"curve":0.248,"c3":0.734,"c4":0.93},{"time":8,"x":5.47,"y":-13.69,"curve":0.345,"c2":0.66,"c3":0.679},{"time":8.1,"x":5.66,"y":-14.07,"curve":0.242,"c3":0.669,"c4":0.68},{"time":10,"x":8.78,"y":-12.37}]},"snow153":{"translate":[{"curve":"stepped"},{"time":8,"curve":"stepped"},{"time":10}]},"snow154":{"translate":[{"curve":"stepped"},{"time":8,"curve":"stepped"},{"time":10}]},"snow155":{"translate":[{"curve":"stepped"},{"time":8,"curve":"stepped"},{"time":10}]},"snow156":{"translate":[{"curve":"stepped"},{"time":8,"curve":"stepped"},{"time":10}]},"bone35":{"translate":[{"x":-136.35,"y":-350.21,"curve":0.257,"c2":0.03,"c3":0.751},{"time":1.9667,"x":151.1,"y":-969.81,"curve":0.25,"c3":0.75},{"time":3.9667,"x":-217.83,"y":-1675.68,"curve":0.25,"c3":0.75},{"time":5.9667,"x":134.31,"y":-2316.82,"curve":0.25,"c3":0.75},{"time":7.9333,"x":-210,"y":-2958.62,"curve":"stepped"},{"time":7.9667,"curve":0.328,"c3":0.661,"c4":0.34},{"time":8,"x":-0.79,"y":-1.97,"curve":0.257,"c2":0.03,"c3":0.751},{"time":9.9667,"x":-138,"y":-346.66,"curve":0.328,"c3":0.661,"c4":0.34},{"time":10,"x":-136.35,"y":-350.21}],"scale":[{"x":1.414,"y":1.414,"curve":0.352,"c2":0.29,"c3":0.476},{"time":7.9667,"x":2.8,"y":2.8,"curve":"stepped"},{"time":8,"x":1.3,"y":1.3,"curve":0.399,"c3":0.722,"c4":0.38},{"time":10,"x":1.414,"y":1.414}],"shear":[{"x":8.78,"y":-12.37,"curve":0.379,"c2":0.6,"c3":0.723},{"time":0.6,"x":9.43,"y":-12.01,"curve":0.25,"c3":0.75},{"time":2.9667,"x":-13.23,"y":-6.34,"curve":0.25,"c3":0.75},{"time":5.5333,"x":-10.63,"y":7.51,"curve":0.248,"c3":0.734,"c4":0.93},{"time":8,"x":5.47,"y":-13.69,"curve":0.345,"c2":0.66,"c3":0.679},{"time":8.1,"x":5.66,"y":-14.07,"curve":0.242,"c3":0.669,"c4":0.68},{"time":10,"x":8.78,"y":-12.37}]},"snow158":{"translate":[{"curve":"stepped"},{"time":8,"curve":"stepped"},{"time":10}]},"snow159":{"translate":[{"curve":"stepped"},{"time":8,"curve":"stepped"},{"time":10}]},"snow160":{"translate":[{"curve":"stepped"},{"time":8,"curve":"stepped"},{"time":10}]},"snow161":{"translate":[{"curve":"stepped"},{"time":8,"curve":"stepped"},{"time":10}]},"bone36":{"translate":[{"x":-136.35,"y":-350.21,"curve":0.257,"c2":0.03,"c3":0.751},{"time":1.9667,"x":151.1,"y":-969.81,"curve":0.25,"c3":0.75},{"time":3.9667,"x":-217.83,"y":-1675.68,"curve":0.25,"c3":0.75},{"time":5.9667,"x":134.31,"y":-2316.82,"curve":0.25,"c3":0.75},{"time":7.9333,"x":-210,"y":-2958.62,"curve":"stepped"},{"time":7.9667,"curve":0.328,"c3":0.661,"c4":0.34},{"time":8,"x":-0.79,"y":-1.97,"curve":0.257,"c2":0.03,"c3":0.751},{"time":9.9667,"x":-138,"y":-346.66,"curve":0.328,"c3":0.661,"c4":0.34},{"time":10,"x":-136.35,"y":-350.21}],"scale":[{"x":1.414,"y":1.414,"curve":0.352,"c2":0.29,"c3":0.476},{"time":7.9667,"x":2.8,"y":2.8,"curve":"stepped"},{"time":8,"x":1.3,"y":1.3,"curve":0.399,"c3":0.722,"c4":0.38},{"time":10,"x":1.414,"y":1.414}],"shear":[{"x":8.78,"y":-12.37,"curve":0.379,"c2":0.6,"c3":0.723},{"time":0.6,"x":9.43,"y":-12.01,"curve":0.25,"c3":0.75},{"time":2.9667,"x":-13.23,"y":-6.34,"curve":0.25,"c3":0.75},{"time":5.5333,"x":-10.63,"y":7.51,"curve":0.248,"c3":0.734,"c4":0.93},{"time":8,"x":5.47,"y":-13.69},{"time":8.1,"x":5.66,"y":-14.07,"curve":0.242,"c3":0.669,"c4":0.68},{"time":10,"x":8.78,"y":-12.37}]},"bone33":{"shear":[{"x":2.91,"y":2.82,"curve":0.345,"c2":0.37,"c3":0.694,"c4":0.75},{"time":1.0667,"x":0.76,"y":0.74,"curve":0.376,"c2":0.61,"c3":0.718},{"time":1.7667,"curve":0.25,"c3":0.75},{"time":5.1,"x":-3.74,"y":-7.23,"curve":0.25,"c3":0.75},{"time":8.4333,"x":5.43,"y":5.26,"curve":0.252,"c3":0.622,"c4":0.49},{"time":10,"x":2.91,"y":2.82}]},"snow165":{"translate":[{"curve":"stepped"},{"time":9,"curve":"stepped"},{"time":10}]},"snow166":{"translate":[{"curve":"stepped"},{"time":9,"curve":"stepped"},{"time":10}]},"snow167":{"translate":[{"curve":"stepped"},{"time":9,"curve":"stepped"},{"time":10}]},"snow168":{"translate":[{"curve":"stepped"},{"time":9,"curve":"stepped"},{"time":10}]},"snow169":{"translate":[{"curve":"stepped"},{"time":9,"curve":"stepped"},{"time":10}]},"bone38":{"translate":[{"x":-72.02,"y":-180.92,"curve":0.376,"c2":0.51,"c3":0.749},{"time":0.9667,"x":-138,"y":-346.66,"curve":0.25,"c3":0.75},{"time":2.9667,"x":151.1,"y":-969.81,"curve":0.25,"c3":0.75},{"time":4.9667,"x":-217.83,"y":-1675.68,"curve":0.25,"c3":0.75},{"time":6.9667,"x":134.31,"y":-2316.82,"curve":0.25,"c3":0.75},{"time":8.9333,"x":-210,"y":-2958.62,"curve":"stepped"},{"time":8.9667,"curve":0.328,"c3":0.661,"c4":0.34},{"time":9,"x":-0.79,"y":-1.97,"curve":0.255,"c2":0.03,"c3":0.63,"c4":0.52},{"time":10,"x":-72.02,"y":-180.92}],"scale":[{"x":1.332,"y":1.332,"curve":0.412,"c2":0.17,"c3":0.484},{"time":8.9667,"x":2.8,"y":2.8,"curve":"stepped"},{"time":9,"x":1.3,"y":1.3,"curve":0.366,"c3":0.697,"c4":0.36},{"time":10,"x":1.332,"y":1.332}],"shear":[{"x":6.86,"y":-13.42,"curve":0.356,"c2":0.42,"c3":0.756},{"time":1.6,"x":9.43,"y":-12.01,"curve":0.25,"c3":0.75},{"time":3.9667,"x":-13.23,"y":-6.34,"curve":0.25,"c3":0.75},{"time":6.5333,"x":-10.63,"y":7.51,"curve":0.248,"c3":0.734,"c4":0.93},{"time":9,"x":5.47,"y":-13.69,"curve":0.345,"c2":0.66,"c3":0.679},{"time":9.1,"x":5.66,"y":-14.07,"curve":0.262,"c3":0.618,"c4":0.44},{"time":10,"x":6.86,"y":-13.42}]},"snow170":{"translate":[{"curve":"stepped"},{"time":9,"curve":"stepped"},{"time":10}]},"snow171":{"translate":[{"curve":"stepped"},{"time":9,"curve":"stepped"},{"time":10}]},"snow172":{"translate":[{"curve":"stepped"},{"time":9,"curve":"stepped"},{"time":10}]},"snow173":{"translate":[{"curve":"stepped"},{"time":9,"curve":"stepped"},{"time":10}]},"bone39":{"translate":[{"x":-72.02,"y":-180.92,"curve":0.376,"c2":0.51,"c3":0.749},{"time":0.9667,"x":-138,"y":-346.66,"curve":0.25,"c3":0.75},{"time":2.9667,"x":151.1,"y":-969.81,"curve":0.25,"c3":0.75},{"time":4.9667,"x":-217.83,"y":-1675.68,"curve":0.25,"c3":0.75},{"time":6.9667,"x":134.31,"y":-2316.82,"curve":0.25,"c3":0.75},{"time":8.9333,"x":-210,"y":-2958.62,"curve":"stepped"},{"time":8.9667,"curve":0.328,"c3":0.661,"c4":0.34},{"time":9,"x":-0.79,"y":-1.97,"curve":0.255,"c2":0.03,"c3":0.63,"c4":0.52},{"time":10,"x":-72.02,"y":-180.92}],"scale":[{"x":1.332,"y":1.332,"curve":0.412,"c2":0.17,"c3":0.484},{"time":8.9667,"x":2.8,"y":2.8,"curve":"stepped"},{"time":9,"x":1.3,"y":1.3,"curve":0.366,"c3":0.697,"c4":0.36},{"time":10,"x":1.332,"y":1.332}],"shear":[{"x":6.86,"y":-13.42,"curve":0.356,"c2":0.42,"c3":0.756},{"time":1.6,"x":9.43,"y":-12.01,"curve":0.25,"c3":0.75},{"time":3.9667,"x":-13.23,"y":-6.34,"curve":0.25,"c3":0.75},{"time":6.5333,"x":-10.63,"y":7.51,"curve":0.248,"c3":0.734,"c4":0.93},{"time":9,"x":5.47,"y":-13.69,"curve":0.345,"c2":0.66,"c3":0.679},{"time":9.1,"x":5.66,"y":-14.07,"curve":0.262,"c3":0.618,"c4":0.44},{"time":10,"x":6.86,"y":-13.42}]},"snow176":{"translate":[{"curve":"stepped"},{"time":9,"curve":"stepped"},{"time":10}]},"snow177":{"translate":[{"curve":"stepped"},{"time":9,"curve":"stepped"},{"time":10}]},"snow178":{"translate":[{"curve":"stepped"},{"time":9,"curve":"stepped"},{"time":10}]},"snow180":{"translate":[{"curve":"stepped"},{"time":9,"curve":"stepped"},{"time":10}]},"bone40":{"translate":[{"x":-72.02,"y":-180.92,"curve":0.376,"c2":0.51,"c3":0.749},{"time":0.9667,"x":-138,"y":-346.66,"curve":0.25,"c3":0.75},{"time":2.9667,"x":151.1,"y":-969.81,"curve":0.25,"c3":0.75},{"time":4.9667,"x":-217.83,"y":-1675.68,"curve":0.25,"c3":0.75},{"time":6.9667,"x":134.31,"y":-2316.82,"curve":0.25,"c3":0.75},{"time":8.9333,"x":-210,"y":-2958.62,"curve":"stepped"},{"time":8.9667,"curve":0.328,"c3":0.661,"c4":0.34},{"time":9,"x":-0.79,"y":-1.97,"curve":0.255,"c2":0.03,"c3":0.63,"c4":0.52},{"time":10,"x":-72.02,"y":-180.92}],"scale":[{"x":1.332,"y":1.332,"curve":0.412,"c2":0.17,"c3":0.484},{"time":8.9667,"x":2.8,"y":2.8,"curve":"stepped"},{"time":9,"x":1.3,"y":1.3,"curve":0.366,"c3":0.697,"c4":0.36},{"time":10,"x":1.332,"y":1.332}],"shear":[{"x":6.86,"y":-13.42,"curve":0.356,"c2":0.42,"c3":0.756},{"time":1.6,"x":9.43,"y":-12.01,"curve":0.25,"c3":0.75},{"time":3.9667,"x":-13.23,"y":-6.34,"curve":0.25,"c3":0.75},{"time":6.5333,"x":-10.63,"y":7.51,"curve":0.248,"c3":0.734,"c4":0.93},{"time":9,"x":5.47,"y":-13.69,"curve":0.345,"c2":0.66,"c3":0.679},{"time":9.1,"x":5.66,"y":-14.07,"curve":0.262,"c3":0.618,"c4":0.44},{"time":10,"x":6.86,"y":-13.42}]},"bone37":{"shear":[{"x":0.76,"y":0.74,"curve":0.376,"c2":0.61,"c3":0.718},{"time":0.7,"curve":0.25,"c3":0.75},{"time":4.0333,"x":-3.74,"y":-7.23,"curve":0.25,"c3":0.75},{"time":7.3667,"x":5.43,"y":5.26,"curve":0.243,"c3":0.677,"c4":0.7},{"time":10,"x":0.76,"y":0.74}]}}}}} \ No newline at end of file diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/snow.png b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/snow.png deleted file mode 100644 index fce1f838..00000000 Binary files a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/snow.png and /dev/null differ diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login_btn.meta b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login_btn.meta new file mode 100644 index 00000000..a44e77c1 --- /dev/null +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login_btn.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3c871f111ce003046b0ffbdb74e1405f +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login_btn/dly_btn.atlas.txt b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login_btn/dly_btn.atlas.txt new file mode 100644 index 00000000..a8656146 --- /dev/null +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login_btn/dly_btn.atlas.txt @@ -0,0 +1,20 @@ + +dly_btn.png +size: 529,606 +format: RGBA8888 +filter: Linear,Linear +repeat: none +dly_btn + rotate: true + xy: 2, 2 + size: 602, 199 + orig: 602, 199 + offset: 0, 0 + index: -1 +dly_light + rotate: false + xy: 203, 127 + size: 324, 477 + orig: 324, 477 + offset: 0, 0 + index: -1 diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login_btn/dly_btn.atlas.txt.meta b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login_btn/dly_btn.atlas.txt.meta new file mode 100644 index 00000000..b7e62fdb --- /dev/null +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login_btn/dly_btn.atlas.txt.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: d963c287d64b0bc44aae90fa3a353c69 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login_btn/dly_btn.json b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login_btn/dly_btn.json new file mode 100644 index 00000000..8ce32b95 --- /dev/null +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login_btn/dly_btn.json @@ -0,0 +1 @@ +{"skeleton":{"hash":"X3R1rwVPYEoBf5j8a/7NDlp8gkY","spine":"3.8.93","x":-301,"y":-99,"width":602,"height":199,"images":"./image/","audio":""},"bones":[{"name":"root"},{"name":"dly_light","parent":"root","rotation":-8.49,"x":-484.33}],"slots":[{"name":"dly_btn","bone":"root","attachment":"dly_btn"},{"name":"caijian","bone":"root","attachment":"caijian"},{"name":"dly_light","bone":"dly_light","attachment":"dly_light"}],"skins":[{"name":"default","attachments":{"caijian":{"caijian":{"type":"clipping","end":"caijian","vertexCount":18,"vertices":[-221.22,90.58,222.8,91.01,249.4,82.86,276.85,56.26,288.86,27.95,289.29,-18.81,274.71,-51.85,242.96,-76.3,210.36,-81.45,-220.79,-80.59,-252.53,-71.15,-273.13,-53.13,-289,-24.82,-289.43,1.35,-287.71,29.23,-277.42,57.98,-255.11,79.86,-232.8,89.72],"color":"ce3a3a00"}},"dly_btn":{"dly_btn":{"y":0.5,"width":602,"height":199}},"dly_light":{"dly_light":{"x":11.31,"y":10.67,"width":324,"height":477}}}}],"animations":{"animation":{"bones":{"dly_light":{"translate":[{"x":79.99},{"time":0.8333,"x":889.66,"curve":"stepped"},{"time":2.4,"x":889.66}]}}}}} \ No newline at end of file diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login_btn/dly_btn.json.meta b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login_btn/dly_btn.json.meta new file mode 100644 index 00000000..9d0a4fc7 --- /dev/null +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login_btn/dly_btn.json.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 3690ec5b104e55f46a756bdf6e158791 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login_btn/dly_btn.png b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login_btn/dly_btn.png new file mode 100644 index 00000000..2b70cade Binary files /dev/null and b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login_btn/dly_btn.png differ diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/snow.png.meta b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login_btn/dly_btn.png.meta similarity index 89% rename from Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/snow.png.meta rename to Assets/Resources/LoveLegendAssets/Effect/spine/fx_login_btn/dly_btn.png.meta index 26a51270..56ba11c3 100644 --- a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/snow.png.meta +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login_btn/dly_btn.png.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 80fbf5af0ce88a94a8a2d014de9fc025 +guid: 1f93efc1014dab64d9972ab8808a61a0 TextureImporter: internalIDToNameTable: [] externalObjects: {} @@ -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 diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login_btn/dly_btn_Atlas.asset b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login_btn/dly_btn_Atlas.asset new file mode 100644 index 00000000..510e987b --- /dev/null +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login_btn/dly_btn_Atlas.asset @@ -0,0 +1,17 @@ +%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: dly_btn_Atlas + m_EditorClassIdentifier: + atlasFile: {fileID: 4900000, guid: d963c287d64b0bc44aae90fa3a353c69, type: 3} + materials: + - {fileID: 2100000, guid: 4c9e1aefe1badcc40af94b990c17a736, type: 2} diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login_btn/dly_btn_Atlas.asset.meta b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login_btn/dly_btn_Atlas.asset.meta new file mode 100644 index 00000000..ac889a27 --- /dev/null +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login_btn/dly_btn_Atlas.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 50f2ece7eee381b47a6da4483f04f494 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login_btn/dly_btn_Material.mat b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login_btn/dly_btn_Material.mat new file mode 100644 index 00000000..944d4306 --- /dev/null +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login_btn/dly_btn_Material.mat @@ -0,0 +1,46 @@ +%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: dly_btn_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: 1f93efc1014dab64d9972ab8808a61a0, 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: [] diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login_btn/dly_btn_Material.mat.meta b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login_btn/dly_btn_Material.mat.meta new file mode 100644 index 00000000..6dbeeffe --- /dev/null +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login_btn/dly_btn_Material.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4c9e1aefe1badcc40af94b990c17a736 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login_btn/dly_btn_SkeletonData.asset b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login_btn/dly_btn_SkeletonData.asset new file mode 100644 index 00000000..ac4cc56a --- /dev/null +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login_btn/dly_btn_SkeletonData.asset @@ -0,0 +1,31 @@ +%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: dly_btn_SkeletonData + m_EditorClassIdentifier: + atlasAssets: + - {fileID: 11400000, guid: 50f2ece7eee381b47a6da4483f04f494, type: 2} + scale: 0.01 + skeletonJSON: {fileID: 4900000, guid: 3690ec5b104e55f46a756bdf6e158791, type: 3} + isUpgradingBlendModeMaterials: 0 + blendModeMaterials: + requiresBlendModeMaterials: 0 + applyAdditiveMaterial: 0 + additiveMaterials: [] + multiplyMaterials: [] + screenMaterials: [] + skeletonDataModifiers: [] + fromAnimation: [] + toAnimation: [] + duration: [] + defaultMix: 0.2 + controller: {fileID: 0} diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login_btn/dly_btn_SkeletonData.asset.meta b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login_btn/dly_btn_SkeletonData.asset.meta new file mode 100644 index 00000000..a0861a7d --- /dev/null +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login_btn/dly_btn_SkeletonData.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ec92ceda498354044a395f6e6a6f44f1 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_btn_login/fx_btn_login.prefab b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login_btn/fx_login_btn.prefab similarity index 93% rename from Assets/Resources/LoveLegendAssets/Effect/spine/fx_btn_login/fx_btn_login.prefab rename to Assets/Resources/LoveLegendAssets/Effect/spine/fx_login_btn/fx_login_btn.prefab index 50a55957..450448fb 100644 --- a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_btn_login/fx_btn_login.prefab +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login_btn/fx_login_btn.prefab @@ -13,7 +13,7 @@ GameObject: - component: {fileID: 667631953045773237} - component: {fileID: 1929929366198807263} m_Layer: 0 - m_Name: fx_btn_login + m_Name: fx_login_btn m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 @@ -62,8 +62,8 @@ MeshRenderer: m_RenderingLayerMask: 1 m_RendererPriority: 0 m_Materials: - - {fileID: 2100000, guid: b86e37603f63d4b27bc19c5f8962b972, type: 2} - - {fileID: 2100000, guid: 6dbfef706824749ba912f84dd11009fa, type: 2} + - {fileID: 2100000, guid: d748ac0020d87f5418d27ac62eb38b22, type: 2} + - {fileID: 2100000, guid: 0e21dfcae29954a46a9d2287f3790fb5, type: 2} m_StaticBatchInfo: firstSubMesh: 0 subMeshCount: 0 @@ -97,7 +97,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: d247ba06193faa74d9335f5481b2b56c, type: 3} m_Name: m_EditorClassIdentifier: - skeletonDataAsset: {fileID: 11400000, guid: 90490c3633d38bd45b4cef8948586809, type: 2} + skeletonDataAsset: {fileID: 11400000, guid: ec92ceda498354044a395f6e6a6f44f1, type: 2} initialSkinName: initialFlipX: 0 initialFlipY: 0 diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login_btn/fx_login_btn.prefab.meta b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login_btn/fx_login_btn.prefab.meta new file mode 100644 index 00000000..ca0aaee3 --- /dev/null +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login_btn/fx_login_btn.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 050ec45e3dc3bf3488e2ef520754ace5 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_play_button.meta b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_play_button.meta new file mode 100644 index 00000000..dcf7fe1c --- /dev/null +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_play_button.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5c18d961f4b8604429742a057c79d2f9 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_play_button/fx_play_button.prefab b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_play_button/fx_play_button.prefab new file mode 100644 index 00000000..cf78ce28 --- /dev/null +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_play_button/fx_play_button.prefab @@ -0,0 +1,123 @@ +%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_play_button + 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: 41fdf87037ad84d03a0e22f804bc06c2, 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: efda02c924ffdab4a98b3794c89a8ecb, 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 diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_play_button/fx_play_button.prefab.meta b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_play_button/fx_play_button.prefab.meta new file mode 100644 index 00000000..ec358ec9 --- /dev/null +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_play_button/fx_play_button.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 99f34dc63e194d44f8250849ad780415 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_play_button/yxdt_light.atlas.txt b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_play_button/yxdt_light.atlas.txt new file mode 100644 index 00000000..438b3547 --- /dev/null +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_play_button/yxdt_light.atlas.txt @@ -0,0 +1,13 @@ + +yxdt_light.png +size: 216,143 +format: RGBA8888 +filter: Linear,Linear +repeat: none +light1 + rotate: false + xy: 2, 2 + size: 212, 139 + orig: 212, 139 + offset: 0, 0 + index: -1 diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_play_button/yxdt_light.atlas.txt.meta b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_play_button/yxdt_light.atlas.txt.meta new file mode 100644 index 00000000..a06beabc --- /dev/null +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_play_button/yxdt_light.atlas.txt.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 6d60637cfe35baa47aa9abd24d1fa2bd +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_play_button/yxdt_light.json b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_play_button/yxdt_light.json new file mode 100644 index 00000000..5fa27942 --- /dev/null +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_play_button/yxdt_light.json @@ -0,0 +1 @@ +{"skeleton":{"hash":"LcbfnC9zCBfj9R7P0nlYcHDfeEk","spine":"3.8.93","x":-107.54,"y":-66.13,"width":212,"height":139,"images":"./images/","audio":"D:/18甜品羊/动画/游戏大厅动画/关卡光圈动画"},"bones":[{"name":"root"},{"name":"bone","parent":"root","x":-2.26,"y":-2.46,"color":"ff0000ff"},{"name":"light1","parent":"bone","x":-0.79,"y":9.66,"color":"ffffffff"}],"slots":[{"name":"light1","bone":"light1","attachment":"light1"}],"skins":[{"name":"default","attachments":{"light1":{"light1":{"x":1.51,"y":-3.83,"width":212,"height":139}}}}],"animations":{"animation":{"slots":{"light1":{"color":[{"color":"ffffff00"},{"time":0.2333,"color":"ffffffff","curve":"stepped"},{"time":0.5,"color":"ffffffff"},{"time":0.8333,"color":"ffffff00","curve":"stepped"},{"time":1.3333,"color":"ffffff00"},{"time":1.5667,"color":"ffffffff","curve":"stepped"},{"time":1.8333,"color":"ffffffff"},{"time":2.1667,"color":"ffffff00","curve":"stepped"},{"time":2.6667,"color":"ffffff00"}]}},"bones":{"light1":{"scale":[{"x":0.821,"y":0.837},{"time":0.8333,"x":1.128,"y":1.15},{"time":1.3333,"x":0.821,"y":0.837},{"time":2.1667,"x":1.128,"y":1.15,"curve":"stepped"},{"time":2.6667,"x":1.128,"y":1.15}]}}}}} \ No newline at end of file diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_play_button/yxdt_light.json.meta b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_play_button/yxdt_light.json.meta new file mode 100644 index 00000000..56702309 --- /dev/null +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_play_button/yxdt_light.json.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: c7874389e1d33b04189c3b5d4b38ab44 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_play_button/yxdt_light.png b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_play_button/yxdt_light.png new file mode 100644 index 00000000..96d42476 Binary files /dev/null and b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_play_button/yxdt_light.png differ diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_play_button/yxdt_light.png.meta b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_play_button/yxdt_light.png.meta new file mode 100644 index 00000000..de2fb9ea --- /dev/null +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_play_button/yxdt_light.png.meta @@ -0,0 +1,153 @@ +fileFormatVersion: 2 +guid: bedab9646018f8e49b826ac76f50856d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 13 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + 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: 0 + 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: diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_play_button/yxdt_light_Atlas.asset b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_play_button/yxdt_light_Atlas.asset new file mode 100644 index 00000000..31903de8 --- /dev/null +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_play_button/yxdt_light_Atlas.asset @@ -0,0 +1,17 @@ +%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: yxdt_light_Atlas + m_EditorClassIdentifier: + atlasFile: {fileID: 4900000, guid: 6d60637cfe35baa47aa9abd24d1fa2bd, type: 3} + materials: + - {fileID: 2100000, guid: e443e8988a45e184ba2d1676da77246c, type: 2} diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_play_button/yxdt_light_Atlas.asset.meta b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_play_button/yxdt_light_Atlas.asset.meta new file mode 100644 index 00000000..fdf03855 --- /dev/null +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_play_button/yxdt_light_Atlas.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 199ed0642b498bf4db500b522ed5d392 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/snow_Material.mat b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_play_button/yxdt_light_Material.mat similarity index 90% rename from Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/snow_Material.mat rename to Assets/Resources/LoveLegendAssets/Effect/spine/fx_play_button/yxdt_light_Material.mat index d560feff..8736457b 100644 --- a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_login/snow_Material.mat +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_play_button/yxdt_light_Material.mat @@ -7,7 +7,7 @@ Material: m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_Name: snow_Material + m_Name: yxdt_light_Material m_Shader: {fileID: 4800000, guid: 1e8a610c9e01c3648bac42585e5fc676, type: 3} m_Parent: {fileID: 0} m_ModifiedSerializedProperties: 0 @@ -27,7 +27,7 @@ Material: serializedVersion: 3 m_TexEnvs: - _MainTex: - m_Texture: {fileID: 2800000, guid: 80fbf5af0ce88a94a8a2d014de9fc025, type: 3} + m_Texture: {fileID: 2800000, guid: bedab9646018f8e49b826ac76f50856d, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} m_Ints: [] diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_play_button/yxdt_light_Material.mat.meta b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_play_button/yxdt_light_Material.mat.meta new file mode 100644 index 00000000..3438c7e3 --- /dev/null +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_play_button/yxdt_light_Material.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e443e8988a45e184ba2d1676da77246c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_play_button/yxdt_light_SkeletonData.asset b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_play_button/yxdt_light_SkeletonData.asset new file mode 100644 index 00000000..e0266f48 --- /dev/null +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_play_button/yxdt_light_SkeletonData.asset @@ -0,0 +1,31 @@ +%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: yxdt_light_SkeletonData + m_EditorClassIdentifier: + atlasAssets: + - {fileID: 11400000, guid: 199ed0642b498bf4db500b522ed5d392, type: 2} + scale: 0.01 + skeletonJSON: {fileID: 4900000, guid: c7874389e1d33b04189c3b5d4b38ab44, type: 3} + isUpgradingBlendModeMaterials: 0 + blendModeMaterials: + requiresBlendModeMaterials: 0 + applyAdditiveMaterial: 0 + additiveMaterials: [] + multiplyMaterials: [] + screenMaterials: [] + skeletonDataModifiers: [] + fromAnimation: [] + toAnimation: [] + duration: [] + defaultMix: 0.2 + controller: {fileID: 0} diff --git a/Assets/Resources/LoveLegendAssets/Effect/spine/fx_play_button/yxdt_light_SkeletonData.asset.meta b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_play_button/yxdt_light_SkeletonData.asset.meta new file mode 100644 index 00000000..62dcfabd --- /dev/null +++ b/Assets/Resources/LoveLegendAssets/Effect/spine/fx_play_button/yxdt_light_SkeletonData.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: efda02c924ffdab4a98b3794c89a8ecb +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Resources/LoveLegendAssets/FGUI/Egg_20_atlas0.png b/Assets/Resources/LoveLegendAssets/FGUI/Egg_20_atlas0.png new file mode 100644 index 00000000..880a7c5b Binary files /dev/null and b/Assets/Resources/LoveLegendAssets/FGUI/Egg_20_atlas0.png differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_AIchat_atlas0.png.meta b/Assets/Resources/LoveLegendAssets/FGUI/Egg_20_atlas0.png.meta similarity index 89% rename from Assets/Resources/LoveLegendAssets/FGUI/LG_AIchat_atlas0.png.meta rename to Assets/Resources/LoveLegendAssets/FGUI/Egg_20_atlas0.png.meta index 344db9d2..ad72be37 100644 --- a/Assets/Resources/LoveLegendAssets/FGUI/LG_AIchat_atlas0.png.meta +++ b/Assets/Resources/LoveLegendAssets/FGUI/Egg_20_atlas0.png.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 91eb45f2d52382a4ea9aa18dc58a9e8c +guid: eb147587b8596a24b9989dec87c249c9 TextureImporter: internalIDToNameTable: [] externalObjects: {} @@ -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 diff --git a/Assets/Resources/LoveLegendAssets/FGUI/Egg_20_fui.bytes b/Assets/Resources/LoveLegendAssets/FGUI/Egg_20_fui.bytes new file mode 100644 index 00000000..8768ddca Binary files /dev/null and b/Assets/Resources/LoveLegendAssets/FGUI/Egg_20_fui.bytes differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/Egg_20_fui.bytes.meta b/Assets/Resources/LoveLegendAssets/FGUI/Egg_20_fui.bytes.meta new file mode 100644 index 00000000..0669df3f --- /dev/null +++ b/Assets/Resources/LoveLegendAssets/FGUI/Egg_20_fui.bytes.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 48cfb0db50e4445429dd282116ad30cf +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_AIchat_atlas0.png b/Assets/Resources/LoveLegendAssets/FGUI/LG_AIchat_atlas0.png deleted file mode 100644 index b595eb7f..00000000 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/LG_AIchat_atlas0.png and /dev/null differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_AIchat_atlas0_1.png b/Assets/Resources/LoveLegendAssets/FGUI/LG_AIchat_atlas0_1.png deleted file mode 100644 index 56636511..00000000 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/LG_AIchat_atlas0_1.png and /dev/null differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_AIchat_atlas0_1.png.meta b/Assets/Resources/LoveLegendAssets/FGUI/LG_AIchat_atlas0_1.png.meta deleted file mode 100644 index e7fdaa8b..00000000 --- a/Assets/Resources/LoveLegendAssets/FGUI/LG_AIchat_atlas0_1.png.meta +++ /dev/null @@ -1,140 +0,0 @@ -fileFormatVersion: 2 -guid: fda2f2eb7470bf54a8d6378b8c3a90ad -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: 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: diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_AIchat_atlas0_2.png b/Assets/Resources/LoveLegendAssets/FGUI/LG_AIchat_atlas0_2.png deleted file mode 100644 index 46b3d217..00000000 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/LG_AIchat_atlas0_2.png and /dev/null differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_AIchat_atlas0_2.png.meta b/Assets/Resources/LoveLegendAssets/FGUI/LG_AIchat_atlas0_2.png.meta deleted file mode 100644 index 97a32eb0..00000000 --- a/Assets/Resources/LoveLegendAssets/FGUI/LG_AIchat_atlas0_2.png.meta +++ /dev/null @@ -1,140 +0,0 @@ -fileFormatVersion: 2 -guid: 99b6d062fe791ee48bf937f0308bd74d -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: 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: diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_AIchat_atlas0_3.png b/Assets/Resources/LoveLegendAssets/FGUI/LG_AIchat_atlas0_3.png deleted file mode 100644 index 50b08116..00000000 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/LG_AIchat_atlas0_3.png and /dev/null differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_AIchat_atlas0_3.png.meta b/Assets/Resources/LoveLegendAssets/FGUI/LG_AIchat_atlas0_3.png.meta deleted file mode 100644 index 3f6ea95a..00000000 --- a/Assets/Resources/LoveLegendAssets/FGUI/LG_AIchat_atlas0_3.png.meta +++ /dev/null @@ -1,140 +0,0 @@ -fileFormatVersion: 2 -guid: bfed4aadc6a0ab14dafeb036755d392d -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: 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: diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_AIchat_fui.bytes b/Assets/Resources/LoveLegendAssets/FGUI/LG_AIchat_fui.bytes deleted file mode 100644 index 06e4b787..00000000 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/LG_AIchat_fui.bytes and /dev/null differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_AIchat_fui.bytes.meta b/Assets/Resources/LoveLegendAssets/FGUI/LG_AIchat_fui.bytes.meta deleted file mode 100644 index c34c9586..00000000 --- a/Assets/Resources/LoveLegendAssets/FGUI/LG_AIchat_fui.bytes.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: db0c1944cd6cf364195d673942459159 -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_Common_atlas0.png b/Assets/Resources/LoveLegendAssets/FGUI/LG_Common_atlas0.png index f1fa7912..790e3e7b 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/LG_Common_atlas0.png and b/Assets/Resources/LoveLegendAssets/FGUI/LG_Common_atlas0.png differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_Common_atlas0.png.meta b/Assets/Resources/LoveLegendAssets/FGUI/LG_Common_atlas0.png.meta index 0c1293bc..bba3e652 100644 --- a/Assets/Resources/LoveLegendAssets/FGUI/LG_Common_atlas0.png.meta +++ b/Assets/Resources/LoveLegendAssets/FGUI/LG_Common_atlas0.png.meta @@ -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 diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_Common_fui.bytes b/Assets/Resources/LoveLegendAssets/FGUI/LG_Common_fui.bytes index 585b6e1e..c2133627 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/LG_Common_fui.bytes and b/Assets/Resources/LoveLegendAssets/FGUI/LG_Common_fui.bytes differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_End_atlas0.png b/Assets/Resources/LoveLegendAssets/FGUI/LG_End_atlas0.png deleted file mode 100644 index 49b4810a..00000000 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/LG_End_atlas0.png and /dev/null differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_End_atlas0.png.meta b/Assets/Resources/LoveLegendAssets/FGUI/LG_End_atlas0.png.meta deleted file mode 100644 index de693480..00000000 --- a/Assets/Resources/LoveLegendAssets/FGUI/LG_End_atlas0.png.meta +++ /dev/null @@ -1,140 +0,0 @@ -fileFormatVersion: 2 -guid: 5f96e21b7014b0c43b67c9a1afaf14fb -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: 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: diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_End_atlas0_1.png b/Assets/Resources/LoveLegendAssets/FGUI/LG_End_atlas0_1.png deleted file mode 100644 index cbde9f08..00000000 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/LG_End_atlas0_1.png and /dev/null differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_End_atlas0_1.png.meta b/Assets/Resources/LoveLegendAssets/FGUI/LG_End_atlas0_1.png.meta deleted file mode 100644 index e87fd625..00000000 --- a/Assets/Resources/LoveLegendAssets/FGUI/LG_End_atlas0_1.png.meta +++ /dev/null @@ -1,140 +0,0 @@ -fileFormatVersion: 2 -guid: fe5792f7aaa317540a8b8ffe88265748 -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: 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: diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_End_atlas0_2.png b/Assets/Resources/LoveLegendAssets/FGUI/LG_End_atlas0_2.png deleted file mode 100644 index aab11381..00000000 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/LG_End_atlas0_2.png and /dev/null differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_End_atlas0_2.png.meta b/Assets/Resources/LoveLegendAssets/FGUI/LG_End_atlas0_2.png.meta deleted file mode 100644 index 3a28e49c..00000000 --- a/Assets/Resources/LoveLegendAssets/FGUI/LG_End_atlas0_2.png.meta +++ /dev/null @@ -1,140 +0,0 @@ -fileFormatVersion: 2 -guid: dbf8eb1fb01baaa48867f84f6bcc6995 -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: 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: diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_End_atlas0_3.png b/Assets/Resources/LoveLegendAssets/FGUI/LG_End_atlas0_3.png deleted file mode 100644 index 0262c007..00000000 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/LG_End_atlas0_3.png and /dev/null differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_End_atlas0_3.png.meta b/Assets/Resources/LoveLegendAssets/FGUI/LG_End_atlas0_3.png.meta deleted file mode 100644 index bb17e765..00000000 --- a/Assets/Resources/LoveLegendAssets/FGUI/LG_End_atlas0_3.png.meta +++ /dev/null @@ -1,140 +0,0 @@ -fileFormatVersion: 2 -guid: f4f7d0d02f31ecc43b473ee337386f21 -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: 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: diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_End_atlas0_4.png b/Assets/Resources/LoveLegendAssets/FGUI/LG_End_atlas0_4.png deleted file mode 100644 index c45a9937..00000000 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/LG_End_atlas0_4.png and /dev/null differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_End_atlas0_4.png.meta b/Assets/Resources/LoveLegendAssets/FGUI/LG_End_atlas0_4.png.meta deleted file mode 100644 index 4f0f3102..00000000 --- a/Assets/Resources/LoveLegendAssets/FGUI/LG_End_atlas0_4.png.meta +++ /dev/null @@ -1,140 +0,0 @@ -fileFormatVersion: 2 -guid: 7b3f3f2cf4724ab479267c6d7966f3f0 -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: 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: diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_End_atlas0_5.png b/Assets/Resources/LoveLegendAssets/FGUI/LG_End_atlas0_5.png deleted file mode 100644 index 2d10e5f1..00000000 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/LG_End_atlas0_5.png and /dev/null differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_End_atlas0_5.png.meta b/Assets/Resources/LoveLegendAssets/FGUI/LG_End_atlas0_5.png.meta deleted file mode 100644 index b1b5c9d7..00000000 --- a/Assets/Resources/LoveLegendAssets/FGUI/LG_End_atlas0_5.png.meta +++ /dev/null @@ -1,140 +0,0 @@ -fileFormatVersion: 2 -guid: 82bfdb2b3efec654ead112334c3775e8 -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: 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: diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_End_atlas0_6.png b/Assets/Resources/LoveLegendAssets/FGUI/LG_End_atlas0_6.png deleted file mode 100644 index 96a97a67..00000000 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/LG_End_atlas0_6.png and /dev/null differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_End_fui.bytes b/Assets/Resources/LoveLegendAssets/FGUI/LG_End_fui.bytes deleted file mode 100644 index 8b8d5043..00000000 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/LG_End_fui.bytes and /dev/null differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_End_fui.bytes.meta b/Assets/Resources/LoveLegendAssets/FGUI/LG_End_fui.bytes.meta deleted file mode 100644 index 8e18933b..00000000 --- a/Assets/Resources/LoveLegendAssets/FGUI/LG_End_fui.bytes.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: 0ea1755811dd5464990ab3f54b2bdadf -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_LuckyGift_atlas0.png b/Assets/Resources/LoveLegendAssets/FGUI/LG_LuckyGift_atlas0.png deleted file mode 100644 index 948f7a67..00000000 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/LG_LuckyGift_atlas0.png and /dev/null differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_LuckyGift_atlas0.png.meta b/Assets/Resources/LoveLegendAssets/FGUI/LG_LuckyGift_atlas0.png.meta deleted file mode 100644 index db99262d..00000000 --- a/Assets/Resources/LoveLegendAssets/FGUI/LG_LuckyGift_atlas0.png.meta +++ /dev/null @@ -1,140 +0,0 @@ -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: 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: diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_LuckyGift_fui.bytes b/Assets/Resources/LoveLegendAssets/FGUI/LG_LuckyGift_fui.bytes deleted file mode 100644 index 868800ab..00000000 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/LG_LuckyGift_fui.bytes and /dev/null differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_LuckyGift_fui.bytes.meta b/Assets/Resources/LoveLegendAssets/FGUI/LG_LuckyGift_fui.bytes.meta deleted file mode 100644 index 16fb1279..00000000 --- a/Assets/Resources/LoveLegendAssets/FGUI/LG_LuckyGift_fui.bytes.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: 3e122ff0d0fcaf44a8b2609b582bb46f -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_Unlock_atlas0.png b/Assets/Resources/LoveLegendAssets/FGUI/LG_Unlock_atlas0.png deleted file mode 100644 index 11fce8e9..00000000 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/LG_Unlock_atlas0.png and /dev/null differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_Unlock_atlas0.png.meta b/Assets/Resources/LoveLegendAssets/FGUI/LG_Unlock_atlas0.png.meta deleted file mode 100644 index 836f66ff..00000000 --- a/Assets/Resources/LoveLegendAssets/FGUI/LG_Unlock_atlas0.png.meta +++ /dev/null @@ -1,140 +0,0 @@ -fileFormatVersion: 2 -guid: 8149ab0b34f4ae2459885bb1a189d11d -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: 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: diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_Unlock_atlas0_1.png b/Assets/Resources/LoveLegendAssets/FGUI/LG_Unlock_atlas0_1.png deleted file mode 100644 index 4be3f545..00000000 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/LG_Unlock_atlas0_1.png and /dev/null differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_Unlock_atlas0_1.png.meta b/Assets/Resources/LoveLegendAssets/FGUI/LG_Unlock_atlas0_1.png.meta deleted file mode 100644 index 83575d9b..00000000 --- a/Assets/Resources/LoveLegendAssets/FGUI/LG_Unlock_atlas0_1.png.meta +++ /dev/null @@ -1,140 +0,0 @@ -fileFormatVersion: 2 -guid: c05f1e534c817c243a098d5dc7cb80cc -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: 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: diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_Unlock_fui.bytes b/Assets/Resources/LoveLegendAssets/FGUI/LG_Unlock_fui.bytes deleted file mode 100644 index 685a5f45..00000000 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/LG_Unlock_fui.bytes and /dev/null differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_Unlock_fui.bytes.meta b/Assets/Resources/LoveLegendAssets/FGUI/LG_Unlock_fui.bytes.meta deleted file mode 100644 index 4dea4e7b..00000000 --- a/Assets/Resources/LoveLegendAssets/FGUI/LG_Unlock_fui.bytes.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: 2052e2d21ea0eb2488f2b39956b56f2b -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_Vip_atlas0.png b/Assets/Resources/LoveLegendAssets/FGUI/LG_Vip_atlas0.png deleted file mode 100644 index d6312f50..00000000 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/LG_Vip_atlas0.png and /dev/null differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_Vip_atlas0.png.meta b/Assets/Resources/LoveLegendAssets/FGUI/LG_Vip_atlas0.png.meta deleted file mode 100644 index bc0d3bbc..00000000 --- a/Assets/Resources/LoveLegendAssets/FGUI/LG_Vip_atlas0.png.meta +++ /dev/null @@ -1,140 +0,0 @@ -fileFormatVersion: 2 -guid: 2e520ea3d885aba49a59008b595087a8 -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: 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: diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_Vip_fui.bytes b/Assets/Resources/LoveLegendAssets/FGUI/LG_Vip_fui.bytes deleted file mode 100644 index b6bd1041..00000000 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/LG_Vip_fui.bytes and /dev/null differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_Vip_fui.bytes.meta b/Assets/Resources/LoveLegendAssets/FGUI/LG_Vip_fui.bytes.meta deleted file mode 100644 index b929a65e..00000000 --- a/Assets/Resources/LoveLegendAssets/FGUI/LG_Vip_fui.bytes.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: 42d2f8078ef3bae4e85cb154bfd5928b -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_albums_atlas0.png b/Assets/Resources/LoveLegendAssets/FGUI/LG_albums_atlas0.png deleted file mode 100644 index 26fc403a..00000000 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/LG_albums_atlas0.png and /dev/null differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_albums_atlas0.png.meta b/Assets/Resources/LoveLegendAssets/FGUI/LG_albums_atlas0.png.meta deleted file mode 100644 index b99f2a78..00000000 --- a/Assets/Resources/LoveLegendAssets/FGUI/LG_albums_atlas0.png.meta +++ /dev/null @@ -1,140 +0,0 @@ -fileFormatVersion: 2 -guid: 4f77a740594472245ab3b5d207fe7976 -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: 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: diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_albums_fui.bytes b/Assets/Resources/LoveLegendAssets/FGUI/LG_albums_fui.bytes deleted file mode 100644 index a14c108b..00000000 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/LG_albums_fui.bytes and /dev/null differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_albums_fui.bytes.meta b/Assets/Resources/LoveLegendAssets/FGUI/LG_albums_fui.bytes.meta deleted file mode 100644 index 86b3b476..00000000 --- a/Assets/Resources/LoveLegendAssets/FGUI/LG_albums_fui.bytes.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: 7bee7dcb720f92643b23d4a7207d28fb -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_live_atlas0.png b/Assets/Resources/LoveLegendAssets/FGUI/LG_live_atlas0.png deleted file mode 100644 index 5627e5d4..00000000 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/LG_live_atlas0.png and /dev/null differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_live_atlas0.png.meta b/Assets/Resources/LoveLegendAssets/FGUI/LG_live_atlas0.png.meta deleted file mode 100644 index 3e50e5e1..00000000 --- a/Assets/Resources/LoveLegendAssets/FGUI/LG_live_atlas0.png.meta +++ /dev/null @@ -1,140 +0,0 @@ -fileFormatVersion: 2 -guid: af01ab7dc149fa54ba185a209bf8bd93 -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: 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: diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_live_atlas0_1.png b/Assets/Resources/LoveLegendAssets/FGUI/LG_live_atlas0_1.png deleted file mode 100644 index 316ac63c..00000000 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/LG_live_atlas0_1.png and /dev/null differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_live_atlas0_1.png.meta b/Assets/Resources/LoveLegendAssets/FGUI/LG_live_atlas0_1.png.meta deleted file mode 100644 index fc599bc4..00000000 --- a/Assets/Resources/LoveLegendAssets/FGUI/LG_live_atlas0_1.png.meta +++ /dev/null @@ -1,140 +0,0 @@ -fileFormatVersion: 2 -guid: 4d9d3c993073b1f4886df6972e342b34 -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: 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: diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_live_fui.bytes b/Assets/Resources/LoveLegendAssets/FGUI/LG_live_fui.bytes deleted file mode 100644 index 47f03518..00000000 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/LG_live_fui.bytes and /dev/null differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_live_fui.bytes.meta b/Assets/Resources/LoveLegendAssets/FGUI/LG_live_fui.bytes.meta deleted file mode 100644 index cedaa311..00000000 --- a/Assets/Resources/LoveLegendAssets/FGUI/LG_live_fui.bytes.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: 5f0825b349f9b4c438927040e753ae5f -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_live_pjnnx.ds_store b/Assets/Resources/LoveLegendAssets/FGUI/LG_live_pjnnx.ds_store deleted file mode 100644 index a645f916..00000000 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/LG_live_pjnnx.ds_store and /dev/null differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_secretAlbums_atlas0.png b/Assets/Resources/LoveLegendAssets/FGUI/LG_secretAlbums_atlas0.png deleted file mode 100644 index 5feecead..00000000 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/LG_secretAlbums_atlas0.png and /dev/null differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_secretAlbums_atlas0.png.meta b/Assets/Resources/LoveLegendAssets/FGUI/LG_secretAlbums_atlas0.png.meta deleted file mode 100644 index b543daa8..00000000 --- a/Assets/Resources/LoveLegendAssets/FGUI/LG_secretAlbums_atlas0.png.meta +++ /dev/null @@ -1,140 +0,0 @@ -fileFormatVersion: 2 -guid: 2c6e76b1ec677a946b7490998e75bab5 -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: 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: diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_secretAlbums_atlas0_1.png b/Assets/Resources/LoveLegendAssets/FGUI/LG_secretAlbums_atlas0_1.png deleted file mode 100644 index 6163d07c..00000000 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/LG_secretAlbums_atlas0_1.png and /dev/null differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_secretAlbums_fui.bytes b/Assets/Resources/LoveLegendAssets/FGUI/LG_secretAlbums_fui.bytes deleted file mode 100644 index d3590a38..00000000 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/LG_secretAlbums_fui.bytes and /dev/null differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/LG_secretAlbums_fui.bytes.meta b/Assets/Resources/LoveLegendAssets/FGUI/LG_secretAlbums_fui.bytes.meta deleted file mode 100644 index 5697a293..00000000 --- a/Assets/Resources/LoveLegendAssets/FGUI/LG_secretAlbums_fui.bytes.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: b3727fcc8fa7a9046a83e2f2ae7054db -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_AddCell_12_atlas0.png b/Assets/Resources/LoveLegendAssets/FGUI/ZM_AddCell_12_atlas0.png index 430a54c5..61db55e6 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/ZM_AddCell_12_atlas0.png and b/Assets/Resources/LoveLegendAssets/FGUI/ZM_AddCell_12_atlas0.png differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_AddCell_12_atlas0.png.meta b/Assets/Resources/LoveLegendAssets/FGUI/ZM_AddCell_12_atlas0.png.meta index 8c8c8af3..5fc0cd19 100644 --- a/Assets/Resources/LoveLegendAssets/FGUI/ZM_AddCell_12_atlas0.png.meta +++ b/Assets/Resources/LoveLegendAssets/FGUI/ZM_AddCell_12_atlas0.png.meta @@ -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 diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_AddCell_12_fui.bytes b/Assets/Resources/LoveLegendAssets/FGUI/ZM_AddCell_12_fui.bytes index faa993f9..06ad45de 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/ZM_AddCell_12_fui.bytes and b/Assets/Resources/LoveLegendAssets/FGUI/ZM_AddCell_12_fui.bytes differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Coins_101_fui.bytes b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Coins_101_fui.bytes index 3fb2b41a..651aeecf 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Coins_101_fui.bytes and b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Coins_101_fui.bytes differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Common_01_atlas0.png b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Common_01_atlas0.png index 9a4a218a..95e6ae29 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Common_01_atlas0.png and b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Common_01_atlas0.png differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Common_01_atlas0.png.meta b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Common_01_atlas0.png.meta index 9e3170ff..ad2dd2c7 100644 --- a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Common_01_atlas0.png.meta +++ b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Common_01_atlas0.png.meta @@ -3,7 +3,7 @@ guid: 96d861db614433244a75e053e0d3ff69 TextureImporter: internalIDToNameTable: [] externalObjects: {} - serializedVersion: 12 + serializedVersion: 13 mipmaps: mipMapMode: 0 enableMipMap: 1 @@ -107,7 +107,7 @@ TextureImporter: androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 - serializedVersion: 3 - buildTarget: Android + buildTarget: WebGL maxTextureSize: 2048 resizeAlgorithm: 0 textureFormat: -1 @@ -120,7 +120,7 @@ TextureImporter: androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 - serializedVersion: 3 - buildTarget: Server + buildTarget: Android maxTextureSize: 2048 resizeAlgorithm: 0 textureFormat: -1 diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Common_01_fui.bytes b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Common_01_fui.bytes index f55d17db..b34f7391 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Common_01_fui.bytes and b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Common_01_fui.bytes differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_EMail_20_atlas0.png b/Assets/Resources/LoveLegendAssets/FGUI/ZM_EMail_20_atlas0.png index cb60a0a5..b579a5e7 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/ZM_EMail_20_atlas0.png and b/Assets/Resources/LoveLegendAssets/FGUI/ZM_EMail_20_atlas0.png differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_EMail_20_atlas0.png.meta b/Assets/Resources/LoveLegendAssets/FGUI/ZM_EMail_20_atlas0.png.meta index f840f8e6..83b01022 100644 --- a/Assets/Resources/LoveLegendAssets/FGUI/ZM_EMail_20_atlas0.png.meta +++ b/Assets/Resources/LoveLegendAssets/FGUI/ZM_EMail_20_atlas0.png.meta @@ -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 diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_EMail_20_fui.bytes b/Assets/Resources/LoveLegendAssets/FGUI/ZM_EMail_20_fui.bytes index 6abfcac4..1aad9178 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/ZM_EMail_20_fui.bytes and b/Assets/Resources/LoveLegendAssets/FGUI/ZM_EMail_20_fui.bytes differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Fx_502_fui.bytes b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Fx_502_fui.bytes index 56faa350..5acfee41 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Fx_502_fui.bytes and b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Fx_502_fui.bytes differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_GameResult_08_atlas0.png b/Assets/Resources/LoveLegendAssets/FGUI/ZM_GameResult_08_atlas0.png index 07c200d7..dec45311 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/ZM_GameResult_08_atlas0.png and b/Assets/Resources/LoveLegendAssets/FGUI/ZM_GameResult_08_atlas0.png differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_GameResult_08_atlas0.png.meta b/Assets/Resources/LoveLegendAssets/FGUI/ZM_GameResult_08_atlas0.png.meta index 24f0a51e..06001e9b 100644 --- a/Assets/Resources/LoveLegendAssets/FGUI/ZM_GameResult_08_atlas0.png.meta +++ b/Assets/Resources/LoveLegendAssets/FGUI/ZM_GameResult_08_atlas0.png.meta @@ -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 diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_GameResult_08_fui.bytes b/Assets/Resources/LoveLegendAssets/FGUI/ZM_GameResult_08_fui.bytes index 91f947d2..b7e1a8eb 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/ZM_GameResult_08_fui.bytes and b/Assets/Resources/LoveLegendAssets/FGUI/ZM_GameResult_08_fui.bytes differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Game_04_atlas0.png b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Game_04_atlas0.png index 0b25b5e3..442c0bdc 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Game_04_atlas0.png and b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Game_04_atlas0.png differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Game_04_atlas0.png.meta b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Game_04_atlas0.png.meta index 9bddae3d..3e81f8b3 100644 --- a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Game_04_atlas0.png.meta +++ b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Game_04_atlas0.png.meta @@ -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 diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Game_04_fui.bytes b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Game_04_fui.bytes index e7404943..69cb638d 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Game_04_fui.bytes and b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Game_04_fui.bytes differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Img_02_atlas0.png b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Img_02_atlas0.png index 9baace35..cc82b8e9 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Img_02_atlas0.png and b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Img_02_atlas0.png differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Img_02_atlas0.png.meta b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Img_02_atlas0.png.meta index 3aaabc79..1a9274ff 100644 --- a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Img_02_atlas0.png.meta +++ b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Img_02_atlas0.png.meta @@ -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 diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Img_02_atlas0_1.png b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Img_02_atlas0_1.png index d1c17064..0f8659b0 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Img_02_atlas0_1.png and b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Img_02_atlas0_1.png differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Img_02_atlas0_1.png.meta b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Img_02_atlas0_1.png.meta index 5c9340d2..03aaa513 100644 --- a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Img_02_atlas0_1.png.meta +++ b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Img_02_atlas0_1.png.meta @@ -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 diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Img_02_fui.bytes b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Img_02_fui.bytes index bfcb1e6e..6dfc544c 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Img_02_fui.bytes and b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Img_02_fui.bytes differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Loading_25_atlas0.png b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Loading_25_atlas0.png index fdb884d6..30428c56 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Loading_25_atlas0.png and b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Loading_25_atlas0.png differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Loading_25_atlas0.png.meta b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Loading_25_atlas0.png.meta index e4d6c78b..f7a269b3 100644 --- a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Loading_25_atlas0.png.meta +++ b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Loading_25_atlas0.png.meta @@ -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 diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Loading_25_fui.bytes b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Loading_25_fui.bytes index 46f78eb7..588f15f1 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Loading_25_fui.bytes and b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Loading_25_fui.bytes differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Lobby_03_atlas0.png b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Lobby_03_atlas0.png index 2810b1bb..de77a7c5 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Lobby_03_atlas0.png and b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Lobby_03_atlas0.png differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Lobby_03_atlas0.png.meta b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Lobby_03_atlas0.png.meta index 97bc905c..b529535e 100644 --- a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Lobby_03_atlas0.png.meta +++ b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Lobby_03_atlas0.png.meta @@ -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 diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Lobby_03_fui.bytes b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Lobby_03_fui.bytes index c5538684..db1921e9 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Lobby_03_fui.bytes and b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Lobby_03_fui.bytes differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Login_05_atlas0.png b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Login_05_atlas0.png index 06b5ab01..5eaf2dbf 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Login_05_atlas0.png and b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Login_05_atlas0.png differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Login_05_atlas0.png.meta b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Login_05_atlas0.png.meta index 688c939c..73893072 100644 --- a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Login_05_atlas0.png.meta +++ b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Login_05_atlas0.png.meta @@ -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 diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Login_05_fui.bytes b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Login_05_fui.bytes index 338523bf..d7cb9f4d 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Login_05_fui.bytes and b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Login_05_fui.bytes differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_NetIdle_22_atlas0.png b/Assets/Resources/LoveLegendAssets/FGUI/ZM_NetIdle_22_atlas0.png index d411862c..80d52d58 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/ZM_NetIdle_22_atlas0.png and b/Assets/Resources/LoveLegendAssets/FGUI/ZM_NetIdle_22_atlas0.png differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_NetIdle_22_atlas0.png.meta b/Assets/Resources/LoveLegendAssets/FGUI/ZM_NetIdle_22_atlas0.png.meta index 55d020b9..2ec7ea1f 100644 --- a/Assets/Resources/LoveLegendAssets/FGUI/ZM_NetIdle_22_atlas0.png.meta +++ b/Assets/Resources/LoveLegendAssets/FGUI/ZM_NetIdle_22_atlas0.png.meta @@ -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 diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_NetIdle_22_fui.bytes b/Assets/Resources/LoveLegendAssets/FGUI/ZM_NetIdle_22_fui.bytes index 98b661da..0511e0d2 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/ZM_NetIdle_22_fui.bytes and b/Assets/Resources/LoveLegendAssets/FGUI/ZM_NetIdle_22_fui.bytes differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Novice_21_fui.bytes b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Novice_21_fui.bytes index 9f1b2a96..2cfba5ae 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Novice_21_fui.bytes and b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Novice_21_fui.bytes differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Pack_16_atlas0.png b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Pack_16_atlas0.png index cf67a5f7..30703a0a 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Pack_16_atlas0.png and b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Pack_16_atlas0.png differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Pack_16_atlas0.png.meta b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Pack_16_atlas0.png.meta index 64fc72ed..118a7995 100644 --- a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Pack_16_atlas0.png.meta +++ b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Pack_16_atlas0.png.meta @@ -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 diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Pack_16_fui.bytes b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Pack_16_fui.bytes index 056667c6..90800bb7 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Pack_16_fui.bytes and b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Pack_16_fui.bytes differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Pass_14_atlas0.png b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Pass_14_atlas0.png index 435f8a50..3cbd773e 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Pass_14_atlas0.png and b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Pass_14_atlas0.png differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Pass_14_atlas0.png.meta b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Pass_14_atlas0.png.meta index 0bf49e31..ad4509fd 100644 --- a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Pass_14_atlas0.png.meta +++ b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Pass_14_atlas0.png.meta @@ -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 diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Pass_14_fui.bytes b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Pass_14_fui.bytes index 7c1d4d40..107616b4 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Pass_14_fui.bytes and b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Pass_14_fui.bytes differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Privacy_24_fui.bytes b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Privacy_24_fui.bytes index a36be1f6..e10f3cd6 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Privacy_24_fui.bytes and b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Privacy_24_fui.bytes differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Prop_09_atlas0.png b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Prop_09_atlas0.png index a3356dab..9205303b 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Prop_09_atlas0.png and b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Prop_09_atlas0.png differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Prop_09_atlas0.png.meta b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Prop_09_atlas0.png.meta index 29b97e99..383dd333 100644 --- a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Prop_09_atlas0.png.meta +++ b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Prop_09_atlas0.png.meta @@ -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 diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Prop_09_fui.bytes b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Prop_09_fui.bytes index 4f90fcd0..0a1c6f25 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Prop_09_fui.bytes and b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Prop_09_fui.bytes differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Reward_10_fui.bytes b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Reward_10_fui.bytes index 963b32ab..c96f109e 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Reward_10_fui.bytes and b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Reward_10_fui.bytes differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Setting_07_atlas0.png b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Setting_07_atlas0.png index e82bdd29..cd187f9e 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Setting_07_atlas0.png and b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Setting_07_atlas0.png differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Setting_07_atlas0.png.meta b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Setting_07_atlas0.png.meta index 200c477c..291baa26 100644 --- a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Setting_07_atlas0.png.meta +++ b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Setting_07_atlas0.png.meta @@ -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 diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Setting_07_fui.bytes b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Setting_07_fui.bytes index e1f65fc2..95507125 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Setting_07_fui.bytes and b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Setting_07_fui.bytes differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Sign_06_atlas0.png b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Sign_06_atlas0.png index 18454a3e..97b60f6f 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Sign_06_atlas0.png and b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Sign_06_atlas0.png differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Sign_06_atlas0.png.meta b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Sign_06_atlas0.png.meta index 6e4d2117..dde70ed0 100644 --- a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Sign_06_atlas0.png.meta +++ b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Sign_06_atlas0.png.meta @@ -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 diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Sign_06_fui.bytes b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Sign_06_fui.bytes index e653ac40..b51d93d9 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Sign_06_fui.bytes and b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Sign_06_fui.bytes differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Tab_19_atlas0.png b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Tab_19_atlas0.png index 86660cbe..92be3b18 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Tab_19_atlas0.png and b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Tab_19_atlas0.png differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Tab_19_atlas0.png.meta b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Tab_19_atlas0.png.meta index 8ead3052..bb4088c3 100644 --- a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Tab_19_atlas0.png.meta +++ b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Tab_19_atlas0.png.meta @@ -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 diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Tab_19_fui.bytes b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Tab_19_fui.bytes index 9e27dee2..e2c28b25 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Tab_19_fui.bytes and b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Tab_19_fui.bytes differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Tasks_13_atlas0.png b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Tasks_13_atlas0.png index aad4c7c7..4ff077d4 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Tasks_13_atlas0.png and b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Tasks_13_atlas0.png differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Tasks_13_atlas0.png.meta b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Tasks_13_atlas0.png.meta index fa4c1622..32851608 100644 --- a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Tasks_13_atlas0.png.meta +++ b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Tasks_13_atlas0.png.meta @@ -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 diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Tasks_13_fui.bytes b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Tasks_13_fui.bytes index c6e83942..5ca5f4f7 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Tasks_13_fui.bytes and b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Tasks_13_fui.bytes differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Toast_23_atlas0.png b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Toast_23_atlas0.png index a4704bb9..d843fe55 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Toast_23_atlas0.png and b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Toast_23_atlas0.png differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Toast_23_atlas0.png.meta b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Toast_23_atlas0.png.meta index 796ca9a4..7c3e0944 100644 --- a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Toast_23_atlas0.png.meta +++ b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Toast_23_atlas0.png.meta @@ -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 diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Toast_23_fui.bytes b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Toast_23_fui.bytes index 0ce230ee..0dea0e92 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Toast_23_fui.bytes and b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Toast_23_fui.bytes differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Turntable_11_atlas0.png b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Turntable_11_atlas0.png index 89cd9fd5..632b71fd 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Turntable_11_atlas0.png and b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Turntable_11_atlas0.png differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Turntable_11_atlas0.png.meta b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Turntable_11_atlas0.png.meta index 1cfd42b3..fb9ac9d4 100644 --- a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Turntable_11_atlas0.png.meta +++ b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Turntable_11_atlas0.png.meta @@ -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 diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Turntable_11_fui.bytes b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Turntable_11_fui.bytes index 5eb29531..8f461f9d 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/ZM_Turntable_11_fui.bytes and b/Assets/Resources/LoveLegendAssets/FGUI/ZM_Turntable_11_fui.bytes differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_store_17_atlas0.png b/Assets/Resources/LoveLegendAssets/FGUI/ZM_store_17_atlas0.png index 938be0fd..5dc07da0 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/ZM_store_17_atlas0.png and b/Assets/Resources/LoveLegendAssets/FGUI/ZM_store_17_atlas0.png differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_store_17_atlas0.png.meta b/Assets/Resources/LoveLegendAssets/FGUI/ZM_store_17_atlas0.png.meta index 852bf17f..98363413 100644 --- a/Assets/Resources/LoveLegendAssets/FGUI/ZM_store_17_atlas0.png.meta +++ b/Assets/Resources/LoveLegendAssets/FGUI/ZM_store_17_atlas0.png.meta @@ -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 diff --git a/Assets/Resources/LoveLegendAssets/FGUI/ZM_store_17_fui.bytes b/Assets/Resources/LoveLegendAssets/FGUI/ZM_store_17_fui.bytes index 91500daa..6b4cc564 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/ZM_store_17_fui.bytes and b/Assets/Resources/LoveLegendAssets/FGUI/ZM_store_17_fui.bytes differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/bkg_jilu_atlas0.png b/Assets/Resources/LoveLegendAssets/FGUI/bkg_jilu_atlas0.png index 4f8ae63b..9003f090 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/bkg_jilu_atlas0.png and b/Assets/Resources/LoveLegendAssets/FGUI/bkg_jilu_atlas0.png differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/bkg_jilu_atlas0.png.meta b/Assets/Resources/LoveLegendAssets/FGUI/bkg_jilu_atlas0.png.meta index 718074aa..59cd3aa8 100644 --- a/Assets/Resources/LoveLegendAssets/FGUI/bkg_jilu_atlas0.png.meta +++ b/Assets/Resources/LoveLegendAssets/FGUI/bkg_jilu_atlas0.png.meta @@ -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 diff --git a/Assets/Resources/LoveLegendAssets/FGUI/bkg_jilu_fui.bytes b/Assets/Resources/LoveLegendAssets/FGUI/bkg_jilu_fui.bytes index 4ba1d5f3..93cc733c 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/bkg_jilu_fui.bytes and b/Assets/Resources/LoveLegendAssets/FGUI/bkg_jilu_fui.bytes differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/bkg_reward_new_fui.bytes b/Assets/Resources/LoveLegendAssets/FGUI/bkg_reward_new_fui.bytes index a74c2e6e..585aff58 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/bkg_reward_new_fui.bytes and b/Assets/Resources/LoveLegendAssets/FGUI/bkg_reward_new_fui.bytes differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/threeDaysGift_atlas0.png b/Assets/Resources/LoveLegendAssets/FGUI/threeDaysGift_atlas0.png index 30fc7f50..c153ad75 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/threeDaysGift_atlas0.png and b/Assets/Resources/LoveLegendAssets/FGUI/threeDaysGift_atlas0.png differ diff --git a/Assets/Resources/LoveLegendAssets/FGUI/threeDaysGift_atlas0.png.meta b/Assets/Resources/LoveLegendAssets/FGUI/threeDaysGift_atlas0.png.meta index 27740327..795a9c33 100644 --- a/Assets/Resources/LoveLegendAssets/FGUI/threeDaysGift_atlas0.png.meta +++ b/Assets/Resources/LoveLegendAssets/FGUI/threeDaysGift_atlas0.png.meta @@ -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 diff --git a/Assets/Resources/LoveLegendAssets/FGUI/threeDaysGift_fui.bytes b/Assets/Resources/LoveLegendAssets/FGUI/threeDaysGift_fui.bytes index 1d0ff812..cf45faae 100644 Binary files a/Assets/Resources/LoveLegendAssets/FGUI/threeDaysGift_fui.bytes and b/Assets/Resources/LoveLegendAssets/FGUI/threeDaysGift_fui.bytes differ diff --git a/Assets/SGModule/DataStorage/SGModule/Plugins/Easy Save 3/Resources/ES3/ES3Defaults.asset b/Assets/SGModule/DataStorage/SGModule/Plugins/Easy Save 3/Resources/ES3/ES3Defaults.asset index cbc263cc..1bad87b0 100644 --- a/Assets/SGModule/DataStorage/SGModule/Plugins/Easy Save 3/Resources/ES3/ES3Defaults.asset +++ b/Assets/SGModule/DataStorage/SGModule/Plugins/Easy Save 3/Resources/ES3/ES3Defaults.asset @@ -37,7 +37,6 @@ MonoBehaviour: - endel.nativewebsocket - IngameDebugConsole.Runtime - MaxSdk.Scripts - - NativeGallery.Runtime - OPS.Obfuscator - spine-unity - Unity.Advertisement.IosSupport diff --git a/Assets/Scripts/MainScene.cs b/Assets/Scripts/MainScene.cs index 2dfbb69d..93ceb2f9 100644 --- a/Assets/Scripts/MainScene.cs +++ b/Assets/Scripts/MainScene.cs @@ -112,7 +112,7 @@ namespace LoveLegend { if (is_open) return; is_open = true; - PreDownloadManager.InitializeLiveData(); + // PreDownloadManager.InitializeLiveData(); UICtrlDispatcher.Instance.Dispatch(UICtrlMsg.GameLoginUI_Open); ChatHelper.CheckReply(); diff --git a/Assets/Scripts/ModuleUI/GameLogin/GameLoginUI.cs b/Assets/Scripts/ModuleUI/GameLogin/GameLoginUI.cs index 876bc683..92a4300e 100644 --- a/Assets/Scripts/ModuleUI/GameLogin/GameLoginUI.cs +++ b/Assets/Scripts/ModuleUI/GameLogin/GameLoginUI.cs @@ -75,7 +75,7 @@ namespace LoveLegend private void InitView() { - var btnAlbumAnim = FXManager.Instance.SetFx(ui.btn_login.anim, Fx_Type.fx_btn_login, ref closeCallback); + var btnAlbumAnim = FXManager.Instance.SetFx(ui.btn_login.anim, Fx_Type.fx_login_btn, ref closeCallback); btnAlbumAnim.state.SetAnimation(0, "animation", true); ui.btn_login.SetClick(OnClickBtn, true); diff --git a/Assets/Scripts/ModuleUI/Hall/HallUI.cs b/Assets/Scripts/ModuleUI/Hall/HallUI.cs index 0d10561d..d6a53383 100644 --- a/Assets/Scripts/ModuleUI/Hall/HallUI.cs +++ b/Assets/Scripts/ModuleUI/Hall/HallUI.cs @@ -717,7 +717,7 @@ namespace LoveLegend { UICtrlDispatcher.Instance.Dispatch(UICtrlMsg.PassViewUI_Open); } - public int BtnNum = 12; + public int BtnNum = 10; private List list_play = new List(); private void InitBtn(int avaterid = -1) { @@ -737,7 +737,7 @@ namespace LoveLegend if (lv < level_) { - list_play[i].state.selectedIndex = 2; + list_play[i].state.selectedIndex = 0; } else if ((stage_ * BtnNum + 1 + i) == level_) @@ -745,12 +745,12 @@ namespace LoveLegend list_play[i].state.selectedIndex = 1; list_play[i].SetClick(OnClickPlay); - if (avaterid >= 0) GameHelper.SetSelfAvatar(list_play[i].com_head.loader, avaterid); - else GameHelper.SetSelfAvatar(list_play[i].com_head.loader, DataMgr.PlayerAvatarId.Value); + var anim = FXManager.Instance.SetFx(list_play[i].anim, Fx_Type.fx_play_button, ref closeCallback); + anim.state.SetAnimation(0, "animation", true); } else { - list_play[i].state.selectedIndex = 0; + list_play[i].state.selectedIndex = 2; } } } diff --git a/Assets/Scripts/ModuleUI/OpenBg/OpenBgUI.cs b/Assets/Scripts/ModuleUI/OpenBg/OpenBgUI.cs index e65fbea9..71dfea6b 100644 --- a/Assets/Scripts/ModuleUI/OpenBg/OpenBgUI.cs +++ b/Assets/Scripts/ModuleUI/OpenBg/OpenBgUI.cs @@ -61,7 +61,7 @@ namespace LoveLegend protected override void OnOpenBefore(object args) { - var sk = FXManager.Instance.SetFx(baseUI.GetChild("bg_parent") as GGraph, Fx_Type.fx_login, ref closeCallback); + var sk = FXManager.Instance.SetFx(ui.bg_parent, Fx_Type.fx_login, ref closeCallback); sk.state.SetAnimation(0, "animation", true); } diff --git a/Assets/Scripts/ModuleUI/SignInView/SignInViewUI.cs b/Assets/Scripts/ModuleUI/SignInView/SignInViewUI.cs index e05384bd..126cf89b 100644 --- a/Assets/Scripts/ModuleUI/SignInView/SignInViewUI.cs +++ b/Assets/Scripts/ModuleUI/SignInView/SignInViewUI.cs @@ -16,7 +16,7 @@ namespace LoveLegend private SignInViewModel model; private FGUI.ZM_Sign_06.com_sign_in ui; - private int _signNum = 7; + private int _signNum = 15; public SignInViewUI(SignInViewUICtrl ctrl) : base(ctrl) { @@ -133,23 +133,16 @@ namespace LoveLegend { Debug.Log($" index ========== :{index}"); btn_sign btnSign = btnSignList[index];; - - GGraph obj = index != 6 ? btnSign.GetChild("anim") as GGraph : btnSign.GetChild("anim7") as GGraph; - Fx_Type type_ = index != 6 ? Fx_Type.fx_sign : Fx_Type.fx_sign7; - SetListHasAnimation(sign_anims, index, obj, type_); - - obj.visible = false; - btnSign.day.selectedIndex = index != 6 ? 0 : 1; - btnSign.title = Language.GetContentParams("day", signList[index].id); - + btnSign.state.selectedIndex = 0; + btnSign.title = signList[index].id + ""; + ui.btn_collect.state.selectedIndex = 1; + btnSign.touchable = false; btnSign.reward_num.text = GameHelper.Get101Str(signList[index].quantity[0]); var animName = "appear2"; - if (index == 6) + if (index % 5 == 4) { - btnSign.size = new Vector2(700, btnSign.height); - btnSign.reward_num7.text = GameHelper.Get101Str(signList[index].quantity[0]); - animName = "appear"; + btnSign.state.selectedIndex = 2; } var signDays = DataMgr.SignState.Value.Count; @@ -158,9 +151,7 @@ namespace LoveLegend isToday = GameHelper.InToday(DataMgr.SignState.Value[signDays - 1], 0, true); if (index < signDays) { - // btnSign.status.selectedIndex = btn_sign.Status_unreward; - obj.visible = true; - sign_anims[index].state.SetAnimation(0, "get2", true); + btnSign.state.selectedIndex = 3; } else if (index == signDays) { @@ -171,31 +162,21 @@ namespace LoveLegend } else { - // btnSign.status.selectedIndex = 2; - obj.visible = true; + btnSign.state.selectedIndex = 1; btnSign.isCloseClickAnim = true; // btnSign.status.selectedIndex = btn_sign.State_today; - sign_anims[index].state.SetAnimation(0, animName, true); - btnSign.SetClick(() => + ui.btn_collect.state.selectedIndex = 0; + ui.btn_collect.SetClick(() => { - - var startPos = GameHelper.GetUICenterPosition(btnSign); - // btnSign.status.selectedIndex = btn_sign.Status_unreward; - btnSign.onClick.Clear(); - btnSign.touchable = false; - sign_anims[index].state.SetAnimation(0, "get1", false); - sign_anims[index].state.Complete += (trackEntry) => - { - sign_anims[index].state.SetAnimation(0, "get2", true); - }; - - DOVirtual.DelayedCall(0.7f, () => - { - GetSignInReward(signList[index], startPos, btnSign,index); - }); + SetBtnClick(index); }); + // btnSign.SetClick(() => + // { + // + // + // }); } } else @@ -204,6 +185,18 @@ namespace LoveLegend } } + private void SetBtnClick(int index) + { + ui.btn_collect.onClick.Clear(); + ui.btn_collect.touchable = false; + var startPos = GameHelper.GetUICenterPosition( ui.btn_collect); + DOVirtual.DelayedCall(0.3f, () => + { + ui.btn_collect.state.selectedIndex = 1; + GetSignInReward(signList[index], startPos, ui.btn_collect,index); + }); + } + private Action closeCallback; private void GetSignInReward(SignDailyReward vo, Vector2 startPos, GButton btnDay,int index) @@ -239,8 +232,7 @@ namespace LoveLegend DataMgr.SignState.Save(); InitView(); - - btnDay.onClick.Clear(); + AudioManager.Instance.PlayDynamicEffect(AudioConst.DailyBonusCollect); // 用来刷新todo界面的一些信息,如红点等 diff --git a/ProjectSettings/ProjectSettings.asset b/ProjectSettings/ProjectSettings.asset index ed1d8af7..a16fd586 100644 --- a/ProjectSettings/ProjectSettings.asset +++ b/ProjectSettings/ProjectSettings.asset @@ -12,8 +12,8 @@ PlayerSettings: targetDevice: 2 useOnDemandResources: 0 accelerometerFrequency: 60 - companyName: crazyballcatgame - productName: 'Frozen Arena: Winter Warfare' + companyName: tronwingame + productName: Red-Hot Roast defaultCursor: {fileID: 0} cursorHotspot: {x: 0, y: 0} m_SplashScreenBackgroundColor: {r: 0.13725491, g: 0.12156863, b: 0.1254902, a: 1} @@ -76,6 +76,8 @@ PlayerSettings: androidMinimumWindowWidth: 400 androidMinimumWindowHeight: 300 androidFullscreenMode: 1 + androidAutoRotationBehavior: 1 + androidPredictiveBackSupport: 1 defaultIsNativeResolution: 1 macRetinaSupport: 1 runInBackground: 1 @@ -83,6 +85,7 @@ PlayerSettings: muteOtherAudioSources: 0 Prepare IOS For Recording: 0 Force IOS Speakers When Recording: 0 + audioSpatialExperience: 0 deferSystemGesturesMode: 0 hideHomeButton: 0 submitAnalytics: 1 @@ -136,7 +139,9 @@ PlayerSettings: vulkanEnableLateAcquireNextImage: 0 vulkanEnableCommandBufferRecycling: 1 loadStoreDebugModeEnabled: 0 - bundleVersion: 1.0.5 + visionOSBundleVersion: 1.0 + tvOSBundleVersion: 1.0 + bundleVersion: ' 1.0.0' preloadedAssets: [] metroInputSource: 0 wsaTransparentSwapchain: 0 @@ -163,7 +168,7 @@ PlayerSettings: buildNumber: Standalone: 0 VisionOS: 0 - iPhone: 6 + iPhone: 1 tvOS: 0 overrideDefaultApplicationIdentifier: 1 AndroidBundleVersionCode: 1 @@ -183,8 +188,10 @@ PlayerSettings: strictShaderVariantMatching: 0 VertexChannelCompressionMask: 4054 iPhoneSdkVersion: 988 + iOSSimulatorArchitecture: 0 iOSTargetOSVersionString: 13.0 tvOSSdkVersion: 0 + tvOSSimulatorArchitecture: 0 tvOSRequireExtendedGameController: 0 tvOSTargetOSVersionString: 12.0 VisionOSSdkVersion: 0 @@ -231,6 +238,7 @@ PlayerSettings: iOSMetalForceHardShadows: 0 metalEditorSupport: 1 metalAPIValidation: 1 + metalCompileShaderBinary: 0 iOSRenderExtraFrameOnPause: 0 iosCopyPluginsCodeInsteadOfSymlink: 0 appleDeveloperTeamID: @@ -767,6 +775,7 @@ PlayerSettings: switchSocketBufferEfficiency: 4 switchSocketInitializeEnabled: 1 switchNetworkInterfaceManagerInitializeEnabled: 1 + switchDisableHTCSPlayerConnection: 0 switchUseNewStyleFilepaths: 1 switchUseLegacyFmodPriorities: 0 switchUseMicroSleepForYield: 1 @@ -944,6 +953,7 @@ PlayerSettings: metroTileBackgroundColor: {r: 0.13333334, g: 0.17254902, b: 0.21568628, a: 0} metroSplashScreenBackgroundColor: {r: 0.12941177, g: 0.17254902, b: 0.21568628, a: 1} metroSplashScreenUseBackgroundColor: 0 + syncCapabilities: 0 platformCapabilities: {} metroTargetDeviceFamilies: {} metroFTAName: