diff --git a/TheStrongestSnail/Assets/Scenes/GLTest.unity b/TheStrongestSnail/Assets/Scenes/GLTest.unity index c3134f1..5cbe4eb 100644 --- a/TheStrongestSnail/Assets/Scenes/GLTest.unity +++ b/TheStrongestSnail/Assets/Scenes/GLTest.unity @@ -214,7 +214,8 @@ RectTransform: m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 0, y: 0, z: 0} m_ConstrainProportionsScale: 0 - m_Children: [] + m_Children: + - {fileID: 1135731519} m_Father: {fileID: 0} m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} @@ -317,6 +318,55 @@ Transform: m_Father: {fileID: 0} m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 50, y: -30, z: 0} +--- !u!1 &1135731518 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1135731519} + - component: {fileID: 1135731520} + m_Layer: 5 + m_Name: GameObject + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1135731519 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1135731518} + 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: 435234966} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1135731520 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1135731518} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0e685e61edfafcc4b855c4325090a115, type: 3} + m_Name: + m_EditorClassIdentifier: --- !u!1 &1644448011 GameObject: m_ObjectHideFlags: 0 diff --git a/TheStrongestSnail/Assets/Scenes/Scene_main.unity b/TheStrongestSnail/Assets/Scenes/Scene_main.unity index 5735bf0..878b215 100644 --- a/TheStrongestSnail/Assets/Scenes/Scene_main.unity +++ b/TheStrongestSnail/Assets/Scenes/Scene_main.unity @@ -9259,7 +9259,7 @@ MonoBehaviour: BTN4: {fileID: 0} panel1: {fileID: 0} panel2: {fileID: 0} - panel3: {fileID: 0} + panel3: {fileID: 2677648105853380896, guid: 125f28881155bef4680416fe0205cd50, type: 3} panel4: {fileID: 0} Game_BTN1: {fileID: 1086743553} Game_BTN1_index: 2 diff --git a/TheStrongestSnail/Assets/Scripts/Yaojiangji.meta b/TheStrongestSnail/Assets/Scripts/Yaojiangji.meta new file mode 100644 index 0000000..60928f9 --- /dev/null +++ b/TheStrongestSnail/Assets/Scripts/Yaojiangji.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: fd449da892db1c24eb6f9635885dfbe8 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/TheStrongestSnail/Assets/Scripts/Yaojiangji/MotherFuck531.cs b/TheStrongestSnail/Assets/Scripts/Yaojiangji/MotherFuck531.cs new file mode 100644 index 0000000..b0b39fb --- /dev/null +++ b/TheStrongestSnail/Assets/Scripts/Yaojiangji/MotherFuck531.cs @@ -0,0 +1,71 @@ +using Newtonsoft.Json; +using System; +using System.Collections; +using System.Collections.Generic; +using System.Threading.Tasks; +using UnityEngine; + + +public class MotherFuck531 : MonoBehaviour +{ + private async void Start() + { + Result(1); + } + + + public async Task Result(int id) // + { + // ×¼±¸ÇëÇóµÄÍ·²¿ÐÅÏ¢£¬°üº¬ÊÚȨÁîÅÆ + Dictionary head118 = new Dictionary + { + { "Authorization", Global.global.serverResponse.data.token } + }; + // ÇëÇóÌå + QueryLottery531Body Body = new QueryLottery531Body + { + lotteryId = id + }; + + + // Òì²½·¢ËÍÇëÇó + string response118 = await web.SendRequest(web.URL + "/snail/gameLottery/queryLotteryRewardList", "POST", JsonConvert.SerializeObject(Body), head118); + + // µ÷ÊÔÊä³ö½ÓÊÕµ½µÄÏìÓ¦ + Debug.Log("5.3.1²éѯҡ½±»ú½±ÀøÁбí =====================" + response118); + + // ½«ÏìÓ¦·´ÐòÁл¯Îª KnightRoomList ¶ÔÏó + Lottery531 directlist = JsonConvert.DeserializeObject(response118); + + // ¼ì²é·´ÐòÁл¯ÊÇ·ñ³É¹¦ + if (directlist != null && directlist.data != null) + { + + //Debug.Log("»ñÈ¡³É¹¦"); + + } + else + { + Debug.LogError("directlist Êý¾ÝΪ¿Õ"); + } + //Debug.Log(directlist.data.UserResponseVoList.Count); + return directlist; + } +} + +public class QueryLottery531Body { + + public int lotteryId { get; set; } + + +} + + +public class Lottery531 : Response +{ + public Lottery531Data data { get; set; } + +} + +public class Lottery531Data { } + diff --git a/TheStrongestSnail/Assets/Scripts/Yaojiangji/MotherFuck531.cs.meta b/TheStrongestSnail/Assets/Scripts/Yaojiangji/MotherFuck531.cs.meta new file mode 100644 index 0000000..8227b76 --- /dev/null +++ b/TheStrongestSnail/Assets/Scripts/Yaojiangji/MotherFuck531.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 0e685e61edfafcc4b855c4325090a115 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/TheStrongestSnail/Assets/Scripts/Yaojiangji/MotherFuck532.cs b/TheStrongestSnail/Assets/Scripts/Yaojiangji/MotherFuck532.cs new file mode 100644 index 0000000..74967e6 --- /dev/null +++ b/TheStrongestSnail/Assets/Scripts/Yaojiangji/MotherFuck532.cs @@ -0,0 +1,18 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class MotherFuck532 : MonoBehaviour +{ + // Start is called before the first frame update + void Start() + { + + } + + // Update is called once per frame + void Update() + { + + } +} diff --git a/TheStrongestSnail/Assets/Scripts/Yaojiangji/MotherFuck532.cs.meta b/TheStrongestSnail/Assets/Scripts/Yaojiangji/MotherFuck532.cs.meta new file mode 100644 index 0000000..e6c2c55 --- /dev/null +++ b/TheStrongestSnail/Assets/Scripts/Yaojiangji/MotherFuck532.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: fd1d731e1864a324ab2b237426843346 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/TheStrongestSnail/Assets/Scripts/Yaojiangji/MotherFuck533.cs b/TheStrongestSnail/Assets/Scripts/Yaojiangji/MotherFuck533.cs new file mode 100644 index 0000000..85eed63 --- /dev/null +++ b/TheStrongestSnail/Assets/Scripts/Yaojiangji/MotherFuck533.cs @@ -0,0 +1,18 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class MotherFuck533 : MonoBehaviour +{ + // Start is called before the first frame update + void Start() + { + + } + + // Update is called once per frame + void Update() + { + + } +} diff --git a/TheStrongestSnail/Assets/Scripts/Yaojiangji/MotherFuck533.cs.meta b/TheStrongestSnail/Assets/Scripts/Yaojiangji/MotherFuck533.cs.meta new file mode 100644 index 0000000..349e978 --- /dev/null +++ b/TheStrongestSnail/Assets/Scripts/Yaojiangji/MotherFuck533.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 646d90bd3ebef464ba821d5e524fb98c +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/TheStrongestSnail/Assets/Spine/CHANGELOG.md b/TheStrongestSnail/Assets/Spine/CHANGELOG.md index df757b6..a3e75ca 100644 --- a/TheStrongestSnail/Assets/Spine/CHANGELOG.md +++ b/TheStrongestSnail/Assets/Spine/CHANGELOG.md @@ -164,6 +164,8 @@ - `Universal Render Pipeline/Spine/Skeleton` shader now performs proper alpha-testing when `Depth Write` is enabled, using the existing `Shadow alpha cutoff` parameter. - `SkeletonRootMotion` components now provide a public `Initialize()` method which is automatically called when calling `skeletonAnimation.Initialize(true)` to update the necessary skeleton references. If a different root bone shall be used, be sure to set `skeletonRootMotion.rootMotionBoneName` before calling `skeletonAnimation.Initialize(true)`. - Skeleton Mecanim: Added new `Mix Mode` `Match`. When selected, Spine animation weights are calculated to best match the provided Mecanim clip weights. This mix mode is recommended on any layer using blend tree nodes. + - URP Shaders: Added `ZWrite` variant of outline shader `Universal Render Pipeline/Spine/Outline/Skeleton-OutlineOnly ZWrite`. Suitable for e.g. depth of field (DoF) effect where writing to the depth buffer is required. Note that for DoF effect, `Render Queue` needs to be set to `Alpha Test`. + - SkeletonGraphic: Exposed `SetScaledPivotOffset` as public method outside of the editor to support programatically moving mesh offsets at runtime based on mesh bounds. - **Breaking changes** @@ -344,6 +346,7 @@ - `VertexEffect` has been removed. ### Cocos2d-x +- Renamed `SkeletonRenderer` to `SkeletonRendererCocos2dX` to avoid name clash with spine-cpp class. ### SFML diff --git a/TheStrongestSnail/Assets/Spine/CHANGELOG.md.meta b/TheStrongestSnail/Assets/Spine/CHANGELOG.md.meta index 82186c3..d3f1965 100644 --- a/TheStrongestSnail/Assets/Spine/CHANGELOG.md.meta +++ b/TheStrongestSnail/Assets/Spine/CHANGELOG.md.meta @@ -1,6 +1,6 @@ fileFormatVersion: 2 guid: f09c19426de438b408307e7ff432e4b5 -timeCreated: 1727118056 +timeCreated: 1733766775 licenseType: Free DefaultImporter: userData: diff --git a/TheStrongestSnail/Assets/Spine/Runtime/spine-csharp/Animation.cs b/TheStrongestSnail/Assets/Spine/Runtime/spine-csharp/Animation.cs index 59f8f7b..fce6617 100644 --- a/TheStrongestSnail/Assets/Spine/Runtime/spine-csharp/Animation.cs +++ b/TheStrongestSnail/Assets/Spine/Runtime/spine-csharp/Animation.cs @@ -2782,6 +2782,11 @@ namespace Spine { Sequence sequence = ((IHasTextureRegion)slotAttachment).Sequence; if (sequence == null) return; + if (direction == MixDirection.Out) { + if (blend == MixBlend.Setup) slot.SequenceIndex = -1; + return; + } + float[] frames = this.frames; if (time < frames[0]) { if (blend == MixBlend.Setup || blend == MixBlend.First) slot.SequenceIndex = -1; diff --git a/TheStrongestSnail/Assets/Spine/Runtime/spine-csharp/AnimationState.cs b/TheStrongestSnail/Assets/Spine/Runtime/spine-csharp/AnimationState.cs index 06cdc7f..c2ba7bc 100644 --- a/TheStrongestSnail/Assets/Spine/Runtime/spine-csharp/AnimationState.cs +++ b/TheStrongestSnail/Assets/Spine/Runtime/spine-csharp/AnimationState.cs @@ -204,16 +204,18 @@ namespace Spine { from.animationLast = from.nextAnimationLast; from.trackLast = from.nextTrackLast; - // Require mixTime > 0 to ensure the mixing from entry was applied at least once. - if (to.mixTime > 0 && to.mixTime >= to.mixDuration) { - // Require totalAlpha == 0 to ensure mixing is complete, unless mixDuration == 0 (the transition is a single frame). - if (from.totalAlpha == 0 || to.mixDuration == 0) { - to.mixingFrom = from.mixingFrom; - if (from.mixingFrom != null) from.mixingFrom.mixingTo = to; - to.interruptAlpha = from.interruptAlpha; - queue.End(from); + if (to.nextTrackLast != -1) { // The from entry was applied at least once. + bool discard = to.mixTime == 0 && from.mixTime == 0; // Discard the from entry when neither have advanced yet. + if (to.mixTime >= to.mixDuration || discard) { + // Require totalAlpha == 0 to ensure mixing is complete or the transition is a single frame or discarded. + if (from.totalAlpha == 0 || to.mixDuration == 0 || discard) { + to.mixingFrom = from.mixingFrom; + if (from.mixingFrom != null) from.mixingFrom.mixingTo = to; + to.interruptAlpha = from.interruptAlpha; + queue.End(from); + } + return finished; } - return finished; } from.trackTime += delta * from.timeScale; diff --git a/TheStrongestSnail/Assets/Spine/Runtime/spine-csharp/package.json b/TheStrongestSnail/Assets/Spine/Runtime/spine-csharp/package.json index c536ec2..3d4bb86 100644 --- a/TheStrongestSnail/Assets/Spine/Runtime/spine-csharp/package.json +++ b/TheStrongestSnail/Assets/Spine/Runtime/spine-csharp/package.json @@ -2,7 +2,7 @@ "name": "com.esotericsoftware.spine.spine-csharp", "displayName": "spine-csharp Runtime", "description": "This plugin provides the spine-csharp core runtime.", - "version": "4.2.31", + "version": "4.2.33", "unity": "2018.3", "author": { "name": "Esoteric Software", diff --git a/TheStrongestSnail/Assets/Spine/Runtime/spine-unity/Asset Types/OnDemandTextureLoader.cs b/TheStrongestSnail/Assets/Spine/Runtime/spine-unity/Asset Types/OnDemandTextureLoader.cs index 8f18a09..20d590a 100644 --- a/TheStrongestSnail/Assets/Spine/Runtime/spine-unity/Asset Types/OnDemandTextureLoader.cs +++ b/TheStrongestSnail/Assets/Spine/Runtime/spine-unity/Asset Types/OnDemandTextureLoader.cs @@ -36,6 +36,11 @@ using UnityEngine; namespace Spine.Unity { public abstract class OnDemandTextureLoader : ScriptableObject { public AtlasAssetBase atlasAsset; + /// + /// Additional reference, currently only used to cover blend mode materials + /// which are not stored at atlasAsset. + /// + public SkeletonDataAsset skeletonDataAsset; /// Original texture name without extension. /// The placeholder texture's name for a given original target texture name. diff --git a/TheStrongestSnail/Assets/Spine/Runtime/spine-unity/Components/SkeletonGraphic.cs b/TheStrongestSnail/Assets/Spine/Runtime/spine-unity/Components/SkeletonGraphic.cs index 9c88ff3..6b2e042 100644 --- a/TheStrongestSnail/Assets/Spine/Runtime/spine-unity/Components/SkeletonGraphic.cs +++ b/TheStrongestSnail/Assets/Spine/Runtime/spine-unity/Components/SkeletonGraphic.cs @@ -1416,11 +1416,11 @@ namespace Spine.Unity { public Vector2 GetScaledPivotOffset () { return pivotOffset * GetLayoutScale(layoutScaleMode); } - +#endif public void SetScaledPivotOffset (Vector2 pivotOffsetScaled) { pivotOffset = pivotOffsetScaled / GetLayoutScale(layoutScaleMode); } -#endif + protected float GetLayoutScale (LayoutMode mode) { Vector2 currentSize = GetCurrentRectSize(); mode = GetEffectiveLayoutMode(mode); diff --git a/TheStrongestSnail/Assets/Spine/Runtime/spine-unity/Mesh Generation/MeshGenerator.cs b/TheStrongestSnail/Assets/Spine/Runtime/spine-unity/Mesh Generation/MeshGenerator.cs index 269a777..7698609 100644 --- a/TheStrongestSnail/Assets/Spine/Runtime/spine-unity/Mesh Generation/MeshGenerator.cs +++ b/TheStrongestSnail/Assets/Spine/Runtime/spine-unity/Mesh Generation/MeshGenerator.cs @@ -1230,9 +1230,11 @@ namespace Spine.Unity { // Zero the extra. { int listCount = vertexBuffer.Count; - Vector3 vector3zero = Vector3.zero; + // unfortunately even non-indexed vertices are still used by Unity's bounds computation, + // (considered a Unity bug), thus avoid Vector3.zero and use last vertex instead. + Vector3 extraVertex = listCount == 0 ? Vector3.zero : vbi[listCount - 1]; for (int i = listCount; i < vbiLength; i++) - vbi[i] = vector3zero; + vbi[i] = extraVertex; } // Set the vertex buffer. diff --git a/TheStrongestSnail/Assets/Spine/package.json b/TheStrongestSnail/Assets/Spine/package.json index 73f1bc3..a49f248 100644 --- a/TheStrongestSnail/Assets/Spine/package.json +++ b/TheStrongestSnail/Assets/Spine/package.json @@ -2,7 +2,7 @@ "name": "com.esotericsoftware.spine.spine-unity", "displayName": "spine-unity Runtime", "description": "This plugin provides the spine-unity runtime core.", - "version": "4.2.87", + "version": "4.2.92", "unity": "2018.3", "author": { "name": "Esoteric Software", @@ -10,6 +10,10 @@ "url": "http://esotericsoftware.com/" }, "dependencies": { + "com.unity.ugui" : "1.0.0", + "com.unity.modules.animation" : "1.0.0", + "com.unity.modules.physics" : "1.0.0", + "com.unity.modules.physics2d" : "1.0.0", "com.esotericsoftware.spine.spine-csharp": "4.2.0" }, "repository": { diff --git a/TheStrongestSnail/Assets/Spine/version.txt b/TheStrongestSnail/Assets/Spine/version.txt index 80666fe..2cbfe4e 100644 --- a/TheStrongestSnail/Assets/Spine/version.txt +++ b/TheStrongestSnail/Assets/Spine/version.txt @@ -1,2 +1,2 @@ -Package version: spine-unity-4.2-2024-09-23.unitypackage +Package version: spine-unity-4.2-2024-12-09.unitypackage This Spine-Unity runtime works with data exported from Spine Editor version: 4.2.xx diff --git a/TheStrongestSnail/Assets/prefabs/GLPrefabs/lotteryPanel.prefab b/TheStrongestSnail/Assets/prefabs/GLPrefabs/lotteryPanel.prefab index eeb3661..5859ae6 100644 --- a/TheStrongestSnail/Assets/prefabs/GLPrefabs/lotteryPanel.prefab +++ b/TheStrongestSnail/Assets/prefabs/GLPrefabs/lotteryPanel.prefab @@ -535,9 +535,9 @@ RectTransform: m_Father: {fileID: 2677648105864033037} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 686, y: -600.844} m_SizeDelta: {x: 1372, y: 841.6879} m_Pivot: {x: 0.5, y: 0.5} --- !u!1 &2677648104524646295 @@ -1735,6 +1735,7 @@ GameObject: - component: {fileID: 2677648105666884559} - component: {fileID: 2677648105666884558} - component: {fileID: 2677648105666884552} + - component: {fileID: 2225623947859736921} m_Layer: 5 m_Name: ReturnBtn m_TagString: Untagged @@ -1845,6 +1846,20 @@ MonoBehaviour: m_OnClick: m_PersistentCalls: m_Calls: [] +--- !u!114 &2225623947859736921 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2677648105666884556} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 74de365fa92f06a49a17acc53c84dc6c, type: 3} + m_Name: + m_EditorClassIdentifier: + retbutton: {fileID: 2677648105666884552} + ClosureObj: {fileID: 2677648105853380896} --- !u!1 &2677648105778359627 GameObject: m_ObjectHideFlags: 0 @@ -2511,8 +2526,8 @@ RectTransform: m_Father: {fileID: 2677648105864033037} m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 686, y: -1442.5319} m_SizeDelta: {x: 1372, y: 841.6879} m_Pivot: {x: 0.5, y: 0.5} diff --git a/TheStrongestSnail/Assets/prefabs/LQPrefabs/InviteFriendsPanel.prefab b/TheStrongestSnail/Assets/prefabs/LQPrefabs/InviteFriendsPanel.prefab index f4bf78a..4cbe825 100644 --- a/TheStrongestSnail/Assets/prefabs/LQPrefabs/InviteFriendsPanel.prefab +++ b/TheStrongestSnail/Assets/prefabs/LQPrefabs/InviteFriendsPanel.prefab @@ -32,7 +32,7 @@ RectTransform: - {fileID: 5797952351703188415} - {fileID: 5797952351688055029} m_Father: {fileID: 7280502856680181091} - m_RootOrder: 2 + m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -1650,6 +1650,127 @@ MonoBehaviour: m_VerticalOverflow: 0 m_LineSpacing: 1 m_Text: "15\u4EBA" +--- !u!1 &6880541196155801648 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1730923064677901686} + - component: {fileID: 8705845451079540789} + - component: {fileID: 6807071464009141827} + - component: {fileID: 4033245262715455115} + m_Layer: 5 + m_Name: Mask + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1730923064677901686 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6880541196155801648} + 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: 7280502856680181091} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &8705845451079540789 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6880541196155801648} + m_CullTransparentMesh: 1 +--- !u!114 &6807071464009141827 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6880541196155801648} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0, g: 0, b: 0, a: 0.6} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!114 &4033245262715455115 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6880541196155801648} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_WrapAround: 0 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Selected + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 6807071464009141827} + m_OnClick: + m_PersistentCalls: + m_Calls: [] --- !u!1 &7280502856037556148 GameObject: m_ObjectHideFlags: 0 @@ -1680,7 +1801,7 @@ RectTransform: m_Children: - {fileID: 7280502857132279049} m_Father: {fileID: 7280502856680181091} - m_RootOrder: 3 + m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0} m_AnchorMax: {x: 0.5, y: 0} @@ -1775,8 +1896,6 @@ GameObject: - component: {fileID: 47606394365045497} - component: {fileID: 1586282187} - component: {fileID: 7148041168553052670} - - component: {fileID: 3987885434168403694} - - component: {fileID: 2071914195349064577} - component: {fileID: 4436370365307586402} m_Layer: 5 m_Name: InviteFriendsPanel @@ -1797,6 +1916,7 @@ RectTransform: m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: + - {fileID: 1730923064677901686} - {fileID: 7280502856939663039} - {fileID: 7280502857366471291} - {fileID: 5797952349962396688} @@ -1848,80 +1968,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 7280502856680181116} m_CullTransparentMesh: 1 ---- !u!114 &3987885434168403694 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 7280502856680181116} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 0, g: 0, b: 0, a: 0.6} - m_RaycastTarget: 1 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 0} - m_Type: 0 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!114 &2071914195349064577 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 7280502856680181116} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Navigation: - m_Mode: 3 - m_WrapAround: 0 - m_SelectOnUp: {fileID: 0} - m_SelectOnDown: {fileID: 0} - m_SelectOnLeft: {fileID: 0} - m_SelectOnRight: {fileID: 0} - m_Transition: 1 - m_Colors: - m_NormalColor: {r: 1, g: 1, b: 1, a: 1} - m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} - m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} - m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} - m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} - m_ColorMultiplier: 1 - m_FadeDuration: 0.1 - m_SpriteState: - m_HighlightedSprite: {fileID: 0} - m_PressedSprite: {fileID: 0} - m_SelectedSprite: {fileID: 0} - m_DisabledSprite: {fileID: 0} - m_AnimationTriggers: - m_NormalTrigger: Normal - m_HighlightedTrigger: Highlighted - m_PressedTrigger: Pressed - m_SelectedTrigger: Selected - m_DisabledTrigger: Disabled - m_Interactable: 1 - m_TargetGraphic: {fileID: 3987885434168403694} - m_OnClick: - m_PersistentCalls: - m_Calls: [] --- !u!114 &4436370365307586402 MonoBehaviour: m_ObjectHideFlags: 0 @@ -1934,7 +1980,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 74de365fa92f06a49a17acc53c84dc6c, type: 3} m_Name: m_EditorClassIdentifier: - retbutton: {fileID: 2071914195349064577} + retbutton: {fileID: 4033245262715455115} ClosureObj: {fileID: 7280502856680181116} --- !u!1 &7280502856939663032 GameObject: @@ -1967,7 +2013,7 @@ RectTransform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 7280502856680181091} - m_RootOrder: 0 + m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -2177,7 +2223,7 @@ RectTransform: - {fileID: 7280502856550628752} - {fileID: 7280502857663289970} m_Father: {fileID: 7280502856680181091} - m_RootOrder: 1 + m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 1} m_AnchorMax: {x: 0.5, y: 1} diff --git a/TheStrongestSnail/Assets/res/DaoSpine.meta b/TheStrongestSnail/Assets/res/DaoSpine.meta new file mode 100644 index 0000000..2d9e4ab --- /dev/null +++ b/TheStrongestSnail/Assets/res/DaoSpine.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1aa65ef35e3987344a327fe6833f81e3 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/TheStrongestSnail/Assets/res/DaoSpine/xiangzi.atlas b/TheStrongestSnail/Assets/res/DaoSpine/xiangzi.atlas new file mode 100644 index 0000000..0825e6b --- /dev/null +++ b/TheStrongestSnail/Assets/res/DaoSpine/xiangzi.atlas @@ -0,0 +1,146 @@ + +xiangzi.png +size: 1801,442 +format: RGBA8888 +filter: Linear,Linear +repeat: none +guangdian-1 + rotate: true + xy: 1252, 9 + size: 58, 81 + orig: 58, 82 + offset: 0, 0 + index: -1 +guangdian-2 + rotate: true + xy: 1192, 4 + size: 63, 58 + orig: 63, 58 + offset: 0, 0 + index: -1 +guangdian-3 + rotate: false + xy: 933, 4 + size: 35, 35 + orig: 35, 35 + offset: 0, 0 + index: -1 +huan-1 + rotate: true + xy: 1335, 5 + size: 263, 176 + orig: 263, 263 + offset: 0, 87 + index: -1 +huan-2 + rotate: false + xy: 1513, 77 + size: 286, 191 + orig: 286, 286 + offset: 0, 95 + index: -1 +huang/gai + rotate: true + xy: 2, 14 + size: 426, 242 + orig: 427, 243 + offset: 1, 1 + index: -1 +huang/he-1 + rotate: true + xy: 489, 40 + size: 400, 276 + orig: 401, 276 + offset: 0, 0 + index: -1 +huang/he-2 + rotate: true + xy: 1043, 66 + size: 374, 137 + orig: 374, 138 + offset: 0, 1 + index: -1 +huang/ying + rotate: false + xy: 1335, 270 + size: 450, 170 + orig: 452, 172 + offset: 1, 1 + index: -1 +zi/ying + rotate: false + xy: 1335, 270 + size: 450, 170 + orig: 452, 172 + offset: 1, 1 + index: -1 +xian-1 + rotate: true + xy: 2, 9 + size: 3, 220 + orig: 3, 221 + offset: 0, 0 + index: -1 +xian-2 + rotate: true + xy: 2, 4 + size: 3, 220 + orig: 3, 221 + offset: 0, 0 + index: -1 +xian-3 + rotate: true + xy: 224, 9 + size: 3, 220 + orig: 3, 221 + offset: 0, 0 + index: -1 +zhu-1 + rotate: true + xy: 489, 2 + size: 36, 220 + orig: 36, 221 + offset: 0, 0 + index: -1 +zhu-2 + rotate: true + xy: 1513, 19 + size: 56, 219 + orig: 58, 221 + offset: 1, 0 + index: -1 +zhu-3 + rotate: true + xy: 970, 14 + size: 25, 220 + orig: 25, 221 + offset: 0, 0 + index: -1 +zhu-4 + rotate: true + xy: 711, 2 + size: 36, 220 + orig: 36, 221 + offset: 0, 0 + index: -1 +zi/gai + rotate: true + xy: 246, 16 + size: 424, 241 + orig: 427, 243 + offset: 2, 1 + index: -1 +zi/he-1 + rotate: true + xy: 767, 41 + size: 399, 274 + orig: 401, 276 + offset: 1, 1 + index: -1 +zi/he-2 + rotate: true + xy: 1182, 69 + size: 371, 136 + orig: 374, 138 + offset: 2, 1 + index: -1 diff --git a/TheStrongestSnail/Assets/res/DaoSpine/xiangzi.atlas.meta b/TheStrongestSnail/Assets/res/DaoSpine/xiangzi.atlas.meta new file mode 100644 index 0000000..07121bd --- /dev/null +++ b/TheStrongestSnail/Assets/res/DaoSpine/xiangzi.atlas.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 1b1bd48ab60900146a4629cf6b2a9ae2 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/TheStrongestSnail/Assets/res/DaoSpine/xiangzi.json b/TheStrongestSnail/Assets/res/DaoSpine/xiangzi.json new file mode 100644 index 0000000..c316044 --- /dev/null +++ b/TheStrongestSnail/Assets/res/DaoSpine/xiangzi.json @@ -0,0 +1 @@ +{"skeleton":{"hash":"/dmlt6jcjov1wraxi0ByMKQhdkc","spine":"3.8.75","x":30,"y":-481.32,"width":1189.57,"height":700.08,"images":"./images/","audio":"F:/最强蜗牛/spine/kaixiang"},"bones":[{"name":"root"},{"name":"bone13","parent":"root","x":272.82,"y":-490.27},{"name":"huan-1","parent":"bone13","x":654.07,"y":140.02},{"name":"huan-2","parent":"bone13","x":410.01,"y":172.75},{"name":"bone2","parent":"bone13","x":327.18,"y":390.27},{"name":"bone3","parent":"bone13","x":527.18,"y":390.27},{"name":"bone4","parent":"bone13","x":427.18,"y":390.27},{"name":"guangdai","parent":"bone13","x":727.18,"y":490.27},{"name":"bone5","parent":"guangdai","length":220,"rotation":57.41},{"name":"bone6","parent":"guangdai","length":220,"rotation":120},{"name":"bone7","parent":"guangdai","length":220,"rotation":138.14},{"name":"bone8","parent":"guangdai","length":220,"rotation":71.26},{"name":"bone11","parent":"guangdai","length":220,"rotation":-31.63},{"name":"bone12","parent":"bone13","length":360,"rotation":90,"x":-0.55,"y":34.64},{"name":"bone14","parent":"bone12","length":175.64,"rotation":80,"x":117.27,"y":17.22},{"name":"bone15","parent":"bone12","length":155.86,"rotation":-75,"x":117.75,"y":-17.77},{"name":"bone16","parent":"bone12","x":260.63,"y":13.76},{"name":"bone17","parent":"guangdai","length":220,"rotation":-110.84},{"name":"bone18","parent":"guangdai","length":220,"rotation":-89.26},{"name":"bone19","parent":"guangdai","length":220,"rotation":-88.62},{"name":"bone20","parent":"guangdai","length":220,"rotation":-17.25},{"name":"bone21","parent":"guangdai","length":220,"rotation":-127.41},{"name":"bone23","parent":"guangdai","length":220,"rotation":-156.6},{"name":"bone24","parent":"guangdai","length":220,"rotation":158.13},{"name":"bone25","parent":"guangdai","length":220,"rotation":173.57},{"name":"bone27","parent":"guangdai","length":220,"rotation":-157.35},{"name":"bone28","parent":"guangdai","length":220,"rotation":175.49},{"name":"bone29","parent":"guangdai","length":220,"rotation":104.04},{"name":"bone30","parent":"guangdai","length":220,"rotation":-127.59},{"name":"bone31","parent":"guangdai","length":220,"rotation":23.21},{"name":"bone34","parent":"guangdai","length":220,"rotation":10.51},{"name":"bone35","parent":"guangdai","length":220,"rotation":45.38},{"name":"bone36","parent":"guangdai","length":220,"rotation":-52.63},{"name":"bone37","parent":"guangdai","length":220,"rotation":-48.95},{"name":"huan-3","parent":"bone13","x":654.07,"y":140.02},{"name":"huan-4","parent":"bone13","x":654.07,"y":140.02},{"name":"bone9","parent":"bone13","x":327.18,"y":390.27},{"name":"bone10","parent":"bone13","x":527.18,"y":390.27},{"name":"bone22","parent":"bone13","x":427.18,"y":390.27}],"slots":[{"name":"ying","bone":"bone13","attachment":"ying","blend":"multiply"},{"name":"he-2","bone":"bone13","attachment":"he-2"},{"name":"xian-1","bone":"bone11","attachment":"xian-1"},{"name":"xian-6","bone":"bone23","attachment":"xian-1"},{"name":"xian-9","bone":"bone30","attachment":"xian-1"},{"name":"xian-12","bone":"bone37","attachment":"xian-1"},{"name":"xian-2","bone":"bone5","attachment":"xian-2"},{"name":"xian-4","bone":"bone17","attachment":"xian-2"},{"name":"xian-7","bone":"bone24","attachment":"xian-2"},{"name":"xian-10","bone":"bone31","attachment":"xian-2"},{"name":"xian-3","bone":"bone6","attachment":"xian-3"},{"name":"xian-5","bone":"bone18","attachment":"xian-3"},{"name":"xian-8","bone":"bone25","attachment":"xian-3"},{"name":"zhu-12","bone":"bone29","attachment":"zhu-1"},{"name":"zhu-16","bone":"bone36","attachment":"zhu-1"},{"name":"zhu-2","bone":"bone7","attachment":"zhu-2"},{"name":"zhu-5","bone":"bone19","attachment":"zhu-2"},{"name":"zhu-3","bone":"bone8","attachment":"zhu-3"},{"name":"zhu-6","bone":"bone20","attachment":"zhu-3"},{"name":"zhu-10","bone":"bone27","attachment":"zhu-3"},{"name":"zhu-14","bone":"bone34","attachment":"zhu-3"},{"name":"zhu-7","bone":"bone21","attachment":"zhu-4"},{"name":"zhu-11","bone":"bone28","attachment":"zhu-4"},{"name":"zhu-15","bone":"bone35","attachment":"zhu-4"},{"name":"huan-1","bone":"huan-1","attachment":"huan-1","blend":"screen"},{"name":"huan-3","bone":"huan-3","attachment":"huan-1","blend":"screen"},{"name":"huan-4","bone":"huan-4","attachment":"huan-1","blend":"screen"},{"name":"huan-2","bone":"huan-2","attachment":"huan-2","blend":"screen"},{"name":"guangdian-1","bone":"bone4","attachment":"guangdian-1"},{"name":"guangdian-6","bone":"bone22","attachment":"guangdian-1"},{"name":"guangdian-2","bone":"bone3","attachment":"guangdian-2"},{"name":"guangdian-5","bone":"bone10","attachment":"guangdian-2"},{"name":"guangdian-3","bone":"bone2","attachment":"guangdian-3"},{"name":"guangdian-4","bone":"bone9","attachment":"guangdian-3"},{"name":"he-1","bone":"bone13","attachment":"he-1"},{"name":"gai","bone":"bone16","attachment":"gai"}],"skins":[{"name":"default","attachments":{"xian-1":{"xian-1":{"x":110.5,"rotation":-90,"width":3,"height":221}},"xian-2":{"xian-2":{"x":110.5,"rotation":-90,"width":3,"height":221}},"xian-3":{"xian-3":{"x":110.5,"rotation":-90,"width":3,"height":221}},"xian-4":{"xian-2":{"x":110.5,"rotation":-90,"width":3,"height":221}},"xian-5":{"xian-3":{"x":110.5,"rotation":-90,"width":3,"height":221}},"xian-6":{"xian-1":{"x":110.5,"rotation":-90,"width":3,"height":221}},"xian-7":{"xian-2":{"x":110.5,"rotation":-90,"width":3,"height":221}},"xian-8":{"xian-3":{"x":110.5,"rotation":-90,"width":3,"height":221}},"xian-9":{"xian-1":{"x":110.5,"rotation":-90,"width":3,"height":221}},"guangdian-5":{"guangdian-2":{"width":63,"height":58}},"zhu-15":{"zhu-4":{"x":110.5,"rotation":-90,"width":36,"height":221}},"guangdian-1":{"guangdian-1":{"width":58,"height":82}},"huan-1":{"huan-1":{"type":"mesh","uvs":[0.66667,0.66667,0.33333,0.66667,0,0.66667,0,0.33333,0,0,0.33333,0,0.66667,0,1,0,1,0.33333,1,0.66667,0.66667,0.33333,0.33333,0.33333],"triangles":[11,3,4,5,11,4,10,5,6,11,5,10,6,7,8,10,6,8,1,2,3,1,11,10,1,3,11,0,10,8,1,10,0,0,8,9],"vertices":[43.83,-43.83,-43.83,-43.83,-131.5,-43.83,-131.5,43.83,-131.5,131.5,-43.83,131.5,43.83,131.5,131.5,131.5,131.5,43.83,131.5,-43.83,43.83,43.83,-43.83,43.83],"hull":10,"edges":[4,6,6,8,8,10,10,12,12,14,14,16,16,18,18,0,0,2,2,4],"width":263,"height":263}},"huan-2":{"huan-2":{"type":"mesh","uvs":[0.66667,0.66667,0.33333,0.66667,0,0.66667,0,0.33333,0,0,0.33333,0,0.66667,0,1,0,1,0.33333,1,0.66667,0.66667,0.33333,0.33333,0.33333],"triangles":[11,3,4,5,11,4,10,5,6,11,5,10,6,7,8,10,6,8,2,3,11,1,11,10,2,11,1,0,10,8,1,10,0,0,8,9],"vertices":[47.67,-47.67,-47.67,-47.67,-143,-47.67,-143,47.67,-143,143,-47.67,143,47.67,143,143,143,143,47.67,143,-47.67,47.67,47.67,-47.67,47.67],"hull":10,"edges":[4,6,6,8,8,10,10,12,12,14,14,16,16,18,18,0,0,2,2,4],"width":286,"height":286}},"huan-3":{"huan-1":{"type":"mesh","uvs":[0.66667,0.66667,0.33333,0.66667,0,0.66667,0,0.33333,0,0,0.33333,0,0.66667,0,1,0,1,0.33333,1,0.66667,0.66667,0.33333,0.33333,0.33333],"triangles":[11,3,4,5,11,4,10,5,6,11,5,10,6,7,8,10,6,8,1,2,3,1,11,10,1,3,11,0,10,8,1,10,0,0,8,9],"vertices":[43.83,-43.83,-43.83,-43.83,-131.5,-43.83,-131.5,43.83,-131.5,131.5,-43.83,131.5,43.83,131.5,131.5,131.5,131.5,43.83,131.5,-43.83,43.83,43.83,-43.83,43.83],"hull":10,"edges":[4,6,6,8,8,10,10,12,12,14,14,16,16,18,18,0,0,2,2,4],"width":263,"height":263}},"huan-4":{"huan-1":{"type":"mesh","uvs":[0.66667,0.66667,0.33333,0.66667,0,0.66667,0,0.33333,0,0,0.33333,0,0.66667,0,1,0,1,0.33333,1,0.66667,0.66667,0.33333,0.33333,0.33333],"triangles":[11,3,4,5,11,4,10,5,6,11,5,10,6,7,8,10,6,8,1,2,3,1,11,10,1,3,11,0,10,8,1,10,0,0,8,9],"vertices":[43.83,-43.83,-43.83,-43.83,-131.5,-43.83,-131.5,43.83,-131.5,131.5,-43.83,131.5,43.83,131.5,131.5,131.5,131.5,43.83,131.5,-43.83,43.83,43.83,-43.83,43.83],"hull":10,"edges":[4,6,6,8,8,10,10,12,12,14,14,16,16,18,18,0,0,2,2,4],"width":263,"height":263}},"guangdian-4":{"guangdian-3":{"width":35,"height":35}},"guangdian-2":{"guangdian-2":{"width":63,"height":58}},"zhu-10":{"zhu-3":{"x":110.5,"rotation":-90,"width":25,"height":221}},"zhu-11":{"zhu-4":{"x":110.5,"rotation":-90,"width":36,"height":221}},"zhu-12":{"zhu-1":{"x":110.5,"rotation":-90,"width":36,"height":221}},"zhu-14":{"zhu-3":{"x":110.5,"rotation":-90,"width":25,"height":221}},"zhu-6":{"zhu-3":{"x":110.5,"rotation":-90,"width":25,"height":221}},"zhu-16":{"zhu-1":{"x":110.5,"rotation":-90,"width":36,"height":221}},"zhu-2":{"zhu-2":{"x":110.5,"rotation":-90,"width":58,"height":221}},"zhu-3":{"zhu-3":{"x":110.5,"rotation":-90,"width":25,"height":221}},"xian-10":{"xian-2":{"x":110.5,"rotation":-90,"width":3,"height":221}},"zhu-5":{"zhu-2":{"x":110.5,"rotation":-90,"width":58,"height":221}},"xian-12":{"xian-1":{"x":110.5,"rotation":-90,"width":3,"height":221}},"zhu-7":{"zhu-4":{"x":110.5,"rotation":-90,"width":36,"height":221}},"guangdian-3":{"guangdian-3":{"width":35,"height":35}},"guangdian-6":{"guangdian-1":{"width":58,"height":82}}}},{"name":"huang","attachments":{"ying":{"ying":{"name":"huang/ying","x":-16.82,"y":107.27,"width":452,"height":172}},"gai":{"gai":{"name":"huang/gai","type":"mesh","uvs":[0.50331,0.0024,0.54958,0.00433,0.66384,0.04739,0.69414,0.03502,0.81293,0.09476,0.85271,0.12486,0.85255,0.16005,0.91134,0.20635,0.97665,0.25778,0.99909,0.29071,0.9966,0.60697,0.9839,0.64896,0.91433,0.72341,0.90873,0.75344,0.89469,0.77991,0.79585,0.86721,0.74759,0.87282,0.68392,0.92156,0.59077,0.99286,0.56239,0.99443,0.47162,0.96253,0.37359,0.92807,0.34857,0.91502,0.29396,0.92075,0.17389,0.86737,0.14755,0.81767,0.03054,0.73935,0.01491,0.70949,0.00469,0.62689,0.00457,0.46223,0.00447,0.31233,0.08654,0.24036,0.16783,0.16907,0.17415,0.12771,0.22133,0.08403,0.34381,0.02244,0.40178,0.04036],"triangles":[11,12,10,10,12,7,8,10,7,10,8,9,18,19,17,17,19,20,17,20,1,1,20,21,2,16,17,32,22,23,2,17,1,21,22,1,1,22,0,22,36,0,32,36,22,32,33,34,36,32,34,12,15,16,23,24,25,25,32,23,6,16,2,14,15,12,4,2,3,2,4,6,25,29,31,25,31,32,13,14,12,12,6,7,12,16,6,34,35,36,29,30,31,6,4,5,25,28,29,26,27,28,25,26,28],"vertices":[1,13,366.82,12.45,1,1,13,366.35,-7.31,1,1,13,355.89,-56.1,1,1,13,358.89,-69.04,1,1,13,344.38,-119.76,1,1,13,337.06,-136.74,1,2,13,328.51,-136.68,0.89366,15,169.41,172.8,0.10634,2,13,317.26,-161.78,0.63009,15,190.74,155.44,0.36991,2,13,304.76,-189.67,0.53825,15,214.45,136.15,0.46175,2,13,296.76,-199.25,0.45488,15,221.63,125.94,0.54512,2,13,219.91,-198.19,0.14993,15,200.71,51.98,0.85007,2,13,209.71,-192.77,0.06522,15,192.83,43.53,0.93478,2,13,191.62,-163.06,0.44637,15,159.46,33.74,0.55363,2,13,184.32,-160.67,0.56446,15,155.26,27.31,0.43554,2,13,177.89,-154.67,0.76583,15,147.8,22.65,0.23417,2,13,156.67,-112.47,0.87014,15,101.55,13.08,0.12986,2,13,155.31,-91.86,0.91744,15,81.29,17.1,0.08256,1,13,143.47,-64.67,1,1,13,126.14,-24.9,1,1,13,125.76,-12.78,1,1,13,133.51,25.98,1,1,13,141.88,67.84,1,2,14,65.19,-16.72,0.0533,13,145.05,78.52,0.9467,2,14,87.92,-11.3,0.23105,13,143.66,101.84,0.76895,2,14,140.66,-15.17,0.44033,13,156.63,153.11,0.55967,2,14,153.83,-25.11,0.48543,13,168.71,164.36,0.51457,2,14,206.34,-35.18,0.84509,13,187.74,214.32,0.15491,2,14,214.17,-41.17,0.81821,13,195,220.99,0.18179,2,14,221.96,-60.17,0.73316,13,215.07,225.36,0.26684,2,14,228.95,-99.57,0.74703,13,255.08,225.41,0.25297,2,14,235.32,-135.44,0.55076,13,291.51,225.45,0.44924,2,14,203.85,-158.75,0.02452,13,309,190.41,0.97548,1,13,326.32,155.7,1,1,13,336.37,153,1,1,13,346.99,132.85,1,1,13,361.95,80.56,1,1,13,357.6,55.8,1],"hull":37,"edges":[0,72,0,2,2,4,4,6,6,8,8,10,10,12,16,18,18,20,20,22,22,24,24,26,26,28,28,30,30,32,36,38,42,44,44,46,46,48,48,50,50,52,52,54,54,56,64,66,66,68,68,70,70,72,56,58,58,60,60,62,62,64,12,14,14,16,32,34,34,36,38,40,40,42],"width":427,"height":243}},"he-1":{"he-1":{"name":"huang/he-1","type":"mesh","uvs":[0.96229,0.02497,0.99235,0.04696,0.99504,0.05981,0.99516,0.14257,0.99534,0.26273,0.99235,0.34794,0.98789,0.47471,0.98407,0.58346,0.9654,0.67899,0.87707,0.75601,0.77265,0.84647,0.66759,0.92992,0.57557,1,0.45848,0.97018,0.38007,0.94162,0.28561,0.90721,0.16524,0.84729,0.06711,0.79845,0.04325,0.78186,0.03317,0.71162,0.02388,0.63524,0.01268,0.52468,0.0074,0.41933,0.00229,0.30567,0.00237,0.19435,0.00244,0.10339,0.01244,0.07763,0.05034,0.05034,0.08706,0.07906,0.16282,0.12025,0.24741,0.15415,0.31718,0.1803,0.37393,0.20011,0.44949,0.22201,0.52946,0.2459,0.5932,0.26072,0.64763,0.23727,0.69523,0.20787,0.75891,0.16126,0.83426,0.10331,0.89133,0.05155,0.93133,0.0023],"triangles":[10,36,9,9,36,37,7,8,9,40,6,39,40,41,0,9,37,6,6,37,38,39,6,38,6,7,9,40,5,6,4,5,40,3,40,0,3,0,2,2,0,1,3,4,40,31,19,30,19,16,17,30,22,29,19,17,18,30,19,20,30,20,21,22,30,21,29,22,28,28,26,27,26,28,25,28,22,23,24,28,23,25,28,24,19,31,16,15,16,32,34,13,14,14,15,33,16,31,32,15,32,33,12,13,11,35,11,13,35,13,34,34,14,33,11,35,10,10,35,36],"vertices":[3,13,243.42,-172.38,1.1E-4,14,-164.81,-157.16,5.0E-5,15,181.87,81.37,0.99984,2,14,-177.74,-153.27,5.0E-5,15,191.93,72.39,0.99995,2,14,-179.42,-149.97,5.0E-5,15,192.06,68.68,0.99995,3,13,210.96,-185.56,0,14,-183.43,-127.48,4.0E-5,15,186.2,46.6,0.99995,2,14,-189.26,-94.84,2.0E-5,15,177.68,14.55,0.99998,2,14,-192.16,-71.47,0,15,170.44,-7.85,1,2,14,-196.48,-36.7,0,15,159.65,-41.19,1,3,13,89.27,-181.11,0.00394,14,-200.18,-6.87,0,15,150.4,-69.78,0.99606,3,13,62.91,-173.62,0.01755,14,-197.39,20.39,0,15,136.35,-93.31,0.98245,3,13,41.65,-138.2,0.09641,14,-166.19,47.48,0,15,96.63,-104.68,0.90359,3,13,16.69,-96.33,0.37976,14,-129.29,79.33,0,15,49.73,-117.96,0.62024,3,13,-6.35,-54.2,0.79146,14,-91.81,109.33,0,15,3.07,-129.3,0.20854,3,13,-25.69,-17.3,0.98425,14,-58.82,134.79,1.0E-5,15,-37.58,-138.43,0.01575,1,13,-17.46,29.65,1,2,13,-9.58,61.09,0.94301,14,21.18,132.53,0.05699,2,13,-0.08,98.97,0.87048,14,60.13,129.76,0.12952,2,13,16.46,147.24,0.68288,14,110.54,121.85,0.31712,2,13,29.94,186.59,0.48656,14,151.63,115.41,0.51344,2,13,34.52,196.16,0.52123,14,161.85,112.56,0.47877,2,13,53.9,200.2,0.24914,14,169.2,94.17,0.75086,2,13,74.98,203.93,0.0911,14,176.52,74.06,0.9089,2,13,105.5,208.42,7.0E-5,14,186.25,44.79,0.99993,2,14,193.38,16.52,1,15,-216.17,75.34,0,3,13,165.94,212.59,0.04897,14,200.85,-14.01,0.95101,15,-210.03,106.17,1.0E-5,3,13,196.67,212.55,0.11686,14,206.15,-44.28,0.88312,15,-202.05,135.84,3.0E-5,3,13,221.77,212.52,0.37423,14,210.48,-69.01,0.62575,15,-195.52,160.08,2.0E-5,3,13,228.88,208.51,0.438,14,207.77,-76.7,0.56198,15,-189.81,165.91,2.0E-5,3,13,236.41,193.32,0.43092,14,194.11,-86.76,0.56906,15,-173.18,169.25,2.0E-5,3,13,228.49,178.59,0.29024,14,178.23,-81.51,0.70973,15,-161.01,157.78,4.0E-5,3,13,217.12,148.21,0.25659,14,146.34,-75.59,0.74332,15,-134.61,138.94,8.0E-5,3,13,207.77,114.29,0.31226,14,111.31,-72.27,0.68755,15,-104.26,121.13,1.9E-4,3,13,200.55,86.32,0.69151,14,82.5,-70.02,0.30832,15,-79.11,106.91,1.7E-4,3,13,195.08,63.56,0.79566,14,59.14,-68.59,0.20414,15,-58.54,95.74,2.1E-4,3,13,189.03,33.26,0.92069,14,28.25,-67.89,0.07908,15,-30.84,82.06,2.3E-4,2,13,182.44,1.19,0.99508,14,-4.47,-66.97,0.00492,3,13,178.35,-24.37,0.77363,14,-30.36,-67.38,5.5E-4,15,22.06,56.83,0.22582,3,13,184.82,-46.2,0.4349,14,-50.72,-77.54,4.8E-4,15,44.82,57.43,0.56462,3,13,192.94,-65.28,0.23148,14,-68.11,-88.85,3.6E-4,15,65.36,60.33,0.76816,3,13,205.8,-90.82,0.08714,14,-91.03,-105.95,2.2E-4,15,93.35,66.14,0.91265,3,13,221.8,-121.04,0.02037,14,-118.01,-126.95,1.1E-4,15,126.68,73.77,0.97953,3,13,236.08,-143.92,0.00361,14,-138.07,-144.99,7.0E-5,15,152.48,81.65,0.99632,3,13,249.67,-159.96,4.5E-4,14,-151.5,-161.16,6.0E-5,15,171.49,90.63,0.9995],"hull":42,"edges":[2,4,14,16,34,36,36,38,50,52,52,54,54,56,62,64,68,70,70,72,72,74,56,58,24,26,46,48,48,50,42,44,44,46,38,40,40,42,30,32,32,34,26,28,28,30,20,22,22,24,16,18,18,20,12,14,8,10,10,12,4,6,6,8,80,82,2,0,0,82,74,76,76,78,78,80,64,66,66,68,58,60,60,62],"width":401,"height":276}},"he-2":{"he-2":{"name":"huang/he-2","type":"mesh","uvs":[0.49505,0.00452,0.54131,0.01582,0.59464,0.04947,0.65754,0.08916,0.74586,0.1616,0.81883,0.22145,0.89901,0.30393,0.95096,0.35736,1,0.42362,0.95953,0.51989,0.88687,0.65328,0.81046,0.75959,0.72131,0.88361,0.63095,0.98569,0.54663,0.98674,0.45373,0.93211,0.35155,0.87203,0.26956,0.82381,0.15183,0.71518,0.04613,0.61765,0.00245,0.50015,0.0063,0.48683,0.05147,0.42623,0.09567,0.36692,0.15269,0.3053,0.20899,0.24444,0.27967,0.18149,0.36968,0.10133,0.42647,0.05075],"triangles":[9,6,7,9,7,8,20,21,19,9,10,6,11,5,10,10,5,6,11,4,5,12,4,11,17,18,25,27,28,15,16,26,27,17,26,16,12,3,4,15,28,0,16,27,15,15,0,1,15,1,2,3,14,2,13,3,12,14,15,2,3,13,14,17,25,26,18,24,25,18,23,24,19,22,23,18,19,23,19,21,22],"vertices":[1,13,300.5,15.18,1,1,13,298.94,-2.12,1,1,13,294.3,-22.06,1,1,13,288.82,-45.59,1,2,13,278.82,-78.62,0.91605,15,100.46,139.83,0.08395,2,13,270.56,-105.91,0.83997,15,124.69,124.79,0.16003,2,13,259.18,-135.9,0.74894,15,150.71,106.03,0.25106,2,13,251.81,-155.33,0.24448,15,167.57,93.88,0.75552,2,13,242.66,-173.67,0.26943,15,182.92,80.3,0.73057,2,13,229.38,-158.53,0.37469,15,164.86,71.39,0.62531,2,13,210.97,-131.36,0.48577,15,133.85,60.64,0.51423,2,13,196.3,-102.78,0.51453,15,102.44,53.87,0.48547,2,13,179.18,-69.44,0.89102,15,65.81,45.96,0.10898,1,13,165.1,-35.65,1,1,13,164.95,-4.11,1,1,13,172.49,30.64,1,2,13,180.78,68.85,0.91413,14,61.87,-53.59,0.08587,2,13,187.44,99.52,0.87725,14,93.23,-54.81,0.12275,2,13,202.43,143.54,0.7859,14,139.19,-61.93,0.2141,2,13,215.89,183.08,0.56215,14,180.46,-68.32,0.43785,2,13,232.1,199.41,0.37059,14,199.36,-81.45,0.62941,2,13,233.94,197.97,0.41281,14,198.26,-83.51,0.58719,2,13,242.3,181.08,0.63682,14,183.08,-94.68,0.36318,2,13,250.49,164.55,0.87337,14,168.22,-105.61,0.12663,2,13,258.99,143.23,0.85041,14,148.7,-117.69,0.14959,2,13,267.39,122.17,0.79915,14,129.42,-129.62,0.20085,1,13,276.08,95.73,1,1,13,287.14,62.07,1,1,13,294.12,40.83,1],"hull":29,"edges":[0,56,0,2,14,16,18,20,24,26,26,28,38,40,40,42,42,44,44,46,46,48,48,50,50,52,52,54,54,56,2,4,4,6,6,8,8,10,10,12,12,14,16,18,20,22,22,24,28,30,30,32,32,34,34,36,36,38],"width":374,"height":138}}}},{"name":"zi","attachments":{"ying":{"ying":{"name":"zi/ying","x":-16.82,"y":108.27,"width":452,"height":172}},"gai":{"gai":{"name":"huang/gai","type":"linkedmesh","path":"zi/gai","skin":"huang","parent":"gai","width":427,"height":243}},"he-1":{"he-1":{"name":"huang/he-1","type":"linkedmesh","path":"zi/he-1","skin":"huang","parent":"he-1","width":401,"height":276}},"he-2":{"he-2":{"name":"huang/he-2","type":"linkedmesh","path":"zi/he-2","skin":"huang","parent":"he-2","width":374,"height":138}}}}],"animations":{"daiji":{"slots":{"xian-8":{"color":[{"color":"fff4c7ff"},{"time":0.5,"color":"fff3c664"},{"time":1,"color":"fff4c7ff"}]},"guangdian-1":{"color":[{"color":"ffffff00"}]},"zhu-3":{"color":[{"color":"fff4c7ff"},{"time":0.5,"color":"fff3c664"},{"time":1,"color":"fff4c7ff"}]},"xian-2":{"color":[{"color":"fff4c7ff"},{"time":0.5,"color":"fff3c664"},{"time":1,"color":"fff4c7ff"}]},"huan-1":{"color":[{"color":"fff3c7ff"},{"time":0.3333,"color":"fff3c700"},{"time":0.5,"color":"fff3c7ff"},{"time":0.8333,"color":"fff3c700"}]},"zhu-5":{"color":[{"color":"fff4c7ff"},{"time":0.5,"color":"fff3c664"},{"time":1,"color":"fff4c7ff"}]},"zhu-12":{"color":[{"color":"fff4c7ff"},{"time":0.5,"color":"fff3c664"},{"time":1,"color":"fff4c7ff"}]},"zhu-6":{"color":[{"color":"fff4c7ff"},{"time":0.5,"color":"fff3c664"},{"time":1,"color":"fff4c7ff"}]},"zhu-15":{"color":[{"color":"fff4c7ff"},{"time":0.5,"color":"fff3c664"},{"time":1,"color":"fff4c7ff"}]},"xian-7":{"color":[{"color":"fff4c7ff"},{"time":0.5,"color":"fff3c664"},{"time":1,"color":"fff4c7ff"}]},"huan-2":{"color":[{"color":"fff4c7ff"}]},"guangdian-5":{"color":[{"color":"ffffff00"}]},"zhu-14":{"color":[{"color":"fff4c7ff"},{"time":0.5,"color":"fff3c664"},{"time":1,"color":"fff4c7ff"}]},"huan-3":{"color":[{"color":"fff3c7ff","curve":"stepped"},{"time":0.1667,"color":"fff3c7ff"},{"time":0.5,"color":"fff3c600"},{"time":0.6667,"color":"fff9e3ff"},{"time":1,"color":"fff3c600"}]},"guangdian-4":{"color":[{"color":"ffffff00"}]},"zhu-16":{"color":[{"color":"fff4c7ff"},{"time":0.5,"color":"fff3c664"},{"time":1,"color":"fff4c7ff"}]},"guangdian-2":{"color":[{"color":"ffffff00"}]},"xian-12":{"color":[{"color":"fff4c7ff"},{"time":0.5,"color":"fff3c664"},{"time":1,"color":"fff4c7ff"}]},"guangdian-6":{"color":[{"color":"ffffff00"}]},"zhu-7":{"color":[{"color":"fff4c7ff"},{"time":0.5,"color":"fff3c664"},{"time":1,"color":"fff4c7ff"}]},"zhu-2":{"color":[{"color":"fff4c7ff"},{"time":0.5,"color":"fff3c664"},{"time":1,"color":"fff4c7ff"}]},"zhu-10":{"color":[{"color":"fff4c7ff"},{"time":0.5,"color":"fff3c664"},{"time":1,"color":"fff4c7ff"}]},"xian-5":{"color":[{"color":"fff4c7ff"},{"time":0.5,"color":"fff3c664"},{"time":1,"color":"fff4c7ff"}]},"zhu-11":{"color":[{"color":"fff4c7ff"},{"time":0.5,"color":"fff3c664"},{"time":1,"color":"fff4c7ff"}]},"huan-4":{"color":[{"color":"fff3c6ff","curve":"stepped"},{"time":0.3333,"color":"fff3c6ff"},{"time":0.6667,"color":"fff9e300"}]},"guangdian-3":{"color":[{"color":"ffffff00"}]},"xian-4":{"color":[{"color":"fff4c7ff"},{"time":0.5,"color":"fff3c664"},{"time":1,"color":"fff4c7ff"}]},"xian-9":{"color":[{"color":"fff4c7ff"},{"time":0.5,"color":"fff3c664"},{"time":1,"color":"fff4c7ff"}]},"xian-3":{"color":[{"color":"fff4c7ff"},{"time":0.5,"color":"fff3c664"},{"time":1,"color":"fff4c7ff"}]},"xian-6":{"color":[{"color":"fff4c7ff"},{"time":0.5,"color":"fff3c664"},{"time":1,"color":"fff4c7ff"}]},"xian-1":{"color":[{"color":"fff4c7ff"},{"time":0.5,"color":"fff3c664"},{"time":1,"color":"fff4c7ff"}]},"xian-10":{"color":[{"color":"fff4c7ff"},{"time":0.5,"color":"fff3c664"},{"time":1,"color":"fff4c7ff"}]}},"bones":{"guangdai":{"rotate":[{},{"time":0.5,"angle":180},{"time":1}],"translate":[{"x":-737.18,"y":-280.4}],"scale":[{"x":1.2,"y":1.2},{"time":0.5},{"time":1,"x":1.2,"y":1.2}]},"bone13":{"translate":[{"x":-272.82,"y":390.4}]},"huan-2":{"translate":[{"x":-420.01,"y":37.12}],"scale":[{},{"time":0.5,"x":1.2,"y":1.2},{"time":1}]},"huan-1":{"translate":[{"x":-664.07,"y":69.86}],"scale":[{"x":0,"y":0},{"time":0.3333,"x":1.5,"y":1.5},{"time":0.5,"x":0,"y":0},{"time":0.8333,"x":1.5,"y":1.5}]},"huan-3":{"translate":[{"x":-664.07,"y":69.86}],"scale":[{"x":0,"y":0,"curve":"stepped"},{"time":0.1667,"x":0,"y":0},{"time":0.5,"x":1.5,"y":1.5},{"time":0.6667,"x":0,"y":0},{"time":1,"x":1.5,"y":1.5}]},"huan-4":{"translate":[{"x":-664.07,"y":69.86}],"scale":[{"x":0,"y":0,"curve":"stepped"},{"time":0.3333,"x":0,"y":0},{"time":0.6667,"x":1.5,"y":1.5}]}},"deform":{"huang":{"gai":{"gai":[{"vertices":[-120.72804,-345.564,-134.15073,-339.8639,-164.76814,-319.3999,-174.45955,-317.93958,-205.29636,-294.17203,-214.9553,-284.52957,-212.58122,-278.6821,214.16644,-277.46536,-226.73688,-264.12958,196.44598,-287.37222,-242.4615,-247.96445,176.76166,-298.3774,-246.85463,-239.86581,167.80188,-300.5247,-225.19865,-187.44437,122.77172,-266.03873,-218.70105,-181.92154,119.1188,-258.33316,-193.39957,-177.60245,121.49535,-232.77596,-189.77112,-173.24881,118.22918,-228.14436,-183.90807,-170.4685,117.06106,-221.76143,-149.18446,-167.41083,123.09478,-187.42967,-134.6784,-172.08667,131.36575,-174.62807,-112.80611,-171.3667,-80.80736,-170.31342,-72.3905,-173.35175,-47.91687,-189.22339,-21.48572,-206.36456,-210.84453,-21.92214,-15.02414,-211.4477,-213.3148,-38.98521,1.35074,-216.84341,-230.33208,-74.10803,32.98495,-239.70117,-240.73662,-80.43552,37.40959,-251.04663,-261.93808,-113.71069,66.49768,-277.70407,-268.17838,-117.45132,69.09787,-284.49896,-283.3353,-117.61591,66.62799,-299.45413,-312.26224,-111.6864,55.7654,-326.9122,-338.5956,-106.28859,45.87694,-351.9082,-346.01236,-78.35399,17.07869,-354.3614,-11.44589,-356.79138,-16.03282,-362.951,-32.74242,-364.74518,-72.68773,-360.76862,-88.48091,-351.04233]}]}}}},"kaixaing":{"slots":{"xian-8":{"color":[{"color":"fff3c600","curve":"stepped"},{"time":0.3333,"color":"fff3c600"},{"time":0.6667,"color":"fff3c6ff"},{"time":1,"color":"fff3c664"},{"time":1.3333,"color":"fff3c6ff"}]},"guangdian-4":{"color":[{"color":"fff3c6ff","curve":"stepped"},{"time":0.4,"color":"fff3c6ff"},{"time":0.7333,"color":"fff3c600"}]},"zhu-16":{"color":[{"color":"fff3c600","curve":"stepped"},{"time":0.3333,"color":"fff3c600"},{"time":0.6667,"color":"fff3c6ff"},{"time":1,"color":"fff3c664"},{"time":1.3333,"color":"fff3c6ff"}]},"zhu-3":{"color":[{"color":"fff3c600","curve":"stepped"},{"time":0.3333,"color":"fff3c600"},{"time":0.6667,"color":"fff3c6ff"},{"time":1,"color":"fff3c664"},{"time":1.3333,"color":"fff3c6ff"}]},"huan-1":{"color":[{"time":0.3333,"color":"fff3c6ff"},{"time":0.6667,"color":"fff3c600"},{"time":0.8333,"color":"fff3c6ff"},{"time":1.1667,"color":"fff3c600"}]},"zhu-12":{"color":[{"color":"fff3c600","curve":"stepped"},{"time":0.3333,"color":"fff3c600"},{"time":0.6667,"color":"fff3c6ff"},{"time":1,"color":"fff3c664"},{"time":1.3333,"color":"fff3c6ff"}]},"huan-4":{"color":[{"time":0.6667,"color":"fff3c6ff"},{"time":1,"color":"fff3c600"}]},"xian-2":{"color":[{"color":"fff3c600","curve":"stepped"},{"time":0.3333,"color":"fff3c600"},{"time":0.6667,"color":"fff3c6ff"},{"time":1,"color":"fff3c664"},{"time":1.3333,"color":"fff3c6ff"}]},"zhu-6":{"color":[{"color":"fff3c600","curve":"stepped"},{"time":0.3333,"color":"fff3c600"},{"time":0.6667,"color":"fff3c6ff"},{"time":1,"color":"fff3c664"},{"time":1.3333,"color":"fff3c6ff"}]},"xian-7":{"color":[{"color":"fff3c600","curve":"stepped"},{"time":0.3333,"color":"fff3c600"},{"time":0.6667,"color":"fff3c6ff"},{"time":1,"color":"fff3c664"},{"time":1.3333,"color":"fff3c6ff"}]},"huan-2":{"color":[{"color":"fff3c6ff"}]},"guangdian-5":{"color":[{"color":"fff3c6ff","curve":"stepped"},{"time":0.4333,"color":"fff3c6ff"},{"time":0.7667,"color":"fff3c600"}]},"huan-3":{"color":[{"time":0.5,"color":"fff3c6ff"},{"time":0.8333,"color":"fff3c600"},{"time":1,"color":"fff3c6ff"},{"time":1.3333,"color":"fff3c600"}]},"zhu-14":{"color":[{"color":"fff3c600","curve":"stepped"},{"time":0.3333,"color":"fff3c600"},{"time":0.6667,"color":"fff3c6ff"},{"time":1,"color":"fff3c664"},{"time":1.3333,"color":"fff3c6ff"}]},"guangdian-2":{"color":[{"color":"fff3c6ff","curve":"stepped"},{"time":0.3333,"color":"fff3c6ff"},{"time":0.6667,"color":"fff3c600"}]},"xian-12":{"color":[{"color":"fff3c600","curve":"stepped"},{"time":0.3333,"color":"fff3c600"},{"time":0.6667,"color":"fff3c6ff"},{"time":1,"color":"fff3c664"},{"time":1.3333,"color":"fff3c6ff"}]},"guangdian-6":{"color":[{"color":"fff3c6ff","curve":"stepped"},{"time":0.5,"color":"fff3c6ff"},{"time":0.8333,"color":"fff3c600"}]},"zhu-7":{"color":[{"color":"fff3c600","curve":"stepped"},{"time":0.3333,"color":"fff3c600"},{"time":0.6667,"color":"fff3c6ff"},{"time":1,"color":"fff3c664"},{"time":1.3333,"color":"fff3c6ff"}]},"zhu-2":{"color":[{"color":"fff3c600","curve":"stepped"},{"time":0.3333,"color":"fff3c600"},{"time":0.6667,"color":"fff3c6ff"},{"time":1,"color":"fff3c664"},{"time":1.3333,"color":"fff3c6ff"}]},"zhu-5":{"color":[{"color":"fff3c600","curve":"stepped"},{"time":0.3333,"color":"fff3c600"},{"time":0.6667,"color":"fff3c6ff"},{"time":1,"color":"fff3c664"},{"time":1.3333,"color":"fff3c6ff"}]},"zhu-10":{"color":[{"color":"fff3c600","curve":"stepped"},{"time":0.3333,"color":"fff3c600"},{"time":0.6667,"color":"fff3c6ff"},{"time":1,"color":"fff3c664"},{"time":1.3333,"color":"fff3c6ff"}]},"xian-5":{"color":[{"color":"fff3c600","curve":"stepped"},{"time":0.3333,"color":"fff3c600"},{"time":0.6667,"color":"fff3c6ff"},{"time":1,"color":"fff3c664"},{"time":1.3333,"color":"fff3c6ff"}]},"zhu-11":{"color":[{"color":"fff3c600","curve":"stepped"},{"time":0.3333,"color":"fff3c600"},{"time":0.6667,"color":"fff3c6ff"},{"time":1,"color":"fff3c664"},{"time":1.3333,"color":"fff3c6ff"}]},"guangdian-1":{"color":[{"color":"fff3c6ff","curve":"stepped"},{"time":0.3333,"color":"fff3c6ff"},{"time":0.6667,"color":"fff3c600"}]},"guangdian-3":{"color":[{"color":"fff3c6ff","curve":"stepped"},{"time":0.3333,"color":"fff3c6ff"},{"time":0.6667,"color":"fff3c600"}]},"xian-4":{"color":[{"color":"fff3c600","curve":"stepped"},{"time":0.3333,"color":"fff3c600"},{"time":0.6667,"color":"fff3c6ff"},{"time":1,"color":"fff3c664"},{"time":1.3333,"color":"fff3c6ff"}]},"xian-9":{"color":[{"color":"fff3c600","curve":"stepped"},{"time":0.3333,"color":"fff3c600"},{"time":0.6667,"color":"fff3c6ff"},{"time":1,"color":"fff3c664"},{"time":1.3333,"color":"fff3c6ff"}]},"xian-3":{"color":[{"color":"fff3c600","curve":"stepped"},{"time":0.3333,"color":"fff3c600"},{"time":0.6667,"color":"fff3c6ff"},{"time":1,"color":"fff3c664"},{"time":1.3333,"color":"fff3c6ff"}]},"zhu-15":{"color":[{"color":"fff3c600","curve":"stepped"},{"time":0.3333,"color":"fff3c600"},{"time":0.6667,"color":"fff3c6ff"},{"time":1,"color":"fff3c664"},{"time":1.3333,"color":"fff3c6ff"}]},"xian-6":{"color":[{"color":"fff3c600","curve":"stepped"},{"time":0.3333,"color":"fff3c600"},{"time":0.6667,"color":"fff3c6ff"},{"time":1,"color":"fff3c664"},{"time":1.3333,"color":"fff3c6ff"}]},"xian-1":{"color":[{"color":"fff3c600","curve":"stepped"},{"time":0.3333,"color":"fff3c600"},{"time":0.6667,"color":"fff3c6ff"},{"time":1,"color":"fff3c664"},{"time":1.3333,"color":"fff3c6ff"}]},"xian-10":{"color":[{"color":"fff3c600","curve":"stepped"},{"time":0.3333,"color":"fff3c600"},{"time":0.6667,"color":"fff3c6ff"},{"time":1,"color":"fff3c664"},{"time":1.3333,"color":"fff3c6ff"}]}},"bones":{"bone13":{"translate":[{"x":-272.82,"y":390.4}]},"huan-1":{"translate":[{"x":-664.07,"y":69.86}],"scale":[{"x":0,"y":0,"curve":"stepped"},{"time":0.3333,"x":0,"y":0},{"time":0.6667,"x":1.5,"y":1.5},{"time":0.8333,"x":0,"y":0},{"time":1.1667,"x":1.5,"y":1.5}]},"huan-2":{"translate":[{"x":-420.01,"y":37.12}],"scale":[{"x":0,"y":0,"curve":"stepped"},{"time":0.3333,"x":0,"y":0},{"time":0.6667,"x":1.5,"y":1.5}]},"bone2":{"rotate":[{"time":0.3333},{"time":0.5,"angle":180},{"time":0.6667}],"translate":[{"x":-337.18,"y":-180.4,"curve":"stepped"},{"time":0.3333,"x":-337.18,"y":-180.4},{"time":0.6667,"x":-257.12,"y":214.68}],"scale":[{"x":0,"y":0,"curve":"stepped"},{"time":0.3333,"x":0,"y":0},{"time":0.6667,"x":1.4,"y":1.4}]},"bone3":{"rotate":[{"time":0.3333},{"time":0.5,"angle":180},{"time":0.6667}],"translate":[{"x":-537.18,"y":-180.4,"curve":"stepped"},{"time":0.3333,"x":-537.18,"y":-180.4},{"time":0.6667,"x":-378.54,"y":33.83}],"scale":[{"x":0,"y":0,"curve":"stepped"},{"time":0.3333,"x":0,"y":0},{"time":0.6667,"x":1.4,"y":1.4}]},"bone4":{"rotate":[{"time":0.3333},{"time":0.5,"angle":180},{"time":0.6667}],"translate":[{"x":-437.18,"y":-180.4,"curve":"stepped"},{"time":0.3333,"x":-437.18,"y":-180.4},{"time":0.6667,"x":-640.41,"y":94.05}],"scale":[{"x":0,"y":0,"curve":"stepped"},{"time":0.3333,"x":0,"y":0},{"time":0.6667,"x":1.4,"y":1.4}]},"bone12":{"scale":[{},{"time":0.3333,"x":0.7},{"time":0.4667,"x":1.1},{"time":0.5667,"x":0.9},{"time":0.6667}]},"bone14":{"scale":[{},{"time":0.3333,"x":1.215},{"time":0.4667,"x":0.892},{"time":0.5667,"x":1.05},{"time":0.6667}]},"bone15":{"scale":[{},{"time":0.3333,"x":1.221},{"time":0.4667,"x":0.883},{"time":0.5667,"x":1.032},{"time":0.6667}]},"guangdai":{"rotate":[{"time":0.3333},{"time":0.8333,"angle":180},{"time":1.3333}],"translate":[{"x":-737.18,"y":-280.4}],"scale":[{"x":0,"y":0,"curve":"stepped"},{"time":0.3333,"x":0,"y":0},{"time":0.6667,"x":1.2,"y":1.2},{"time":1,"x":0.8,"y":0.8},{"time":1.3333,"x":1.2,"y":1.2}]},"huan-3":{"translate":[{"x":-664.07,"y":69.86}],"scale":[{"x":0,"y":0,"curve":"stepped"},{"time":0.5,"x":0,"y":0},{"time":0.8333,"x":1.5,"y":1.5},{"time":1,"x":0,"y":0},{"time":1.3333,"x":1.5,"y":1.5}]},"huan-4":{"translate":[{"x":-664.07,"y":69.86}],"scale":[{"x":0,"y":0,"curve":"stepped"},{"time":0.6667,"x":0,"y":0},{"time":1,"x":1.5,"y":1.5}]},"bone9":{"rotate":[{"time":0.4},{"time":0.5667,"angle":180},{"time":0.7333}],"translate":[{"x":-337.18,"y":-180.4,"curve":"stepped"},{"time":0.4,"x":-337.18,"y":-180.4},{"time":0.7333,"x":-447.69,"y":54.71}],"scale":[{"x":0,"y":0,"curve":"stepped"},{"time":0.4,"x":0,"y":0},{"time":0.7333,"x":1.2,"y":1.2}]},"bone10":{"rotate":[{"time":0.4333},{"time":0.6,"angle":180},{"time":0.7667}],"translate":[{"x":-537.18,"y":-180.4,"curve":"stepped"},{"time":0.4333,"x":-537.18,"y":-180.4},{"time":0.7667,"x":-603.88,"y":248.05}],"scale":[{"x":0,"y":0,"curve":"stepped"},{"time":0.4333,"x":0,"y":0},{"time":0.7667,"x":1.4,"y":1.4}]},"bone22":{"rotate":[{"time":0.5},{"time":0.6667,"angle":180},{"time":0.8333}],"translate":[{"x":-437.18,"y":-180.4,"curve":"stepped"},{"time":0.5,"x":-437.18,"y":-180.4},{"time":0.8333,"x":-274.58,"y":242.89}],"scale":[{"x":0,"y":0,"curve":"stepped"},{"time":0.5,"x":0,"y":0},{"time":0.8333,"x":1.4,"y":1.4}]}},"deform":{"huang":{"gai":{"gai":[{"curve":"stepped"},{"time":0.3333},{"time":0.5667,"vertices":[432.5458,-230.37598,423.59732,-226.5759,403.1857,-212.93327,396.7248,-211.95972,376.16693,-196.11467,369.72766,-189.68637,371.31036,-185.78806,271.48492,310.57278,361.8733,-176.0864,259.67133,303.96823,351.3902,-165.3096,246.54842,296.63147,348.46146,-159.91057,240.57527,295.19992,362.89874,-124.96292,210.55516,318.19055,367.23047,-121.28101,208.11986,323.32758,384.0981,-118.4016,209.70421,340.36575,386.5171,-115.49921,207.52678,343.45346,390.4258,-113.64565,206.74803,347.70877,413.57486,-111.6072,210.7705,370.59662,423.24557,-114.72444,216.2845,379.13104,437.82712,-114.24445,459.15958,-113.54227,464.7708,-115.56783,481.08658,-126.14892,498.70734,-137.57637,-55.72526,-519.8518,503.01505,-140.96513,-57.37207,-531.2272,513.93164,-144.56226,-68.7169,-554.6424,535.0211,-159.80075,-75.65324,-558.8607,537.97095,-167.3644,-89.78757,-581.0441,557.363,-185.13602,-93.9478,-583.5379,559.0964,-189.66595,-104.05238,-583.64764,557.4498,-199.63606,-123.33698,-579.69464,550.20807,-217.94144,-140.89255,-576.09607,543.6158,-234.60541,-145.8371,-557.473,524.41693,-236.2409,505.4005,-237.86092,502.3426,-241.96729,491.20285,-243.16345,464.57263,-240.51239,454.04388,-234.0282]},{"time":0.6667,"vertices":[-120.72804,-345.564,-134.15073,-339.8639,-164.76814,-319.3999,-174.45955,-317.93958,-205.29636,-294.17203,-214.9553,-284.52957,-212.58122,-278.6821,214.16644,-277.46536,-226.73688,-264.12958,196.44598,-287.37222,-242.4615,-247.96445,176.76166,-298.3774,-246.85463,-239.86581,167.80188,-300.5247,-225.19865,-187.44437,122.77172,-266.03873,-218.70105,-181.92154,119.1188,-258.33316,-193.39957,-177.60245,121.49535,-232.77596,-189.77112,-173.24881,118.22918,-228.14436,-183.90807,-170.4685,117.06106,-221.76143,-149.18446,-167.41083,123.09478,-187.42967,-134.6784,-172.08667,131.36575,-174.62807,-112.80611,-171.3667,-80.80736,-170.31342,-72.3905,-173.35175,-47.91687,-189.22339,-21.48572,-206.36456,-210.84453,-21.92214,-15.02414,-211.4477,-213.3148,-38.98521,1.35074,-216.84341,-230.33208,-74.10803,32.98495,-239.70117,-240.73662,-80.43552,37.40959,-251.04663,-261.93808,-113.71069,66.49768,-277.70407,-268.17838,-117.45132,69.09787,-284.49896,-283.3353,-117.61591,66.62799,-299.45413,-312.26224,-111.6864,55.7654,-326.9122,-338.5956,-106.28859,45.87694,-351.9082,-346.01236,-78.35399,17.07869,-354.3614,-11.44589,-356.79138,-16.03282,-362.951,-32.74242,-364.74518,-72.68773,-360.76862,-88.48091,-351.04233]},{"time":0.7667,"vertices":[-93.06036,-363.20374,-107.78871,-356.08047,-140.97574,-331.47092,-151.75543,-329.30307,-185.0069,-300.9793,-195.3016,-289.6446,-192.32077,-283.2226,223.79593,-259.07034,-207.38518,-266.1396,203.39603,-269.20004,-224.11943,-247.16364,180.73538,-280.45303,-228.59822,-237.84747,170.57741,-282.36786,-201.45743,-180.29355,122.00928,-241.25562,-193.8735,-174.46115,118.33846,-232.4205,-165.28488,-171.00864,122.40286,-203.91245,-160.98045,-166.32898,118.99675,-198.54349,-154.2581,-163.535,118.03778,-191.32706,-115.18054,-162.01218,126.68092,-153.18698,-99.18204,-168.04721,136.65099,-139.29553,-74.63326,-168.43942,-38.71904,-169.01353,-29.45393,-172.87965,-2.8999,-192.00656,25.77791,-212.6632,-209.7058,-70.22238,32.73993,-218.71347,-213.40953,-89.20718,50.79317,-225.65752,-234.40392,-127.63148,84.98804,-253.0051,-246.40984,-134.15134,89.32402,-265.96112,-271.99158,-170.27603,120.45779,-297.42737,-279.18933,-174.12561,122.99889,-305.1839,-296.1823,-173.47885,119.41116,-321.80655,-328.2718,-165.24841,105.73341,-351.9793,-357.484,-157.75613,93.28246,-379.44672,-364.26355,-126.04701,60.87772,-380.61694,28.78117,-381.776,23.30339,-388.42673,4.48097,-389.5213,-40.06189,-382.87506,-57.22597,-371.11057]},{"time":0.8333,"vertices":[-120.72804,-345.564,-134.15073,-339.8639,-164.76814,-319.3999,-174.45955,-317.93958,-205.29636,-294.17203,-214.9553,-284.52957,-212.58122,-278.6821,214.16644,-277.46536,-226.73688,-264.12958,196.44598,-287.37222,-242.4615,-247.96445,176.76166,-298.3774,-246.85463,-239.86581,167.80188,-300.5247,-225.19865,-187.44437,122.77172,-266.03873,-218.70105,-181.92154,119.1188,-258.33316,-193.39957,-177.60245,121.49535,-232.77596,-189.77112,-173.24881,118.22918,-228.14436,-183.90807,-170.4685,117.06106,-221.76143,-149.18446,-167.41083,123.09478,-187.42967,-134.6784,-172.08667,131.36575,-174.62807,-112.80611,-171.3667,-80.80736,-170.31342,-72.3905,-173.35175,-47.91687,-189.22339,-21.48572,-206.36456,-210.84453,-21.92214,-15.02414,-211.4477,-213.3148,-38.98521,1.35074,-216.84341,-230.33208,-74.10803,32.98495,-239.70117,-240.73662,-80.43552,37.40959,-251.04663,-261.93808,-113.71069,66.49768,-277.70407,-268.17838,-117.45132,69.09787,-284.49896,-283.3353,-117.61591,66.62799,-299.45413,-312.26224,-111.6864,55.7654,-326.9122,-338.5956,-106.28859,45.87694,-351.9082,-346.01236,-78.35399,17.07869,-354.3614,-11.44589,-356.79138,-16.03282,-362.951,-32.74242,-364.74518,-72.68773,-360.76862,-88.48091,-351.04233]}]}}}}}} \ No newline at end of file diff --git a/TheStrongestSnail/Assets/res/DaoSpine/xiangzi.json.meta b/TheStrongestSnail/Assets/res/DaoSpine/xiangzi.json.meta new file mode 100644 index 0000000..bfdbe1a --- /dev/null +++ b/TheStrongestSnail/Assets/res/DaoSpine/xiangzi.json.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 99529a823223a1548aca34a47f608575 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/TheStrongestSnail/Assets/res/DaoSpine/xiangzi.png b/TheStrongestSnail/Assets/res/DaoSpine/xiangzi.png new file mode 100644 index 0000000..75bf84d Binary files /dev/null and b/TheStrongestSnail/Assets/res/DaoSpine/xiangzi.png differ diff --git a/TheStrongestSnail/Assets/res/DaoSpine/xiangzi.png.meta b/TheStrongestSnail/Assets/res/DaoSpine/xiangzi.png.meta new file mode 100644 index 0000000..cfbf3c0 --- /dev/null +++ b/TheStrongestSnail/Assets/res/DaoSpine/xiangzi.png.meta @@ -0,0 +1,135 @@ +fileFormatVersion: 2 +guid: c8d0cadb027e872479ed574e5b253b3c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + 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: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 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 + 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 + 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 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/TheStrongestSnail/Assets/res/DaoSpine/xiangzi_SkeletonData.asset b/TheStrongestSnail/Assets/res/DaoSpine/xiangzi_SkeletonData.asset new file mode 100644 index 0000000..f29ccd4 --- /dev/null +++ b/TheStrongestSnail/Assets/res/DaoSpine/xiangzi_SkeletonData.asset @@ -0,0 +1,30 @@ +%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: xiangzi_SkeletonData + m_EditorClassIdentifier: + atlasAssets: [] + scale: 0.01 + skeletonJSON: {fileID: 4900000, guid: 99529a823223a1548aca34a47f608575, type: 3} + isUpgradingBlendModeMaterials: 0 + blendModeMaterials: + requiresBlendModeMaterials: 0 + applyAdditiveMaterial: 0 + additiveMaterials: [] + multiplyMaterials: [] + screenMaterials: [] + skeletonDataModifiers: [] + fromAnimation: [] + toAnimation: [] + duration: [] + defaultMix: 0 + controller: {fileID: 0} diff --git a/TheStrongestSnail/Assets/res/DaoSpine/xiangzi_SkeletonData.asset.meta b/TheStrongestSnail/Assets/res/DaoSpine/xiangzi_SkeletonData.asset.meta new file mode 100644 index 0000000..d78c3b6 --- /dev/null +++ b/TheStrongestSnail/Assets/res/DaoSpine/xiangzi_SkeletonData.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 09a3e2346e7920f429ce219cfeb8f7ae +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: