From ce746fc1aa4132a4f6c540478e448ff346099961 Mon Sep 17 00:00:00 2001 From: Syntriax Date: Sat, 26 Feb 2022 16:16:42 +0300 Subject: [PATCH] Jump Animations Added --- Assets/Animations/Player/JumpAir.anim | 53 ++++++ Assets/Animations/Player/JumpAir.anim.meta | 8 + Assets/Animations/Player/JumpGround.anim | 53 ++++++ Assets/Animations/Player/JumpGround.anim.meta | 8 + Assets/Sprites/Player/Player.aseprite | Bin 3196 -> 3944 bytes Assets/Sprites/Player/Player.png | Bin 1150 -> 1561 bytes Assets/Sprites/Player/Player.png.meta | 170 ++++++++++++++---- 7 files changed, 262 insertions(+), 30 deletions(-) create mode 100644 Assets/Animations/Player/JumpAir.anim create mode 100644 Assets/Animations/Player/JumpAir.anim.meta create mode 100644 Assets/Animations/Player/JumpGround.anim create mode 100644 Assets/Animations/Player/JumpGround.anim.meta diff --git a/Assets/Animations/Player/JumpAir.anim b/Assets/Animations/Player/JumpAir.anim new file mode 100644 index 0000000..24a5abf --- /dev/null +++ b/Assets/Animations/Player/JumpAir.anim @@ -0,0 +1,53 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!74 &7400000 +AnimationClip: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: JumpAir + serializedVersion: 6 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: [] + m_PositionCurves: [] + m_ScaleCurves: [] + m_FloatCurves: [] + m_PPtrCurves: [] + m_SampleRate: 60 + m_WrapMode: 0 + m_Bounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 0, y: 0, z: 0} + m_ClipBindingConstant: + genericBindings: [] + pptrCurveMapping: [] + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 1 + m_OrientationOffsetY: 0 + m_Level: 0 + m_CycleOffset: 0 + m_HasAdditiveReferencePose: 0 + m_LoopTime: 1 + m_LoopBlend: 0 + m_LoopBlendOrientation: 0 + m_LoopBlendPositionY: 0 + m_LoopBlendPositionXZ: 0 + m_KeepOriginalOrientation: 0 + m_KeepOriginalPositionY: 1 + m_KeepOriginalPositionXZ: 0 + m_HeightFromFeet: 0 + m_Mirror: 0 + m_EditorCurves: [] + m_EulerEditorCurves: [] + m_HasGenericRootTransform: 0 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Animations/Player/JumpAir.anim.meta b/Assets/Animations/Player/JumpAir.anim.meta new file mode 100644 index 0000000..7e83e45 --- /dev/null +++ b/Assets/Animations/Player/JumpAir.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f30e36d57252aa742ac4dfa3795d2514 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Animations/Player/JumpGround.anim b/Assets/Animations/Player/JumpGround.anim new file mode 100644 index 0000000..fd9d652 --- /dev/null +++ b/Assets/Animations/Player/JumpGround.anim @@ -0,0 +1,53 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!74 &7400000 +AnimationClip: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: JumpGround + serializedVersion: 6 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: [] + m_PositionCurves: [] + m_ScaleCurves: [] + m_FloatCurves: [] + m_PPtrCurves: [] + m_SampleRate: 60 + m_WrapMode: 0 + m_Bounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 0, y: 0, z: 0} + m_ClipBindingConstant: + genericBindings: [] + pptrCurveMapping: [] + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 1 + m_OrientationOffsetY: 0 + m_Level: 0 + m_CycleOffset: 0 + m_HasAdditiveReferencePose: 0 + m_LoopTime: 1 + m_LoopBlend: 0 + m_LoopBlendOrientation: 0 + m_LoopBlendPositionY: 0 + m_LoopBlendPositionXZ: 0 + m_KeepOriginalOrientation: 0 + m_KeepOriginalPositionY: 1 + m_KeepOriginalPositionXZ: 0 + m_HeightFromFeet: 0 + m_Mirror: 0 + m_EditorCurves: [] + m_EulerEditorCurves: [] + m_HasGenericRootTransform: 0 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Animations/Player/JumpGround.anim.meta b/Assets/Animations/Player/JumpGround.anim.meta new file mode 100644 index 0000000..380a5f4 --- /dev/null +++ b/Assets/Animations/Player/JumpGround.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8a1902a8ce16cab4b9308fe4c5dd948c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Player/Player.aseprite b/Assets/Sprites/Player/Player.aseprite index 5297bb9b9697a8504bbf7945edd81bff064b80be..5d4968c36355fac200ac6ffc03af8ca5c5be8b86 100644 GIT binary patch delta 1073 zcmew(@j{M0gP(!n!BXLg?3GN4ObeSB>q{9J7$g)}fFukcvw>nP44x@DsjLjVFnI{g z&Ja|ZmzSBB&d0!qD#OX(RhnDiR+N~V%FiH#D#yy;ndg{UvXrZHWt46E7Zq5IFrX!}ZTq)|=!+%y<|W?g#u5 zSPOIyvU}$O`4IOqA-R_a7=9r49$+zh{Y$bdW$Sv}p*I-$m_~^!$18kEuM0MOSaI6%Mde=E`4@Q@wjE>= zSqF3xauCl0@GP&WzVvYkXynBcJPlc3a?$aaeK;k$pgdwR{PnU zHTC}-%Z2T>CtU1a=>G1X)t;&iH=Eb6&#o)6RWS3Ag*mvVLdEuz{&quwAbu|H{#`OH z^RD0iD0!BFA^YQRMO-O@DCZU+!WimaHMU9YE18WRnw-(gsk(5tIZu3&m56;(aK9^m zS9Rf!r}mSo3wE(~$MM(}eZT(jYV%pS6x$nL9$#wixp-A5i2tyKvK&W3)|2?WWQ8Si XB4To-mK?V0w?8(X#mM0Qlpz`bhBR~6 delta 106 zcmaDM_eX-ghKGUS!BYN-?3GL}85cG&Iyo{hFi0pc0ZABOg)tyB3xj7$PAVG%AF41r gLr`g6US?kUvdN5G+LN!dR&8F$w1Ii^Y}RBp0N%6{yZ`_I diff --git a/Assets/Sprites/Player/Player.png b/Assets/Sprites/Player/Player.png index 47690e6ce7fbb2aea66375f0a0060d7f36b5d6af..1368b50634306fe51576e32f9769132d7ffe695f 100644 GIT binary patch delta 1557 zcmV+w2I~3#2$>9!7k@wq1^@s6^?3f500001b5ch_0Itp)=>Px)(@8`@RCt{2olj^S zRUF5EFA-}61$rtht*exto12Ff4dl||C0>M* zJxGW*-PTjk)XQ!{3a(^X2*miOh#OnN^U%!8o7wmO&F-+y?|%a!VRpXrd+#@I-n^an z%^Ls&K@bE%kn}-hA7tBA7+v3lscUzrX#aAvraW-k^=V;1w6T=Q0RTX2E>9~v%lt?5 z_(w?``qA~xMC1GD)5J5f4~|bD008hwyfksu=)kWpt-*G&;H;mzc86BxmJ^HbTmQ7c zdZ1D!$9@2wCVwzUR%7^l=r;(i!l-_7X^r~m0U*)%w)Iad?4Hh_I1ZMm=v7#5)^ysW z^`Vp8&G>01ItHQuK=-G{q4EAS+ZY)Ks4&uR6$`TD#}faK+!(ZG^DIW(o-1S+imr&**y9B_KK7K!L4~Rw158>#2G)$2)~8hy|*abnMH-0MNA0(3c!VEyr7zR%Amu**d#~}a! zGQ9x=0N~N9FP&_0&^Io=<)!zCk01zwAP9n_h+g`ELa}Zf~-q6)=My|e`_ueuYY~>qjP*+{&o1~|GU+jWQ)_s=?4mRnKAom z2!9NdTRX-SLr4BXXx_p;b&6ih3Wr%V=UAFjr>5S{POObOf&fMi_$_! zpwVOK_O;X-#pinvdibwZ4*1w)_!O@-X|zP=rnJ!u@^6Hq48rZ9TUbbJ?}s6WXMauu z01)!rFfWe&ttucnJaZbz(6i)d?*NYW4x%SfRVbzp_B+};0Q&feDrQI@NuIT#jf+iS za6ohn=`qXA8q^mqFufp$%6jm6N&a=mAOJuDPn2cu5ClOG1VIo4F-17SE@g61Zq{&- zB}9vKHa-9sSwd8>$yCu2C%DKGqJKl#1K}b|hz_YA2*BACg`^1KT-e!-hcw%+(#p;< z+lGw>5g|0y-@Ug8gU5eI8xD?t5FTqkkjMVW|B#Ml>UcYY%o5NTK97wD0RRg>5H=b_ zgsC5hWZPBYzt|!Of*?pTC~rs8tDkvIr1rZW(W9Ko@SRBQcRivKJjxN6gXsfm|n2gLi2pwYo;|?hl*@?k-9{P=HC& zWq@vbecUh|$V-}s0nvZ)NpJ$YtSc9w&a zqFvucr8js%oK&A}SE-L)5q}?Xz-oDy0Npc`e%B-BXa~`%RVqyAcRive^s*J;ZUdsk z+sw$j>dVa<83Uk6#YgPu7z2sA|D(MFW%BvgW%}sL%^DeNtaglDx*Z>Jrz5Gs2_z#! zg#L3#0RVQhmyMI(?|Q_J&~u>r!VJ`d4Fkj~@%^qx-1rZ)k#+xqUk=o200000NkvXX Hu0mjf8~_zY delta 1142 zcmV-+1d02Z4E_j^7k?lK1^@s6{fzO=00001b5ch_0Itp)=>Px(I7vi7RCt{2n@>m- zQ5?s=Pb2@3L}XEjl7W&K1WRol1ksbSBp5_tC&81jXcpmFZykgZyeM7l5=0(C>{ezc zDebZ<1{uo2g4rJlv_z(ZJFhphGjHC!H@nl+`@-Tf^FHtQet+MY_ulO8Pe4mcOG`^j zOY8p=aXV4FGmEO31;qO%45#)Z8!2wbnpfkaq9Uh*1J#WHfOLDzm|7iUPZ`-4S3&Sq zGYg@{50j6Q4!NDkUO)f@0Mh zv8LGl+hGO^^UKKunYnkL9{05RG6A0a#ZL37)*W+o8g%##iw#vSPnTBum{bfN4aL zulxxBsPfxqPX0L}!LM~(QsNcj18V+hX=!O`X=!O`MM#CL2eQN}1P>hiD&H_Vozq7l z`2QjQyww9a)bki9Aa61&$pqWJpnRD5SIsOakAGi;&s#l^YCTWb^*~|Q6Gg?pywwA- z!J=3X6m~t4YW}LcX#S2{7yy_*7lg@T^pMnenUgH2;wN3(|j~ z@dsHCWZ5gzZ85*RYJAG8)&oiM!uiiX=yCe+qUv8@{`<+FeFmZfI5Gdhc=Px+-Vb+K z8h`t#=beAple0{+^)wiF|3zIgKIM<4){R$FgE1LB* zKHWR-1exdDT!2Lb?myn2x` z#ix$D4#Gu-y$`RpK6#<|>5LvRhdJQhJ!|XST4P*|J|m-k>ONw%gBa!T7bui)rC)=J_sY zV`38&7diFe+ULkd3QOIsly~run+MCg`0v#R0YJ=}C{gcz11}pZHKkWr(f|Me07*qo IM6N<$g61PRAOHXW diff --git a/Assets/Sprites/Player/Player.png.meta b/Assets/Sprites/Player/Player.png.meta index da4b8b9..9111773 100644 --- a/Assets/Sprites/Player/Player.png.meta +++ b/Assets/Sprites/Player/Player.png.meta @@ -108,11 +108,11 @@ TextureImporter: rect: serializedVersion: 2 x: 0 - y: 16 + y: 48 width: 16 height: 16 alignment: 0 - pivot: {x: 0, y: 0} + pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] @@ -129,11 +129,11 @@ TextureImporter: rect: serializedVersion: 2 x: 16 - y: 16 + y: 48 width: 16 height: 16 alignment: 0 - pivot: {x: 0, y: 0} + pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] @@ -150,11 +150,11 @@ TextureImporter: rect: serializedVersion: 2 x: 32 - y: 16 + y: 48 width: 16 height: 16 alignment: 0 - pivot: {x: 0, y: 0} + pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] @@ -171,11 +171,11 @@ TextureImporter: rect: serializedVersion: 2 x: 48 - y: 16 + y: 48 width: 16 height: 16 alignment: 0 - pivot: {x: 0, y: 0} + pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] @@ -192,11 +192,11 @@ TextureImporter: rect: serializedVersion: 2 x: 64 - y: 16 + y: 48 width: 16 height: 16 alignment: 0 - pivot: {x: 0, y: 0} + pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] @@ -213,11 +213,11 @@ TextureImporter: rect: serializedVersion: 2 x: 80 - y: 16 + y: 48 width: 16 height: 16 alignment: 0 - pivot: {x: 0, y: 0} + pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] @@ -234,11 +234,11 @@ TextureImporter: rect: serializedVersion: 2 x: 0 - y: 0 + y: 32 width: 16 height: 16 alignment: 0 - pivot: {x: 0, y: 0} + pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] @@ -255,11 +255,11 @@ TextureImporter: rect: serializedVersion: 2 x: 16 - y: 0 + y: 32 width: 16 height: 16 alignment: 0 - pivot: {x: 0, y: 0} + pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] @@ -276,11 +276,11 @@ TextureImporter: rect: serializedVersion: 2 x: 32 - y: 0 + y: 32 width: 16 height: 16 alignment: 0 - pivot: {x: 0, y: 0} + pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] @@ -297,11 +297,11 @@ TextureImporter: rect: serializedVersion: 2 x: 48 - y: 0 + y: 32 width: 16 height: 16 alignment: 0 - pivot: {x: 0, y: 0} + pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] @@ -318,11 +318,11 @@ TextureImporter: rect: serializedVersion: 2 x: 64 - y: 0 + y: 32 width: 16 height: 16 alignment: 0 - pivot: {x: 0, y: 0} + pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] @@ -339,11 +339,11 @@ TextureImporter: rect: serializedVersion: 2 x: 80 - y: 0 + y: 32 width: 16 height: 16 alignment: 0 - pivot: {x: 0, y: 0} + pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] @@ -360,11 +360,11 @@ TextureImporter: rect: serializedVersion: 2 x: 96 - y: 0 + y: 32 width: 16 height: 16 alignment: 0 - pivot: {x: 0, y: 0} + pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] @@ -381,11 +381,11 @@ TextureImporter: rect: serializedVersion: 2 x: 112 - y: 0 + y: 32 width: 16 height: 16 alignment: 0 - pivot: {x: 0, y: 0} + pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] @@ -402,6 +402,48 @@ TextureImporter: rect: serializedVersion: 2 x: 128 + y: 32 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: b1abf7acd2be14f42b2d4d1ac91148c1 + internalID: -2011013116 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: Player_15 + rect: + serializedVersion: 2 + x: 0 + y: 16 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 08bb5a4d3b2397a479764c8e6f4df88e + internalID: 180603488 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: Player_16 + rect: + serializedVersion: 2 + x: 0 y: 0 width: 16 height: 16 @@ -412,8 +454,71 @@ TextureImporter: physicsShape: [] tessellationDetail: 0 bones: [] - spriteID: b1abf7acd2be14f42b2d4d1ac91148c1 - internalID: -2011013116 + spriteID: 87f4848cf958b654891ba0dab593e5cb + internalID: 1293344572 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: Player_17 + rect: + serializedVersion: 2 + x: 16 + y: 0 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: cb705532072ec3748a708c551fb62e00 + internalID: 118679525 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: Player_18 + rect: + serializedVersion: 2 + x: 32 + y: 0 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 9ea441819b536fe4ebccc4f4bd599091 + internalID: 1291750529 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: Player_19 + rect: + serializedVersion: 2 + x: 48 + y: 0 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 01940affa11bc0a4db69c7e6e3b3c71e + internalID: 2143467853 vertices: [] indices: edges: [] @@ -430,8 +535,11 @@ TextureImporter: secondaryTextures: [] nameFileIdTable: Player_11: -375057873 + Player_17: 118679525 + Player_19: 2143467853 Player_2: -1841721584 Player_4: 825225972 + Player_18: 1291750529 Player_12: -284386636 Player_6: -1414671332 Player_1: -1592093818 @@ -439,9 +547,11 @@ TextureImporter: Player_14: -2011013116 Player_0: 1298688296 Player_7: 1107039308 + Player_16: 1293344572 Player_3: -526475696 Player_8: 1791482633 Player_10: 1146259828 + Player_15: 180603488 Player_13: 1394398855 Player_5: 1441602087 spritePackingTag: