fix:1、添加egg动画。2、更换ui(签到,大厅,登录加载界面)。3、删除暂时不需要的资源
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: bcf23507a7d980844872f3a160926b90
|
||||
guid: 7f2edb33fdbecac44899fb4501a4fdfe
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
@@ -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));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: fe0fa61e156cd487fadb133c0cd0f377
|
||||
guid: 8f39ea2f97fe12f4595c9100ea1f07c2
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 35d7b6d4a4f6fb24ba68a07ae316cf18
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4b4fbfc483d702144a1baac10e345410
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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));
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: afbefe420e931e7499e9a5aec3ad7a96
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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));
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4ee48ac7966ad2f4592b19e9a5dc29e3
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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,
|
||||
|
||||
@@ -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
|
||||
@@ -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}]}}}}}
|
||||
|
Before Width: | Height: | Size: 119 KiB |
@@ -1,5 +1,6 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 961a843667b9d374fb255b0408a94cd0
|
||||
guid: 615c8cf003522774ab1906b343219958
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
@@ -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
|
||||
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ef8ff1cb087099b469d0c4f53c6f2c73
|
||||
guid: b9c486603d20e9b4fa1d0ab8f5454109
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
@@ -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}]}}}}}
|
||||
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d5b1f94b5192a2846be590144ba86f0c
|
||||
guid: 17775ced7e695f4419f7512f7c50701e
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
After Width: | Height: | Size: 272 KiB |
@@ -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
|
||||
@@ -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}
|
||||
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: c66cb4f7f198bb949b07178f2bdd4e45
|
||||
guid: c1d07268f56599647995dec94cec8de2
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
@@ -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: []
|
||||
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b277f390e7355094a90ac2005cc20a08
|
||||
guid: 5dcec44b5f7dd6d46b4016ecde115219
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 2100000
|
||||
@@ -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
|
||||
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2d511c97d3df17848adaef0a9a21316c
|
||||
guid: 84d5c5e80d88bac4abbe77fb325d7bf3
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
@@ -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
|
||||
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 5a37e0daf7343054da3c5d91a449acae
|
||||
guid: 2d3df6670de0bb24ebadffa2ed4b95b1
|
||||
PrefabImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f39df2571a8de91449daf1d5e7ad9c31
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -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
|
||||
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 1f1d08de077d8bb47b9b09c8836b6cb0
|
||||
guid: 9947376a58f0c6b4ab1779c21ad3f07e
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
@@ -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}]}}}}}
|
||||
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a6f9197f68be6844c9fb6c082f873ed5
|
||||
guid: 037650627389d4940936e0bfe66bb070
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
After Width: | Height: | Size: 340 KiB |
@@ -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
|
||||
@@ -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}
|
||||
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 90490c3633d38bd45b4cef8948586809
|
||||
guid: c12e7ced92c598d48a65f68a5330183f
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
@@ -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: []
|
||||
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 37494650fde9dd44098dc9366e15ae83
|
||||
guid: ab13a875f22d2d344bec844394c79bf5
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 2100000
|
||||
@@ -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
|
||||
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 897a72b506c713742a231ab1f35d5406
|
||||
guid: 7f860d614e34b284db1dea67d635e2c1
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
@@ -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
|
||||
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 365a2b41cfda23348b7ff7e9480ef442
|
||||
PrefabImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -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
|
||||
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4cde9179d70e1814e85a41ad90b662af
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -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}]}}}}}
|
||||
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 9ea01c30645a0ff4c9bab16fc711cc42
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
|
After Width: | Height: | Size: 801 KiB |
@@ -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
|
||||
@@ -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}
|
||||
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 5f734e4b7ae1dcf4cbc640df056c831c
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -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:
|
||||
- <noninit>:
|
||||
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:
|
||||
- <noninit>: 0
|
||||
- _Cutoff: 0.1
|
||||
- _OutlineMipLevel: 0
|
||||
- _OutlineReferenceTexWidth: 1024
|
||||
- _OutlineSmoothness: 1
|
||||
- _OutlineWidth: 3
|
||||
- _StencilComp: 8
|
||||
- _StencilRef: 0
|
||||
- _StraightAlphaInput: 1
|
||||
- _ThresholdEnd: 0.25
|
||||
- _Use8Neighbourhood: 1
|
||||
m_Colors:
|
||||
- <noninit>: {r: 0, g: 2.018574, b: 1e-45, a: 0.000007121922}
|
||||
- _Color: {r: 1, g: 1, b: 1, a: 1}
|
||||
- _OutlineColor: {r: 1, g: 1, b: 0, a: 1}
|
||||
m_BuildTextureStacks: []
|
||||
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 0e21dfcae29954a46a9d2287f3790fb5
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 2100000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -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: []
|
||||
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d748ac0020d87f5418d27ac62eb38b22
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 2100000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -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}
|
||||
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: fe16e89c668e2774197022ecbed2371e
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
Before Width: | Height: | Size: 1.3 KiB |
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3c871f111ce003046b0ffbdb74e1405f
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -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
|
||||
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d963c287d64b0bc44aae90fa3a353c69
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -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}]}}}}}
|
||||
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3690ec5b104e55f46a756bdf6e158791
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
|
After Width: | Height: | Size: 98 KiB |
@@ -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
|
||||
@@ -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}
|
||||
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 50f2ece7eee381b47a6da4483f04f494
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -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: []
|
||||
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4c9e1aefe1badcc40af94b990c17a736
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 2100000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -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}
|
||||
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ec92ceda498354044a395f6e6a6f44f1
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -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
|
||||
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 050ec45e3dc3bf3488e2ef520754ace5
|
||||
PrefabImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 5c18d961f4b8604429742a057c79d2f9
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -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
|
||||
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 99f34dc63e194d44f8250849ad780415
|
||||
PrefabImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -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
|
||||
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6d60637cfe35baa47aa9abd24d1fa2bd
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -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}]}}}}}
|
||||
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: c7874389e1d33b04189c3b5d4b38ab44
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
|
After Width: | Height: | Size: 14 KiB |
@@ -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:
|
||||
@@ -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}
|
||||
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 199ed0642b498bf4db500b522ed5d392
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -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: []
|
||||
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: e443e8988a45e184ba2d1676da77246c
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 2100000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||