From 05d6f0ba865ccedc3ef0f69282cc790acc0909fa Mon Sep 17 00:00:00 2001 From: bottlefish <781230111@qq.com> Date: Sat, 11 Apr 2026 21:26:38 +0800 Subject: [PATCH] =?UTF-8?q?art(clinicout):=20=E9=87=8D=E7=BB=84=E8=AF=8A?= =?UTF-8?q?=E5=AE=A4=E5=A4=96=E5=8A=A8=E7=94=BB=E8=B5=84=E6=BA=90=E5=B9=B6?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8E=A7=E5=88=B6=E5=99=A8=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 animator/animatorRaw 迁移至 animation/animationRaw - 新增外出医生动画(13个动作片段)和小佩佩天桥动画 - 更新外出医生动画控制器的 GUID 引用 - 调整旋转叶柄 playable 时间参数 - ClinicOut 场景位置与 Addressable 配置更新 Made-with: Cursor --- .../AssetGroups/Scene_ClinicOut.asset | 5 + Assets/Animation/诊室外/旋转叶柄.playable | 8 +- .../{animator.meta => animation.meta} | 0 .../animation/外出医生动画.meta | 8 + .../外出医生动画/Line View.controller | 43 + .../外出医生动画/Line View.controller.meta | 8 + .../外出医生动画/从正面转到背面动作.anim | 81 + .../外出医生动画/从正面转到背面动作.anim.meta | 8 + .../animation/外出医生动画/叼烟Loop.anim | 162 + .../animation/外出医生动画/叼烟Loop.anim.meta | 8 + .../外出医生动画/叼烟看BB机Loop.anim | 99 + .../外出医生动画/叼烟看BB机Loop.anim.meta | 8 + .../animation/外出医生动画/拿着烟Loop.anim | 132 + .../外出医生动画/拿着烟Loop.anim.meta | 8 + .../外出医生动画/拿着烟叹气和收回动作.anim | 111 + .../拿着烟叹气和收回动作.anim.meta | 8 + .../animation/外出医生动画/正面头疼动作.anim | 135 + .../外出医生动画/正面头疼动作.anim.meta | 8 + .../animation/外出医生动画/正面头疼循环.anim | 123 + .../外出医生动画/正面头疼循环.anim.meta | 8 + .../外出医生动画/正面抬头到低头动作.anim | 84 + .../外出医生动画/正面抬头到低头动作.anim.meta | 8 + .../animation/外出医生动画/正面抬头动作.anim | 153 + .../外出医生动画/正面抬头动作.anim.meta | 8 + .../animation/外出医生动画/正面抬头循环.anim | 141 + .../外出医生动画/正面抬头循环.anim.meta | 8 + .../animation/外出医生动画/灭烟动作.anim | 177 + .../animation/外出医生动画/灭烟动作.anim.meta | 8 + .../animation/外出医生动画/点烟动作.anim | 96 + .../animation/外出医生动画/点烟动作.anim.meta | 8 + .../animation/外出医生动画/看BB机Loop.anim | 99 + .../外出医生动画/看BB机Loop.anim.meta | 8 + .../animation/外出医生动画/背身Loop.anim | 84 + .../animation/外出医生动画/背身Loop.anim.meta | 8 + .../animation/外出医生动画/背面头疼循环.anim | 84 + .../外出医生动画/背面头疼循环.anim.meta | 8 + .../外出医生动画/背面头疼抚头动作.anim | 96 + .../外出医生动画/背面头疼抚头动作.anim.meta | 8 + .../animation/外出医生动画/默认Loop.anim | 162 + .../animation/外出医生动画/默认Loop.anim.meta | 8 + .../Scene_ClincOut/animation/小佩佩天桥.meta | 8 + .../小佩佩天桥}/ABOVE.anim | 0 .../小佩佩天桥}/ABOVE.anim.meta | 0 .../小佩佩天桥}/WAVE.anim | 0 .../小佩佩天桥}/WAVE.anim.meta | 0 .../小佩佩天桥}/idle.anim | 0 .../小佩佩天桥}/idle.anim.meta | 0 .../{animatorRaw.meta => animationRaw.meta} | 0 .../Asprite文件.meta | 0 .../外出佩佩天桥上挥手动画.aseprite | Bin .../外出佩佩天桥上挥手动画.aseprite.meta | 0 .../Asprite文件/外出医生动画.aseprite | Bin .../Asprite文件/外出医生动画.aseprite.meta | 0 .../Asprite文件/诊室附近佩佩接落叶.aseprite | Bin .../诊室附近佩佩接落叶.aseprite.meta | 0 .../外出佩佩天桥上挥手动画.json | 0 .../外出佩佩天桥上挥手动画.json.meta | 0 .../外出佩佩天桥上挥手动画.png | 0 .../外出佩佩天桥上挥手动画.png.meta | 0 .../animationRaw/外出医生动画.json | 1976 ++++++ .../animationRaw/外出医生动画.json.meta | 7 + .../animationRaw/外出医生动画.png | 3 + .../animationRaw/外出医生动画.png.meta | 5477 +++++++++++++++++ .../controller/外出医生动画.controller | 26 +- Assets/Scenes/ClinicOut.unity | 6 +- 65 files changed, 9710 insertions(+), 20 deletions(-) rename Assets/GameContent/Scene_ClincOut/{animator.meta => animation.meta} (100%) create mode 100644 Assets/GameContent/Scene_ClincOut/animation/外出医生动画.meta create mode 100644 Assets/GameContent/Scene_ClincOut/animation/外出医生动画/Line View.controller create mode 100644 Assets/GameContent/Scene_ClincOut/animation/外出医生动画/Line View.controller.meta create mode 100644 Assets/GameContent/Scene_ClincOut/animation/外出医生动画/从正面转到背面动作.anim create mode 100644 Assets/GameContent/Scene_ClincOut/animation/外出医生动画/从正面转到背面动作.anim.meta create mode 100644 Assets/GameContent/Scene_ClincOut/animation/外出医生动画/叼烟Loop.anim create mode 100644 Assets/GameContent/Scene_ClincOut/animation/外出医生动画/叼烟Loop.anim.meta create mode 100644 Assets/GameContent/Scene_ClincOut/animation/外出医生动画/叼烟看BB机Loop.anim create mode 100644 Assets/GameContent/Scene_ClincOut/animation/外出医生动画/叼烟看BB机Loop.anim.meta create mode 100644 Assets/GameContent/Scene_ClincOut/animation/外出医生动画/拿着烟Loop.anim create mode 100644 Assets/GameContent/Scene_ClincOut/animation/外出医生动画/拿着烟Loop.anim.meta create mode 100644 Assets/GameContent/Scene_ClincOut/animation/外出医生动画/拿着烟叹气和收回动作.anim create mode 100644 Assets/GameContent/Scene_ClincOut/animation/外出医生动画/拿着烟叹气和收回动作.anim.meta create mode 100644 Assets/GameContent/Scene_ClincOut/animation/外出医生动画/正面头疼动作.anim create mode 100644 Assets/GameContent/Scene_ClincOut/animation/外出医生动画/正面头疼动作.anim.meta create mode 100644 Assets/GameContent/Scene_ClincOut/animation/外出医生动画/正面头疼循环.anim create mode 100644 Assets/GameContent/Scene_ClincOut/animation/外出医生动画/正面头疼循环.anim.meta create mode 100644 Assets/GameContent/Scene_ClincOut/animation/外出医生动画/正面抬头到低头动作.anim create mode 100644 Assets/GameContent/Scene_ClincOut/animation/外出医生动画/正面抬头到低头动作.anim.meta create mode 100644 Assets/GameContent/Scene_ClincOut/animation/外出医生动画/正面抬头动作.anim create mode 100644 Assets/GameContent/Scene_ClincOut/animation/外出医生动画/正面抬头动作.anim.meta create mode 100644 Assets/GameContent/Scene_ClincOut/animation/外出医生动画/正面抬头循环.anim create mode 100644 Assets/GameContent/Scene_ClincOut/animation/外出医生动画/正面抬头循环.anim.meta create mode 100644 Assets/GameContent/Scene_ClincOut/animation/外出医生动画/灭烟动作.anim create mode 100644 Assets/GameContent/Scene_ClincOut/animation/外出医生动画/灭烟动作.anim.meta create mode 100644 Assets/GameContent/Scene_ClincOut/animation/外出医生动画/点烟动作.anim create mode 100644 Assets/GameContent/Scene_ClincOut/animation/外出医生动画/点烟动作.anim.meta create mode 100644 Assets/GameContent/Scene_ClincOut/animation/外出医生动画/看BB机Loop.anim create mode 100644 Assets/GameContent/Scene_ClincOut/animation/外出医生动画/看BB机Loop.anim.meta create mode 100644 Assets/GameContent/Scene_ClincOut/animation/外出医生动画/背身Loop.anim create mode 100644 Assets/GameContent/Scene_ClincOut/animation/外出医生动画/背身Loop.anim.meta create mode 100644 Assets/GameContent/Scene_ClincOut/animation/外出医生动画/背面头疼循环.anim create mode 100644 Assets/GameContent/Scene_ClincOut/animation/外出医生动画/背面头疼循环.anim.meta create mode 100644 Assets/GameContent/Scene_ClincOut/animation/外出医生动画/背面头疼抚头动作.anim create mode 100644 Assets/GameContent/Scene_ClincOut/animation/外出医生动画/背面头疼抚头动作.anim.meta create mode 100644 Assets/GameContent/Scene_ClincOut/animation/外出医生动画/默认Loop.anim create mode 100644 Assets/GameContent/Scene_ClincOut/animation/外出医生动画/默认Loop.anim.meta create mode 100644 Assets/GameContent/Scene_ClincOut/animation/小佩佩天桥.meta rename Assets/GameContent/Scene_ClincOut/{animator => animation/小佩佩天桥}/ABOVE.anim (100%) rename Assets/GameContent/Scene_ClincOut/{animator => animation/小佩佩天桥}/ABOVE.anim.meta (100%) rename Assets/GameContent/Scene_ClincOut/{animator => animation/小佩佩天桥}/WAVE.anim (100%) rename Assets/GameContent/Scene_ClincOut/{animator => animation/小佩佩天桥}/WAVE.anim.meta (100%) rename Assets/GameContent/Scene_ClincOut/{animator => animation/小佩佩天桥}/idle.anim (100%) rename Assets/GameContent/Scene_ClincOut/{animator => animation/小佩佩天桥}/idle.anim.meta (100%) rename Assets/GameContent/Scene_ClincOut/{animatorRaw.meta => animationRaw.meta} (100%) rename Assets/GameContent/Scene_ClincOut/{animatorRaw => animationRaw}/Asprite文件.meta (100%) rename Assets/GameContent/Scene_ClincOut/{animatorRaw => animationRaw}/Asprite文件/外出佩佩天桥上挥手动画.aseprite (100%) rename Assets/GameContent/Scene_ClincOut/{animatorRaw => animationRaw}/Asprite文件/外出佩佩天桥上挥手动画.aseprite.meta (100%) rename Assets/GameContent/Scene_ClincOut/{animatorRaw => animationRaw}/Asprite文件/外出医生动画.aseprite (100%) rename Assets/GameContent/Scene_ClincOut/{animatorRaw => animationRaw}/Asprite文件/外出医生动画.aseprite.meta (100%) rename Assets/GameContent/Scene_ClincOut/{animatorRaw => animationRaw}/Asprite文件/诊室附近佩佩接落叶.aseprite (100%) rename Assets/GameContent/Scene_ClincOut/{animatorRaw => animationRaw}/Asprite文件/诊室附近佩佩接落叶.aseprite.meta (100%) rename Assets/GameContent/Scene_ClincOut/{animatorRaw => animationRaw}/外出佩佩天桥上挥手动画.json (100%) rename Assets/GameContent/Scene_ClincOut/{animatorRaw => animationRaw}/外出佩佩天桥上挥手动画.json.meta (100%) rename Assets/GameContent/Scene_ClincOut/{animatorRaw => animationRaw}/外出佩佩天桥上挥手动画.png (100%) rename Assets/GameContent/Scene_ClincOut/{animatorRaw => animationRaw}/外出佩佩天桥上挥手动画.png.meta (100%) create mode 100644 Assets/GameContent/Scene_ClincOut/animationRaw/外出医生动画.json create mode 100644 Assets/GameContent/Scene_ClincOut/animationRaw/外出医生动画.json.meta create mode 100644 Assets/GameContent/Scene_ClincOut/animationRaw/外出医生动画.png create mode 100644 Assets/GameContent/Scene_ClincOut/animationRaw/外出医生动画.png.meta diff --git a/Assets/AddressableAssetsData/AssetGroups/Scene_ClinicOut.asset b/Assets/AddressableAssetsData/AssetGroups/Scene_ClinicOut.asset index 1fc090cfb..18a329cb8 100644 --- a/Assets/AddressableAssetsData/AssetGroups/Scene_ClinicOut.asset +++ b/Assets/AddressableAssetsData/AssetGroups/Scene_ClinicOut.asset @@ -72,6 +72,11 @@ MonoBehaviour: m_ReadOnly: 0 m_SerializedLabels: [] FlaggedDuringContentUpdateRestriction: 0 + - m_GUID: 6c4aea2a4a8462344b6ce353f53c7b2a + m_Address: "Timeline/\u533B\u751F\u51FA\u5730\u94C1" + m_ReadOnly: 0 + m_SerializedLabels: [] + FlaggedDuringContentUpdateRestriction: 0 m_ReadOnly: 0 m_Settings: {fileID: 11400000, guid: 77169ce22e430f64fb36c771815a4a7b, type: 2} m_SchemaSet: diff --git a/Assets/Animation/诊室外/旋转叶柄.playable b/Assets/Animation/诊室外/旋转叶柄.playable index 75304e43b..bc234d33e 100644 --- a/Assets/Animation/诊室外/旋转叶柄.playable +++ b/Assets/Animation/诊室外/旋转叶柄.playable @@ -44,9 +44,9 @@ AnimationClip: curve: - time: 0 value: {fileID: 21300000, guid: fa6982b25ee84334a95f92811cae79ce, type: 3} - - time: 1.5 + - time: 2 value: {fileID: 21300000, guid: cc9ae6de290b0b345853d7100d065749, type: 3} - - time: 3 + - time: 4 value: {fileID: 21300000, guid: fa6982b25ee84334a95f92811cae79ce, type: 3} attribute: m_Sprite path: @@ -78,7 +78,7 @@ AnimationClip: m_AdditiveReferencePoseClip: {fileID: 0} m_AdditiveReferencePoseTime: 0 m_StartTime: 0 - m_StopTime: 3.0166667 + m_StopTime: 4.016667 m_OrientationOffsetY: 0 m_Level: 0 m_CycleOffset: 0 @@ -144,7 +144,7 @@ MonoBehaviour: m_Start: 0 m_ClipIn: 0 m_Asset: {fileID: -7282877348262261630} - m_Duration: 3.0166666666666666 + m_Duration: 4.016666666666667 m_TimeScale: 1 m_ParentTrack: {fileID: 6913286052231973111} m_EaseInDuration: 0 diff --git a/Assets/GameContent/Scene_ClincOut/animator.meta b/Assets/GameContent/Scene_ClincOut/animation.meta similarity index 100% rename from Assets/GameContent/Scene_ClincOut/animator.meta rename to Assets/GameContent/Scene_ClincOut/animation.meta diff --git a/Assets/GameContent/Scene_ClincOut/animation/外出医生动画.meta b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画.meta new file mode 100644 index 000000000..95465be45 --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3480b268e4903ed44a629f4bccc201c9 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/Line View.controller b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/Line View.controller new file mode 100644 index 000000000..22bef433e --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/Line View.controller @@ -0,0 +1,43 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1107 &-4719280657933460344 +AnimatorStateMachine: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Base Layer + m_ChildStates: [] + m_ChildStateMachines: [] + m_AnyStateTransitions: [] + m_EntryTransitions: [] + m_StateMachineTransitions: {} + m_StateMachineBehaviours: [] + m_AnyStatePosition: {x: 50, y: 20, z: 0} + m_EntryPosition: {x: 50, y: 120, z: 0} + m_ExitPosition: {x: 800, y: 120, z: 0} + m_ParentStateMachinePosition: {x: 800, y: 20, z: 0} + m_DefaultState: {fileID: 0} +--- !u!91 &9100000 +AnimatorController: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Line View + serializedVersion: 5 + m_AnimatorParameters: [] + m_AnimatorLayers: + - serializedVersion: 5 + m_Name: Base Layer + m_StateMachine: {fileID: -4719280657933460344} + m_Mask: {fileID: 0} + m_Motions: [] + m_Behaviours: [] + m_BlendingMode: 0 + m_SyncedLayerIndex: -1 + m_DefaultWeight: 0 + m_IKPass: 0 + m_SyncedLayerAffectsTiming: 0 + m_Controller: {fileID: 9100000} diff --git a/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/Line View.controller.meta b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/Line View.controller.meta new file mode 100644 index 000000000..483fe6b4d --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/Line View.controller.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 011e1b3727d7a44489c7d6a84b64675d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 9100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/从正面转到背面动作.anim b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/从正面转到背面动作.anim new file mode 100644 index 000000000..0d043d0aa --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/从正面转到背面动作.anim @@ -0,0 +1,81 @@ +%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: "\u4ECE\u6B63\u9762\u8F6C\u5230\u80CC\u9762\u52A8\u4F5C" + serializedVersion: 7 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: [] + m_PositionCurves: [] + m_ScaleCurves: [] + m_FloatCurves: [] + m_PPtrCurves: + - serializedVersion: 2 + curve: + - time: 0 + value: {fileID: -936851031503928443, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.3 + value: {fileID: 32406269013267870, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.5 + value: {fileID: -2979577687076764046, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.7 + value: {fileID: -2979577687076764046, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + attribute: m_Sprite + path: + classID: 212 + script: {fileID: 0} + flags: 2 + m_SampleRate: 100 + m_WrapMode: 0 + m_Bounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 0, y: 0, z: 0} + m_ClipBindingConstant: + genericBindings: + - serializedVersion: 2 + path: 0 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + isIntCurve: 0 + isSerializeReferenceCurve: 0 + pptrCurveMapping: + - {fileID: -936851031503928443, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 32406269013267870, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -2979577687076764046, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -2979577687076764046, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + 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: 0 + 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/GameContent/Scene_ClincOut/animation/外出医生动画/从正面转到背面动作.anim.meta b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/从正面转到背面动作.anim.meta new file mode 100644 index 000000000..ce33c623f --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/从正面转到背面动作.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3a02c38cb4e40424eb3427c2c26cbe2f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/叼烟Loop.anim b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/叼烟Loop.anim new file mode 100644 index 000000000..45a0ed902 --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/叼烟Loop.anim @@ -0,0 +1,162 @@ +%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: "\u53FC\u70DFLoop" + serializedVersion: 7 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: [] + m_PositionCurves: [] + m_ScaleCurves: [] + m_FloatCurves: [] + m_PPtrCurves: + - serializedVersion: 2 + curve: + - time: 0 + value: {fileID: 3940349904398839384, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.1 + value: {fileID: 8073539506809579527, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.2 + value: {fileID: 8804275990466848075, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.3 + value: {fileID: -11928899371605552, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.4 + value: {fileID: -4277057715372468773, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.5 + value: {fileID: -5776760338794760082, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.6 + value: {fileID: 8741049841324980368, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.70000005 + value: {fileID: 440158880650312731, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.8000001 + value: {fileID: -632400047903077069, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.9000001 + value: {fileID: -4439149323178729628, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.0000001 + value: {fileID: 5939288665280993406, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.1000001 + value: {fileID: 4805260508722347214, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.2000002 + value: {fileID: -9181314215126903885, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.3000002 + value: {fileID: 2216715777157071659, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.4000002 + value: {fileID: -3472216424467225088, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.5000002 + value: {fileID: 4966568929624154974, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.6000003 + value: {fileID: -7062802044227756851, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.7000003 + value: {fileID: -9084121619796156786, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.8000003 + value: {fileID: -354971231471448298, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.9000003 + value: {fileID: -2988023528272376693, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.0000002 + value: {fileID: -1319955150767854622, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.1000001 + value: {fileID: -6183154991126517739, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.2 + value: {fileID: -6389486255158390005, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.3 + value: {fileID: -2109963183312303516, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.3999999 + value: {fileID: -3056881497500363186, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.4999998 + value: {fileID: 2782672772380077287, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.5999997 + value: {fileID: 4221286237114914697, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.6999996 + value: {fileID: -4846788614208045089, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.7999995 + value: {fileID: 5401300626563377118, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.8999994 + value: {fileID: -7056584458540338611, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.9999993 + value: {fileID: -7056584458540338611, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + attribute: m_Sprite + path: + classID: 212 + script: {fileID: 0} + flags: 2 + m_SampleRate: 100 + m_WrapMode: 0 + m_Bounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 0, y: 0, z: 0} + m_ClipBindingConstant: + genericBindings: + - serializedVersion: 2 + path: 0 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + isIntCurve: 0 + isSerializeReferenceCurve: 0 + pptrCurveMapping: + - {fileID: 3940349904398839384, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 8073539506809579527, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 8804275990466848075, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -11928899371605552, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -4277057715372468773, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -5776760338794760082, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 8741049841324980368, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 440158880650312731, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -632400047903077069, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -4439149323178729628, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 5939288665280993406, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 4805260508722347214, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -9181314215126903885, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 2216715777157071659, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -3472216424467225088, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 4966568929624154974, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -7062802044227756851, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -9084121619796156786, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -354971231471448298, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -2988023528272376693, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -1319955150767854622, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -6183154991126517739, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -6389486255158390005, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -2109963183312303516, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -3056881497500363186, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 2782672772380077287, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 4221286237114914697, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -4846788614208045089, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 5401300626563377118, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -7056584458540338611, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -7056584458540338611, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + 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/GameContent/Scene_ClincOut/animation/外出医生动画/叼烟Loop.anim.meta b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/叼烟Loop.anim.meta new file mode 100644 index 000000000..95ab5871e --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/叼烟Loop.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7167dc1de20c11345ab7f4413891812c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/叼烟看BB机Loop.anim b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/叼烟看BB机Loop.anim new file mode 100644 index 000000000..5c538fa69 --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/叼烟看BB机Loop.anim @@ -0,0 +1,99 @@ +%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: "\u53FC\u70DF\u770BBB\u673ALoop" + serializedVersion: 7 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: [] + m_PositionCurves: [] + m_ScaleCurves: [] + m_FloatCurves: [] + m_PPtrCurves: + - serializedVersion: 2 + curve: + - time: 0 + value: {fileID: 9170157997842222983, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.2 + value: {fileID: 4187469920122101195, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.4 + value: {fileID: -1212981054725609705, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.6 + value: {fileID: 646382472848580217, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.8 + value: {fileID: -6954146318798698922, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1 + value: {fileID: -7127613059823572025, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.2 + value: {fileID: 735726788790877850, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.4000001 + value: {fileID: 652806026365724974, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.6000001 + value: {fileID: -2855817396829321889, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.8000002 + value: {fileID: -2855817396829321889, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + attribute: m_Sprite + path: + classID: 212 + script: {fileID: 0} + flags: 2 + m_SampleRate: 100 + m_WrapMode: 0 + m_Bounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 0, y: 0, z: 0} + m_ClipBindingConstant: + genericBindings: + - serializedVersion: 2 + path: 0 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + isIntCurve: 0 + isSerializeReferenceCurve: 0 + pptrCurveMapping: + - {fileID: 9170157997842222983, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 4187469920122101195, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -1212981054725609705, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 646382472848580217, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -6954146318798698922, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -7127613059823572025, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 735726788790877850, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 652806026365724974, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -2855817396829321889, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -2855817396829321889, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + 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/GameContent/Scene_ClincOut/animation/外出医生动画/叼烟看BB机Loop.anim.meta b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/叼烟看BB机Loop.anim.meta new file mode 100644 index 000000000..b8a2d5e13 --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/叼烟看BB机Loop.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5c8d1f23352f04348a1e284948e9097b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/拿着烟Loop.anim b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/拿着烟Loop.anim new file mode 100644 index 000000000..8c581d13e --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/拿着烟Loop.anim @@ -0,0 +1,132 @@ +%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: "\u62FF\u7740\u70DFLoop" + serializedVersion: 7 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: [] + m_PositionCurves: [] + m_ScaleCurves: [] + m_FloatCurves: [] + m_PPtrCurves: + - serializedVersion: 2 + curve: + - time: 0 + value: {fileID: 9031956873400835209, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.3 + value: {fileID: -968956924318778371, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.6 + value: {fileID: -9062367122699324350, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.8 + value: {fileID: -8294135444199192579, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.3 + value: {fileID: 1769861372881931, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.5999999 + value: {fileID: 6262075773087217703, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.8999999 + value: {fileID: 3243124780067226104, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.1999998 + value: {fileID: -6476961025489116549, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.4999998 + value: {fileID: -5443550413301046611, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.7999997 + value: {fileID: 2480830784337555369, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 3.0999997 + value: {fileID: -2829579034774760633, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 3.3999996 + value: {fileID: -4243056818281456153, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 3.6999996 + value: {fileID: -1811977250473378137, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 3.9999995 + value: {fileID: -7865256550242578190, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 4.2999997 + value: {fileID: 3705221433819842194, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 4.4999995 + value: {fileID: -6762929389338351426, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 4.6999993 + value: {fileID: 4689748512563132326, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 4.899999 + value: {fileID: -64332532238318279, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 5.399999 + value: {fileID: -6238902334218950916, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 5.899999 + value: {fileID: 4475698629860719073, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 6.399999 + value: {fileID: 4475698629860719073, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + attribute: m_Sprite + path: + classID: 212 + script: {fileID: 0} + flags: 2 + m_SampleRate: 100 + m_WrapMode: 0 + m_Bounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 0, y: 0, z: 0} + m_ClipBindingConstant: + genericBindings: + - serializedVersion: 2 + path: 0 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + isIntCurve: 0 + isSerializeReferenceCurve: 0 + pptrCurveMapping: + - {fileID: 9031956873400835209, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -968956924318778371, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -9062367122699324350, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -8294135444199192579, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 1769861372881931, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 6262075773087217703, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 3243124780067226104, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -6476961025489116549, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -5443550413301046611, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 2480830784337555369, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -2829579034774760633, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -4243056818281456153, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -1811977250473378137, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -7865256550242578190, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 3705221433819842194, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -6762929389338351426, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 4689748512563132326, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -64332532238318279, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -6238902334218950916, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 4475698629860719073, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 4475698629860719073, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + 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/GameContent/Scene_ClincOut/animation/外出医生动画/拿着烟Loop.anim.meta b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/拿着烟Loop.anim.meta new file mode 100644 index 000000000..d2e596561 --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/拿着烟Loop.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3408f9bba1ce1ce43bda30b6a7ca817f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/拿着烟叹气和收回动作.anim b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/拿着烟叹气和收回动作.anim new file mode 100644 index 000000000..3ccef7d12 --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/拿着烟叹气和收回动作.anim @@ -0,0 +1,111 @@ +%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: "\u62FF\u7740\u70DF\u53F9\u6C14\u548C\u6536\u56DE\u52A8\u4F5C" + serializedVersion: 7 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: [] + m_PositionCurves: [] + m_ScaleCurves: [] + m_FloatCurves: [] + m_PPtrCurves: + - serializedVersion: 2 + curve: + - time: 0 + value: {fileID: -9218655440247074439, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.3 + value: {fileID: -6325390207757315139, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.5 + value: {fileID: 4918382530929100703, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.8 + value: {fileID: 4973536353357799981, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.1 + value: {fileID: 7587918198206759158, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.5 + value: {fileID: 5644017719497410878, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2 + value: {fileID: -381008834827500948, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.3 + value: {fileID: -3508416461379600236, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.7 + value: {fileID: -4826134385450566993, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 3.2 + value: {fileID: -5875056088899423003, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 3.5 + value: {fileID: -8465939501209873413, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 3.7 + value: {fileID: -4477432136056046814, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 3.9 + value: {fileID: 2641757706721079803, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 4.2000003 + value: {fileID: 2641757706721079803, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + attribute: m_Sprite + path: + classID: 212 + script: {fileID: 0} + flags: 2 + m_SampleRate: 100 + m_WrapMode: 0 + m_Bounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 0, y: 0, z: 0} + m_ClipBindingConstant: + genericBindings: + - serializedVersion: 2 + path: 0 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + isIntCurve: 0 + isSerializeReferenceCurve: 0 + pptrCurveMapping: + - {fileID: -9218655440247074439, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -6325390207757315139, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 4918382530929100703, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 4973536353357799981, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 7587918198206759158, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 5644017719497410878, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -381008834827500948, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -3508416461379600236, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -4826134385450566993, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -5875056088899423003, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -8465939501209873413, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -4477432136056046814, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 2641757706721079803, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 2641757706721079803, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + 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: 0 + 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/GameContent/Scene_ClincOut/animation/外出医生动画/拿着烟叹气和收回动作.anim.meta b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/拿着烟叹气和收回动作.anim.meta new file mode 100644 index 000000000..d6703740e --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/拿着烟叹气和收回动作.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7b29aa2e923aedf46be4e7ce08e6292c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/正面头疼动作.anim b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/正面头疼动作.anim new file mode 100644 index 000000000..5cfc0b89b --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/正面头疼动作.anim @@ -0,0 +1,135 @@ +%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: "\u6B63\u9762\u5934\u75BC\u52A8\u4F5C" + serializedVersion: 7 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: [] + m_PositionCurves: [] + m_ScaleCurves: [] + m_FloatCurves: [] + m_PPtrCurves: + - serializedVersion: 2 + curve: + - time: 0 + value: {fileID: -2123790944490986126, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.3 + value: {fileID: -6173665777338105901, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.6 + value: {fileID: 3276153818234823823, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.8 + value: {fileID: 1533729677361784729, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.1 + value: {fileID: 6371233878708394436, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.4000001 + value: {fileID: 7449452240346319598, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.7 + value: {fileID: -5758125025127292397, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2 + value: {fileID: 7018621061357968546, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.3 + value: {fileID: -1721732747608741884, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.6 + value: {fileID: -7276660218257791672, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.8999999 + value: {fileID: 6199102387816266297, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 3.1999998 + value: {fileID: -9034575911508876988, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 3.4999998 + value: {fileID: -8012335762819133109, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 3.7999997 + value: {fileID: 8054372176708449305, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 4.1 + value: {fileID: 6031931086389021006, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 4.4 + value: {fileID: 472703569399147398, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 4.7000003 + value: {fileID: -634957391760172992, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 5.0000005 + value: {fileID: 1288177893742434456, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 5.3000007 + value: {fileID: -7450828811585390642, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 5.600001 + value: {fileID: -6485706690784146391, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 5.900001 + value: {fileID: -7143217127965945604, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 6.2000012 + value: {fileID: -7143217127965945604, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + attribute: m_Sprite + path: + classID: 212 + script: {fileID: 0} + flags: 2 + m_SampleRate: 100 + m_WrapMode: 0 + m_Bounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 0, y: 0, z: 0} + m_ClipBindingConstant: + genericBindings: + - serializedVersion: 2 + path: 0 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + isIntCurve: 0 + isSerializeReferenceCurve: 0 + pptrCurveMapping: + - {fileID: -2123790944490986126, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -6173665777338105901, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 3276153818234823823, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 1533729677361784729, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 6371233878708394436, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 7449452240346319598, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -5758125025127292397, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 7018621061357968546, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -1721732747608741884, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -7276660218257791672, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 6199102387816266297, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -9034575911508876988, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -8012335762819133109, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 8054372176708449305, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 6031931086389021006, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 472703569399147398, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -634957391760172992, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 1288177893742434456, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -7450828811585390642, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -6485706690784146391, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -7143217127965945604, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -7143217127965945604, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + 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: 0 + 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/GameContent/Scene_ClincOut/animation/外出医生动画/正面头疼动作.anim.meta b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/正面头疼动作.anim.meta new file mode 100644 index 000000000..0d39ef8e7 --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/正面头疼动作.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3ddaa249905573648b1456b1a8a24f80 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/正面头疼循环.anim b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/正面头疼循环.anim new file mode 100644 index 000000000..49e6de7f1 --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/正面头疼循环.anim @@ -0,0 +1,123 @@ +%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: "\u6B63\u9762\u5934\u75BC\u5FAA\u73AF" + serializedVersion: 7 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: [] + m_PositionCurves: [] + m_ScaleCurves: [] + m_FloatCurves: [] + m_PPtrCurves: + - serializedVersion: 2 + curve: + - time: 0 + value: {fileID: -8295466208698069883, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.3 + value: {fileID: -7630080515047107208, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.6 + value: {fileID: 2948569738729594759, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.90000004 + value: {fileID: -3843471500007792426, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.2 + value: {fileID: 7299652854595845977, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.5 + value: {fileID: -7641264588191039810, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.8 + value: {fileID: -1646646857010014391, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.1 + value: {fileID: -7605974020340743789, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.3999999 + value: {fileID: 5747002048721426513, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.6999998 + value: {fileID: -5617781974776101607, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.9999998 + value: {fileID: -6846972624329715268, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 3.2999997 + value: {fileID: -199053449360258210, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 3.5999997 + value: {fileID: 1738666404292978439, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 3.8999996 + value: {fileID: 1365817488709707763, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 4.2 + value: {fileID: -5918106903831835168, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 4.5 + value: {fileID: -7884458468587870112, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 4.8 + value: {fileID: -5164304676215242821, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 5.1000004 + value: {fileID: -5164304676215242821, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + attribute: m_Sprite + path: + classID: 212 + script: {fileID: 0} + flags: 2 + m_SampleRate: 100 + m_WrapMode: 0 + m_Bounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 0, y: 0, z: 0} + m_ClipBindingConstant: + genericBindings: + - serializedVersion: 2 + path: 0 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + isIntCurve: 0 + isSerializeReferenceCurve: 0 + pptrCurveMapping: + - {fileID: -8295466208698069883, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -7630080515047107208, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 2948569738729594759, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -3843471500007792426, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 7299652854595845977, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -7641264588191039810, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -1646646857010014391, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -7605974020340743789, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 5747002048721426513, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -5617781974776101607, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -6846972624329715268, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -199053449360258210, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 1738666404292978439, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 1365817488709707763, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -5918106903831835168, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -7884458468587870112, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -5164304676215242821, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -5164304676215242821, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + 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/GameContent/Scene_ClincOut/animation/外出医生动画/正面头疼循环.anim.meta b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/正面头疼循环.anim.meta new file mode 100644 index 000000000..fbdbc8fdb --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/正面头疼循环.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e93085f1bd883e0479b2fff78982d077 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/正面抬头到低头动作.anim b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/正面抬头到低头动作.anim new file mode 100644 index 000000000..f4d9680c3 --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/正面抬头到低头动作.anim @@ -0,0 +1,84 @@ +%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: "\u6B63\u9762\u62AC\u5934\u5230\u4F4E\u5934\u52A8\u4F5C" + serializedVersion: 7 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: [] + m_PositionCurves: [] + m_ScaleCurves: [] + m_FloatCurves: [] + m_PPtrCurves: + - serializedVersion: 2 + curve: + - time: 0 + value: {fileID: 8578129253679725806, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.08 + value: {fileID: 4700760195730852749, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.16 + value: {fileID: -7593570106259958097, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.24 + value: {fileID: -748013278258943006, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.32 + value: {fileID: -748013278258943006, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + attribute: m_Sprite + path: + classID: 212 + script: {fileID: 0} + flags: 2 + m_SampleRate: 100 + m_WrapMode: 0 + m_Bounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 0, y: 0, z: 0} + m_ClipBindingConstant: + genericBindings: + - serializedVersion: 2 + path: 0 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + isIntCurve: 0 + isSerializeReferenceCurve: 0 + pptrCurveMapping: + - {fileID: 8578129253679725806, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 4700760195730852749, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -7593570106259958097, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -748013278258943006, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -748013278258943006, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + 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: 0 + 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/GameContent/Scene_ClincOut/animation/外出医生动画/正面抬头到低头动作.anim.meta b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/正面抬头到低头动作.anim.meta new file mode 100644 index 000000000..7277952a7 --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/正面抬头到低头动作.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8324d06aa9a295f418fa82e54e1249ed +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/正面抬头动作.anim b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/正面抬头动作.anim new file mode 100644 index 000000000..1813ed187 --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/正面抬头动作.anim @@ -0,0 +1,153 @@ +%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: "\u6B63\u9762\u62AC\u5934\u52A8\u4F5C" + serializedVersion: 7 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: [] + m_PositionCurves: [] + m_ScaleCurves: [] + m_FloatCurves: [] + m_PPtrCurves: + - serializedVersion: 2 + curve: + - time: 0 + value: {fileID: 1476436045615451316, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.4 + value: {fileID: -8042198866417282314, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.5 + value: {fileID: -5690359069281125680, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.6 + value: {fileID: 1741852399991538145, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.70000005 + value: {fileID: -6783624477474746348, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.8000001 + value: {fileID: -7076571167260510496, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.9000001 + value: {fileID: -4552833317419271055, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.0000001 + value: {fileID: 6931602318026100399, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.1000001 + value: {fileID: -6008037105889532229, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.2000002 + value: {fileID: 9090448507247557291, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.3000002 + value: {fileID: -5605568610200198185, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.4000002 + value: {fileID: 853586457822609454, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.5000002 + value: {fileID: 4507475386721378031, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.6000003 + value: {fileID: 3538108985049559445, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.7000003 + value: {fileID: -4794644599051638344, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.8000003 + value: {fileID: 377014503770921347, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.9000003 + value: {fileID: 5571477266605042957, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.0000002 + value: {fileID: 924015432355006991, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.1000001 + value: {fileID: 2850401697737497566, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.2 + value: {fileID: 2003073210749639383, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.3 + value: {fileID: 5270536835478420133, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.3999999 + value: {fileID: -1020405324766486853, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.4999998 + value: {fileID: -7566714657384008638, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.5999997 + value: {fileID: 1541733753561604181, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.6999996 + value: {fileID: -3828824041562689538, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.7999995 + value: {fileID: -3127384032364019612, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.8999994 + value: {fileID: 8719707626707904407, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 3.3999994 + value: {fileID: 8719707626707904407, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + attribute: m_Sprite + path: + classID: 212 + script: {fileID: 0} + flags: 2 + m_SampleRate: 100 + m_WrapMode: 0 + m_Bounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 0, y: 0, z: 0} + m_ClipBindingConstant: + genericBindings: + - serializedVersion: 2 + path: 0 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + isIntCurve: 0 + isSerializeReferenceCurve: 0 + pptrCurveMapping: + - {fileID: 1476436045615451316, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -8042198866417282314, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -5690359069281125680, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 1741852399991538145, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -6783624477474746348, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -7076571167260510496, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -4552833317419271055, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 6931602318026100399, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -6008037105889532229, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 9090448507247557291, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -5605568610200198185, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 853586457822609454, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 4507475386721378031, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 3538108985049559445, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -4794644599051638344, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 377014503770921347, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 5571477266605042957, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 924015432355006991, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 2850401697737497566, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 2003073210749639383, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 5270536835478420133, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -1020405324766486853, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -7566714657384008638, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 1541733753561604181, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -3828824041562689538, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -3127384032364019612, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 8719707626707904407, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 8719707626707904407, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + 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: 0 + 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/GameContent/Scene_ClincOut/animation/外出医生动画/正面抬头动作.anim.meta b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/正面抬头动作.anim.meta new file mode 100644 index 000000000..f49649703 --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/正面抬头动作.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: dd12ffe401b9ef34aa52357f4acbdb9e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/正面抬头循环.anim b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/正面抬头循环.anim new file mode 100644 index 000000000..df7dfda3f --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/正面抬头循环.anim @@ -0,0 +1,141 @@ +%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: "\u6B63\u9762\u62AC\u5934\u5FAA\u73AF" + serializedVersion: 7 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: [] + m_PositionCurves: [] + m_ScaleCurves: [] + m_FloatCurves: [] + m_PPtrCurves: + - serializedVersion: 2 + curve: + - time: 0 + value: {fileID: -6783624477474746348, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.1 + value: {fileID: -7076571167260510496, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.2 + value: {fileID: -4552833317419271055, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.3 + value: {fileID: 6931602318026100399, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.4 + value: {fileID: -6008037105889532229, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.5 + value: {fileID: 9090448507247557291, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.6 + value: {fileID: -5605568610200198185, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.70000005 + value: {fileID: 853586457822609454, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.8000001 + value: {fileID: 4507475386721378031, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.9000001 + value: {fileID: 3538108985049559445, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.0000001 + value: {fileID: -4794644599051638344, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.1000001 + value: {fileID: 377014503770921347, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.2000002 + value: {fileID: 5571477266605042957, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.3000002 + value: {fileID: 924015432355006991, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.4000002 + value: {fileID: 2850401697737497566, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.5000002 + value: {fileID: 2003073210749639383, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.6000003 + value: {fileID: 5270536835478420133, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.7000003 + value: {fileID: -1020405324766486853, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.8000003 + value: {fileID: -7566714657384008638, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.9000003 + value: {fileID: 1541733753561604181, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.0000002 + value: {fileID: -3828824041562689538, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.1000001 + value: {fileID: -3127384032364019612, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.2 + value: {fileID: 8719707626707904407, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.7 + value: {fileID: 8719707626707904407, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + attribute: m_Sprite + path: + classID: 212 + script: {fileID: 0} + flags: 2 + m_SampleRate: 100 + m_WrapMode: 0 + m_Bounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 0, y: 0, z: 0} + m_ClipBindingConstant: + genericBindings: + - serializedVersion: 2 + path: 0 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + isIntCurve: 0 + isSerializeReferenceCurve: 0 + pptrCurveMapping: + - {fileID: -6783624477474746348, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -7076571167260510496, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -4552833317419271055, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 6931602318026100399, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -6008037105889532229, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 9090448507247557291, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -5605568610200198185, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 853586457822609454, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 4507475386721378031, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 3538108985049559445, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -4794644599051638344, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 377014503770921347, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 5571477266605042957, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 924015432355006991, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 2850401697737497566, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 2003073210749639383, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 5270536835478420133, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -1020405324766486853, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -7566714657384008638, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 1541733753561604181, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -3828824041562689538, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -3127384032364019612, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 8719707626707904407, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 8719707626707904407, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + 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/GameContent/Scene_ClincOut/animation/外出医生动画/正面抬头循环.anim.meta b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/正面抬头循环.anim.meta new file mode 100644 index 000000000..3f9b13349 --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/正面抬头循环.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3d66ee7b404d98c4bacb483de299f869 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/灭烟动作.anim b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/灭烟动作.anim new file mode 100644 index 000000000..19c7cbfcf --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/灭烟动作.anim @@ -0,0 +1,177 @@ +%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: "\u706D\u70DF\u52A8\u4F5C" + serializedVersion: 7 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: [] + m_PositionCurves: [] + m_ScaleCurves: [] + m_FloatCurves: [] + m_PPtrCurves: + - serializedVersion: 2 + curve: + - time: 0 + value: {fileID: 2747765021957025455, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.1 + value: {fileID: -524468664557701664, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.2 + value: {fileID: -4607916021013789204, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.3 + value: {fileID: -6915706728537293385, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.4 + value: {fileID: 6832978834180424121, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.5 + value: {fileID: 7595015434258411776, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.6 + value: {fileID: -2535095574291929653, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.70000005 + value: {fileID: 8133484294154476277, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.8000001 + value: {fileID: 8796654854225127187, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.9000001 + value: {fileID: -2385641913924126264, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.0000001 + value: {fileID: -1165521635958938874, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.1000001 + value: {fileID: -1114267504253566781, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.2000002 + value: {fileID: 5417144756719552136, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.3000002 + value: {fileID: -6998280140707927404, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.4000002 + value: {fileID: -6950426006616855001, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.5000002 + value: {fileID: -2876108711384423230, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.6000003 + value: {fileID: 5594209937795824583, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.7000003 + value: {fileID: -5903486284842715648, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.8000003 + value: {fileID: 8628343592227554963, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.9000003 + value: {fileID: 3893472794796320244, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.0000002 + value: {fileID: 5906693918058748884, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.1000001 + value: {fileID: -2232984128441530670, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.2 + value: {fileID: -6580131179054940499, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.3 + value: {fileID: 229761285900223578, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.3999999 + value: {fileID: 4255105980761242145, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.4999998 + value: {fileID: -497944281392899431, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.5999997 + value: {fileID: -7138146508549429900, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.6999996 + value: {fileID: -7746180366317534611, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.7999995 + value: {fileID: -6140648752046861086, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.8999994 + value: {fileID: 8075149319663787941, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.9999993 + value: {fileID: -2054616088746222473, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 3.3999994 + value: {fileID: 6801135403235289858, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 3.7999995 + value: {fileID: -4472809537496624953, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 4.1999993 + value: {fileID: -4729973738640670560, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 4.4999995 + value: {fileID: -2262423380750654512, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 4.8999996 + value: {fileID: -2262423380750654512, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + attribute: m_Sprite + path: + classID: 212 + script: {fileID: 0} + flags: 2 + m_SampleRate: 100 + m_WrapMode: 0 + m_Bounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 0, y: 0, z: 0} + m_ClipBindingConstant: + genericBindings: + - serializedVersion: 2 + path: 0 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + isIntCurve: 0 + isSerializeReferenceCurve: 0 + pptrCurveMapping: + - {fileID: 2747765021957025455, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -524468664557701664, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -4607916021013789204, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -6915706728537293385, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 6832978834180424121, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 7595015434258411776, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -2535095574291929653, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 8133484294154476277, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 8796654854225127187, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -2385641913924126264, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -1165521635958938874, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -1114267504253566781, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 5417144756719552136, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -6998280140707927404, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -6950426006616855001, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -2876108711384423230, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 5594209937795824583, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -5903486284842715648, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 8628343592227554963, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 3893472794796320244, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 5906693918058748884, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -2232984128441530670, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -6580131179054940499, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 229761285900223578, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 4255105980761242145, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -497944281392899431, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -7138146508549429900, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -7746180366317534611, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -6140648752046861086, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 8075149319663787941, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -2054616088746222473, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 6801135403235289858, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -4472809537496624953, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -4729973738640670560, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -2262423380750654512, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -2262423380750654512, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + 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: 0 + 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/GameContent/Scene_ClincOut/animation/外出医生动画/灭烟动作.anim.meta b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/灭烟动作.anim.meta new file mode 100644 index 000000000..cd922a9f0 --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/灭烟动作.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4ec446f9037537a4fa807a30f186318c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/点烟动作.anim b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/点烟动作.anim new file mode 100644 index 000000000..6c3283ddf --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/点烟动作.anim @@ -0,0 +1,96 @@ +%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: "\u70B9\u70DF\u52A8\u4F5C" + serializedVersion: 7 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: [] + m_PositionCurves: [] + m_ScaleCurves: [] + m_FloatCurves: [] + m_PPtrCurves: + - serializedVersion: 2 + curve: + - time: 0 + value: {fileID: 3323084660399485033, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.4 + value: {fileID: 1329196270845107758, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.8 + value: {fileID: 6182755626982626888, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.2 + value: {fileID: -5397836199754187148, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.6 + value: {fileID: -2135799263356305629, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2 + value: {fileID: -2738670188701839020, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.4 + value: {fileID: -8051770995058123627, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.8000002 + value: {fileID: -8737225190672412786, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 3.2000003 + value: {fileID: -8737225190672412786, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + attribute: m_Sprite + path: + classID: 212 + script: {fileID: 0} + flags: 2 + m_SampleRate: 100 + m_WrapMode: 0 + m_Bounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 0, y: 0, z: 0} + m_ClipBindingConstant: + genericBindings: + - serializedVersion: 2 + path: 0 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + isIntCurve: 0 + isSerializeReferenceCurve: 0 + pptrCurveMapping: + - {fileID: 3323084660399485033, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 1329196270845107758, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 6182755626982626888, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -5397836199754187148, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -2135799263356305629, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -2738670188701839020, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -8051770995058123627, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -8737225190672412786, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -8737225190672412786, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + 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: 0 + 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/GameContent/Scene_ClincOut/animation/外出医生动画/点烟动作.anim.meta b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/点烟动作.anim.meta new file mode 100644 index 000000000..e85d4aa51 --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/点烟动作.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1a885fbbe33f72549b41d600c1c8ab15 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/看BB机Loop.anim b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/看BB机Loop.anim new file mode 100644 index 000000000..6a6419041 --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/看BB机Loop.anim @@ -0,0 +1,99 @@ +%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: "\u770BBB\u673ALoop" + serializedVersion: 7 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: [] + m_PositionCurves: [] + m_ScaleCurves: [] + m_FloatCurves: [] + m_PPtrCurves: + - serializedVersion: 2 + curve: + - time: 0 + value: {fileID: 5519750217612231223, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.2 + value: {fileID: -3926346859239938379, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.4 + value: {fileID: 3320177294358244893, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.6 + value: {fileID: 1218245010125333636, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.8 + value: {fileID: 7042994750188603553, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1 + value: {fileID: 5303711866258640870, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.2 + value: {fileID: -2078042216133464716, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.4000001 + value: {fileID: 7789486501365424593, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.6000001 + value: {fileID: 3877313676171750929, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.8000002 + value: {fileID: 3877313676171750929, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + attribute: m_Sprite + path: + classID: 212 + script: {fileID: 0} + flags: 2 + m_SampleRate: 100 + m_WrapMode: 0 + m_Bounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 0, y: 0, z: 0} + m_ClipBindingConstant: + genericBindings: + - serializedVersion: 2 + path: 0 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + isIntCurve: 0 + isSerializeReferenceCurve: 0 + pptrCurveMapping: + - {fileID: 5519750217612231223, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -3926346859239938379, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 3320177294358244893, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 1218245010125333636, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 7042994750188603553, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 5303711866258640870, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -2078042216133464716, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 7789486501365424593, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 3877313676171750929, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 3877313676171750929, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + 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/GameContent/Scene_ClincOut/animation/外出医生动画/看BB机Loop.anim.meta b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/看BB机Loop.anim.meta new file mode 100644 index 000000000..a716f35b6 --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/看BB机Loop.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 33393aa9ca1ca7b4fa4fef42bb9bca8b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/背身Loop.anim b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/背身Loop.anim new file mode 100644 index 000000000..9e964fa2b --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/背身Loop.anim @@ -0,0 +1,84 @@ +%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: "\u80CC\u8EABLoop" + serializedVersion: 7 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: [] + m_PositionCurves: [] + m_ScaleCurves: [] + m_FloatCurves: [] + m_PPtrCurves: + - serializedVersion: 2 + curve: + - time: 0 + value: {fileID: -5710800757122289327, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.4 + value: {fileID: 3785409509586265355, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.8 + value: {fileID: 7701818447810377793, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.2 + value: {fileID: 5887241987442550354, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.6 + value: {fileID: 5887241987442550354, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + attribute: m_Sprite + path: + classID: 212 + script: {fileID: 0} + flags: 2 + m_SampleRate: 100 + m_WrapMode: 0 + m_Bounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 0, y: 0, z: 0} + m_ClipBindingConstant: + genericBindings: + - serializedVersion: 2 + path: 0 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + isIntCurve: 0 + isSerializeReferenceCurve: 0 + pptrCurveMapping: + - {fileID: -5710800757122289327, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 3785409509586265355, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 7701818447810377793, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 5887241987442550354, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 5887241987442550354, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + 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/GameContent/Scene_ClincOut/animation/外出医生动画/背身Loop.anim.meta b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/背身Loop.anim.meta new file mode 100644 index 000000000..3dc2543e0 --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/背身Loop.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 634a2e0d368205944a6bb771b6f3c259 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/背面头疼循环.anim b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/背面头疼循环.anim new file mode 100644 index 000000000..c24afd310 --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/背面头疼循环.anim @@ -0,0 +1,84 @@ +%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: "\u80CC\u9762\u5934\u75BC\u5FAA\u73AF" + serializedVersion: 7 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: [] + m_PositionCurves: [] + m_ScaleCurves: [] + m_FloatCurves: [] + m_PPtrCurves: + - serializedVersion: 2 + curve: + - time: 0 + value: {fileID: 1122801750674270369, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.4 + value: {fileID: -6809671824836909413, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.8 + value: {fileID: -462769753581486051, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.2 + value: {fileID: 3926198030712311857, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.6 + value: {fileID: 3926198030712311857, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + attribute: m_Sprite + path: + classID: 212 + script: {fileID: 0} + flags: 2 + m_SampleRate: 100 + m_WrapMode: 0 + m_Bounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 0, y: 0, z: 0} + m_ClipBindingConstant: + genericBindings: + - serializedVersion: 2 + path: 0 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + isIntCurve: 0 + isSerializeReferenceCurve: 0 + pptrCurveMapping: + - {fileID: 1122801750674270369, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -6809671824836909413, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -462769753581486051, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 3926198030712311857, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 3926198030712311857, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + 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/GameContent/Scene_ClincOut/animation/外出医生动画/背面头疼循环.anim.meta b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/背面头疼循环.anim.meta new file mode 100644 index 000000000..0dbdda1d7 --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/背面头疼循环.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6a5f0894bf823c14daef582027e41696 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/背面头疼抚头动作.anim b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/背面头疼抚头动作.anim new file mode 100644 index 000000000..971b7ba77 --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/背面头疼抚头动作.anim @@ -0,0 +1,96 @@ +%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: "\u80CC\u9762\u5934\u75BC\u629A\u5934\u52A8\u4F5C" + serializedVersion: 7 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: [] + m_PositionCurves: [] + m_ScaleCurves: [] + m_FloatCurves: [] + m_PPtrCurves: + - serializedVersion: 2 + curve: + - time: 0 + value: {fileID: 3399642604294859791, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.4 + value: {fileID: 1268477598895874583, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.8 + value: {fileID: -9168920831997905738, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.2 + value: {fileID: 21765976652923480, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.6 + value: {fileID: 1678445263219049413, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2 + value: {fileID: -6621053079634690422, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.4 + value: {fileID: -3013321787675052382, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.8000002 + value: {fileID: 7872797838965177024, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 3.2000003 + value: {fileID: 7872797838965177024, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + attribute: m_Sprite + path: + classID: 212 + script: {fileID: 0} + flags: 2 + m_SampleRate: 100 + m_WrapMode: 0 + m_Bounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 0, y: 0, z: 0} + m_ClipBindingConstant: + genericBindings: + - serializedVersion: 2 + path: 0 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + isIntCurve: 0 + isSerializeReferenceCurve: 0 + pptrCurveMapping: + - {fileID: 3399642604294859791, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 1268477598895874583, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -9168920831997905738, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 21765976652923480, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 1678445263219049413, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -6621053079634690422, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -3013321787675052382, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 7872797838965177024, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 7872797838965177024, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + 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: 0 + 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/GameContent/Scene_ClincOut/animation/外出医生动画/背面头疼抚头动作.anim.meta b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/背面头疼抚头动作.anim.meta new file mode 100644 index 000000000..f07e15c40 --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/背面头疼抚头动作.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f97b69ce3902bd048a7cd4994349681d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/默认Loop.anim b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/默认Loop.anim new file mode 100644 index 000000000..9e298f278 --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/默认Loop.anim @@ -0,0 +1,162 @@ +%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: "\u9ED8\u8BA4Loop" + serializedVersion: 7 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: [] + m_PositionCurves: [] + m_ScaleCurves: [] + m_FloatCurves: [] + m_PPtrCurves: + - serializedVersion: 2 + curve: + - time: 0 + value: {fileID: 2709884621055945082, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.1 + value: {fileID: -2027352883311782394, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.2 + value: {fileID: 4655437236245642645, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.3 + value: {fileID: 1005746085387123948, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.4 + value: {fileID: 8896770116687889327, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.5 + value: {fileID: -2506513024204571301, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.6 + value: {fileID: -8191266089898909941, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.70000005 + value: {fileID: 1679230196459358618, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.8000001 + value: {fileID: 8278937820558290754, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 0.9000001 + value: {fileID: -5336429606707727867, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.0000001 + value: {fileID: 6493517639122440458, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.1000001 + value: {fileID: 8726649486369195333, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.2000002 + value: {fileID: -8848339175801020942, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.3000002 + value: {fileID: 5174148016025367592, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.4000002 + value: {fileID: -4233262912558933882, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.5000002 + value: {fileID: 4057126323899421671, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.6000003 + value: {fileID: 811938987223033406, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.7000003 + value: {fileID: -4255148761443488548, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.8000003 + value: {fileID: 2556049749829051851, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 1.9000003 + value: {fileID: -193489156079907993, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.0000002 + value: {fileID: 514937929945846668, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.1000001 + value: {fileID: -6286136760532389072, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.2 + value: {fileID: 6983774654901408190, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.3 + value: {fileID: -6703297363462932052, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.3999999 + value: {fileID: 3285634568871799270, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.4999998 + value: {fileID: 6262510362551206071, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.5999997 + value: {fileID: -1868284113667987667, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.6999996 + value: {fileID: 3605056984172451827, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.7999995 + value: {fileID: 3223070101126785982, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.8999994 + value: {fileID: 4969505053476570525, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - time: 2.9999993 + value: {fileID: 4969505053476570525, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + attribute: m_Sprite + path: + classID: 212 + script: {fileID: 0} + flags: 2 + m_SampleRate: 100 + m_WrapMode: 0 + m_Bounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 0, y: 0, z: 0} + m_ClipBindingConstant: + genericBindings: + - serializedVersion: 2 + path: 0 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + isIntCurve: 0 + isSerializeReferenceCurve: 0 + pptrCurveMapping: + - {fileID: 2709884621055945082, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -2027352883311782394, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 4655437236245642645, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 1005746085387123948, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 8896770116687889327, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -2506513024204571301, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -8191266089898909941, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 1679230196459358618, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 8278937820558290754, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -5336429606707727867, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 6493517639122440458, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 8726649486369195333, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -8848339175801020942, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 5174148016025367592, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -4233262912558933882, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 4057126323899421671, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 811938987223033406, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -4255148761443488548, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 2556049749829051851, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -193489156079907993, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 514937929945846668, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -6286136760532389072, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 6983774654901408190, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -6703297363462932052, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 3285634568871799270, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 6262510362551206071, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: -1868284113667987667, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 3605056984172451827, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 3223070101126785982, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 4969505053476570525, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + - {fileID: 4969505053476570525, guid: bb1a14373ef7bfd4c890cddb2ae5c6b5, type: 3} + 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/GameContent/Scene_ClincOut/animation/外出医生动画/默认Loop.anim.meta b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/默认Loop.anim.meta new file mode 100644 index 000000000..562d894a9 --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animation/外出医生动画/默认Loop.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4287de247cbf4294faaba0b50200b617 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/GameContent/Scene_ClincOut/animation/小佩佩天桥.meta b/Assets/GameContent/Scene_ClincOut/animation/小佩佩天桥.meta new file mode 100644 index 000000000..3bc04a074 --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animation/小佩佩天桥.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 723661b47ea84dc429b04e108b523b17 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/GameContent/Scene_ClincOut/animator/ABOVE.anim b/Assets/GameContent/Scene_ClincOut/animation/小佩佩天桥/ABOVE.anim similarity index 100% rename from Assets/GameContent/Scene_ClincOut/animator/ABOVE.anim rename to Assets/GameContent/Scene_ClincOut/animation/小佩佩天桥/ABOVE.anim diff --git a/Assets/GameContent/Scene_ClincOut/animator/ABOVE.anim.meta b/Assets/GameContent/Scene_ClincOut/animation/小佩佩天桥/ABOVE.anim.meta similarity index 100% rename from Assets/GameContent/Scene_ClincOut/animator/ABOVE.anim.meta rename to Assets/GameContent/Scene_ClincOut/animation/小佩佩天桥/ABOVE.anim.meta diff --git a/Assets/GameContent/Scene_ClincOut/animator/WAVE.anim b/Assets/GameContent/Scene_ClincOut/animation/小佩佩天桥/WAVE.anim similarity index 100% rename from Assets/GameContent/Scene_ClincOut/animator/WAVE.anim rename to Assets/GameContent/Scene_ClincOut/animation/小佩佩天桥/WAVE.anim diff --git a/Assets/GameContent/Scene_ClincOut/animator/WAVE.anim.meta b/Assets/GameContent/Scene_ClincOut/animation/小佩佩天桥/WAVE.anim.meta similarity index 100% rename from Assets/GameContent/Scene_ClincOut/animator/WAVE.anim.meta rename to Assets/GameContent/Scene_ClincOut/animation/小佩佩天桥/WAVE.anim.meta diff --git a/Assets/GameContent/Scene_ClincOut/animator/idle.anim b/Assets/GameContent/Scene_ClincOut/animation/小佩佩天桥/idle.anim similarity index 100% rename from Assets/GameContent/Scene_ClincOut/animator/idle.anim rename to Assets/GameContent/Scene_ClincOut/animation/小佩佩天桥/idle.anim diff --git a/Assets/GameContent/Scene_ClincOut/animator/idle.anim.meta b/Assets/GameContent/Scene_ClincOut/animation/小佩佩天桥/idle.anim.meta similarity index 100% rename from Assets/GameContent/Scene_ClincOut/animator/idle.anim.meta rename to Assets/GameContent/Scene_ClincOut/animation/小佩佩天桥/idle.anim.meta diff --git a/Assets/GameContent/Scene_ClincOut/animatorRaw.meta b/Assets/GameContent/Scene_ClincOut/animationRaw.meta similarity index 100% rename from Assets/GameContent/Scene_ClincOut/animatorRaw.meta rename to Assets/GameContent/Scene_ClincOut/animationRaw.meta diff --git a/Assets/GameContent/Scene_ClincOut/animatorRaw/Asprite文件.meta b/Assets/GameContent/Scene_ClincOut/animationRaw/Asprite文件.meta similarity index 100% rename from Assets/GameContent/Scene_ClincOut/animatorRaw/Asprite文件.meta rename to Assets/GameContent/Scene_ClincOut/animationRaw/Asprite文件.meta diff --git a/Assets/GameContent/Scene_ClincOut/animatorRaw/Asprite文件/外出佩佩天桥上挥手动画.aseprite b/Assets/GameContent/Scene_ClincOut/animationRaw/Asprite文件/外出佩佩天桥上挥手动画.aseprite similarity index 100% rename from Assets/GameContent/Scene_ClincOut/animatorRaw/Asprite文件/外出佩佩天桥上挥手动画.aseprite rename to Assets/GameContent/Scene_ClincOut/animationRaw/Asprite文件/外出佩佩天桥上挥手动画.aseprite diff --git a/Assets/GameContent/Scene_ClincOut/animatorRaw/Asprite文件/外出佩佩天桥上挥手动画.aseprite.meta b/Assets/GameContent/Scene_ClincOut/animationRaw/Asprite文件/外出佩佩天桥上挥手动画.aseprite.meta similarity index 100% rename from Assets/GameContent/Scene_ClincOut/animatorRaw/Asprite文件/外出佩佩天桥上挥手动画.aseprite.meta rename to Assets/GameContent/Scene_ClincOut/animationRaw/Asprite文件/外出佩佩天桥上挥手动画.aseprite.meta diff --git a/Assets/GameContent/Scene_ClincOut/animatorRaw/Asprite文件/外出医生动画.aseprite b/Assets/GameContent/Scene_ClincOut/animationRaw/Asprite文件/外出医生动画.aseprite similarity index 100% rename from Assets/GameContent/Scene_ClincOut/animatorRaw/Asprite文件/外出医生动画.aseprite rename to Assets/GameContent/Scene_ClincOut/animationRaw/Asprite文件/外出医生动画.aseprite diff --git a/Assets/GameContent/Scene_ClincOut/animatorRaw/Asprite文件/外出医生动画.aseprite.meta b/Assets/GameContent/Scene_ClincOut/animationRaw/Asprite文件/外出医生动画.aseprite.meta similarity index 100% rename from Assets/GameContent/Scene_ClincOut/animatorRaw/Asprite文件/外出医生动画.aseprite.meta rename to Assets/GameContent/Scene_ClincOut/animationRaw/Asprite文件/外出医生动画.aseprite.meta diff --git a/Assets/GameContent/Scene_ClincOut/animatorRaw/Asprite文件/诊室附近佩佩接落叶.aseprite b/Assets/GameContent/Scene_ClincOut/animationRaw/Asprite文件/诊室附近佩佩接落叶.aseprite similarity index 100% rename from Assets/GameContent/Scene_ClincOut/animatorRaw/Asprite文件/诊室附近佩佩接落叶.aseprite rename to Assets/GameContent/Scene_ClincOut/animationRaw/Asprite文件/诊室附近佩佩接落叶.aseprite diff --git a/Assets/GameContent/Scene_ClincOut/animatorRaw/Asprite文件/诊室附近佩佩接落叶.aseprite.meta b/Assets/GameContent/Scene_ClincOut/animationRaw/Asprite文件/诊室附近佩佩接落叶.aseprite.meta similarity index 100% rename from Assets/GameContent/Scene_ClincOut/animatorRaw/Asprite文件/诊室附近佩佩接落叶.aseprite.meta rename to Assets/GameContent/Scene_ClincOut/animationRaw/Asprite文件/诊室附近佩佩接落叶.aseprite.meta diff --git a/Assets/GameContent/Scene_ClincOut/animatorRaw/外出佩佩天桥上挥手动画.json b/Assets/GameContent/Scene_ClincOut/animationRaw/外出佩佩天桥上挥手动画.json similarity index 100% rename from Assets/GameContent/Scene_ClincOut/animatorRaw/外出佩佩天桥上挥手动画.json rename to Assets/GameContent/Scene_ClincOut/animationRaw/外出佩佩天桥上挥手动画.json diff --git a/Assets/GameContent/Scene_ClincOut/animatorRaw/外出佩佩天桥上挥手动画.json.meta b/Assets/GameContent/Scene_ClincOut/animationRaw/外出佩佩天桥上挥手动画.json.meta similarity index 100% rename from Assets/GameContent/Scene_ClincOut/animatorRaw/外出佩佩天桥上挥手动画.json.meta rename to Assets/GameContent/Scene_ClincOut/animationRaw/外出佩佩天桥上挥手动画.json.meta diff --git a/Assets/GameContent/Scene_ClincOut/animatorRaw/外出佩佩天桥上挥手动画.png b/Assets/GameContent/Scene_ClincOut/animationRaw/外出佩佩天桥上挥手动画.png similarity index 100% rename from Assets/GameContent/Scene_ClincOut/animatorRaw/外出佩佩天桥上挥手动画.png rename to Assets/GameContent/Scene_ClincOut/animationRaw/外出佩佩天桥上挥手动画.png diff --git a/Assets/GameContent/Scene_ClincOut/animatorRaw/外出佩佩天桥上挥手动画.png.meta b/Assets/GameContent/Scene_ClincOut/animationRaw/外出佩佩天桥上挥手动画.png.meta similarity index 100% rename from Assets/GameContent/Scene_ClincOut/animatorRaw/外出佩佩天桥上挥手动画.png.meta rename to Assets/GameContent/Scene_ClincOut/animationRaw/外出佩佩天桥上挥手动画.png.meta diff --git a/Assets/GameContent/Scene_ClincOut/animationRaw/外出医生动画.json b/Assets/GameContent/Scene_ClincOut/animationRaw/外出医生动画.json new file mode 100644 index 000000000..9b324c8f4 --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animationRaw/外出医生动画.json @@ -0,0 +1,1976 @@ +{ "frames": { + "外出医生动画 0.aseprite": { + "frame": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 1.aseprite": { + "frame": { "x": 74, "y": 0, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 2.aseprite": { + "frame": { "x": 148, "y": 0, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 3.aseprite": { + "frame": { "x": 222, "y": 0, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 4.aseprite": { + "frame": { "x": 296, "y": 0, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 5.aseprite": { + "frame": { "x": 370, "y": 0, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 6.aseprite": { + "frame": { "x": 444, "y": 0, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 7.aseprite": { + "frame": { "x": 518, "y": 0, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 8.aseprite": { + "frame": { "x": 592, "y": 0, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 9.aseprite": { + "frame": { "x": 666, "y": 0, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 10.aseprite": { + "frame": { "x": 740, "y": 0, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 11.aseprite": { + "frame": { "x": 814, "y": 0, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 12.aseprite": { + "frame": { "x": 888, "y": 0, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 13.aseprite": { + "frame": { "x": 962, "y": 0, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 14.aseprite": { + "frame": { "x": 1036, "y": 0, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 15.aseprite": { + "frame": { "x": 1110, "y": 0, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 16.aseprite": { + "frame": { "x": 1184, "y": 0, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 17.aseprite": { + "frame": { "x": 1258, "y": 0, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 18.aseprite": { + "frame": { "x": 1332, "y": 0, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 19.aseprite": { + "frame": { "x": 1406, "y": 0, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 20.aseprite": { + "frame": { "x": 1480, "y": 0, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 21.aseprite": { + "frame": { "x": 1554, "y": 0, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 22.aseprite": { + "frame": { "x": 1628, "y": 0, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 23.aseprite": { + "frame": { "x": 1702, "y": 0, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 24.aseprite": { + "frame": { "x": 1776, "y": 0, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 25.aseprite": { + "frame": { "x": 0, "y": 148, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 26.aseprite": { + "frame": { "x": 74, "y": 148, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 27.aseprite": { + "frame": { "x": 148, "y": 148, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 28.aseprite": { + "frame": { "x": 222, "y": 148, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 29.aseprite": { + "frame": { "x": 296, "y": 148, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 30.aseprite": { + "frame": { "x": 370, "y": 148, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 31.aseprite": { + "frame": { "x": 444, "y": 148, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 32.aseprite": { + "frame": { "x": 518, "y": 148, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 33.aseprite": { + "frame": { "x": 592, "y": 148, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 34.aseprite": { + "frame": { "x": 666, "y": 148, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 35.aseprite": { + "frame": { "x": 740, "y": 148, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 36.aseprite": { + "frame": { "x": 814, "y": 148, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 37.aseprite": { + "frame": { "x": 888, "y": 148, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 38.aseprite": { + "frame": { "x": 962, "y": 148, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 39.aseprite": { + "frame": { "x": 1036, "y": 148, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 40.aseprite": { + "frame": { "x": 1110, "y": 148, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 41.aseprite": { + "frame": { "x": 1184, "y": 148, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 42.aseprite": { + "frame": { "x": 1258, "y": 148, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 43.aseprite": { + "frame": { "x": 1332, "y": 148, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 44.aseprite": { + "frame": { "x": 1406, "y": 148, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 45.aseprite": { + "frame": { "x": 1480, "y": 148, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 46.aseprite": { + "frame": { "x": 1554, "y": 148, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 47.aseprite": { + "frame": { "x": 1628, "y": 148, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 48.aseprite": { + "frame": { "x": 1702, "y": 148, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 49.aseprite": { + "frame": { "x": 1776, "y": 148, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 50.aseprite": { + "frame": { "x": 0, "y": 296, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 51.aseprite": { + "frame": { "x": 74, "y": 296, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 52.aseprite": { + "frame": { "x": 148, "y": 296, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 53.aseprite": { + "frame": { "x": 222, "y": 296, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 54.aseprite": { + "frame": { "x": 296, "y": 296, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 55.aseprite": { + "frame": { "x": 370, "y": 296, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 56.aseprite": { + "frame": { "x": 444, "y": 296, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 57.aseprite": { + "frame": { "x": 518, "y": 296, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 58.aseprite": { + "frame": { "x": 592, "y": 296, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 59.aseprite": { + "frame": { "x": 666, "y": 296, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 60.aseprite": { + "frame": { "x": 740, "y": 296, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 400 + }, + "外出医生动画 61.aseprite": { + "frame": { "x": 814, "y": 296, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 400 + }, + "外出医生动画 62.aseprite": { + "frame": { "x": 888, "y": 296, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 400 + }, + "外出医生动画 63.aseprite": { + "frame": { "x": 962, "y": 296, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 64.aseprite": { + "frame": { "x": 1036, "y": 296, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 400 + }, + "外出医生动画 65.aseprite": { + "frame": { "x": 1110, "y": 296, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 66.aseprite": { + "frame": { "x": 1184, "y": 296, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 67.aseprite": { + "frame": { "x": 1258, "y": 296, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 68.aseprite": { + "frame": { "x": 1332, "y": 296, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 69.aseprite": { + "frame": { "x": 1406, "y": 296, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 70.aseprite": { + "frame": { "x": 1480, "y": 296, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 71.aseprite": { + "frame": { "x": 1554, "y": 296, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 72.aseprite": { + "frame": { "x": 1628, "y": 296, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 73.aseprite": { + "frame": { "x": 1702, "y": 296, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 74.aseprite": { + "frame": { "x": 1776, "y": 296, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 75.aseprite": { + "frame": { "x": 0, "y": 444, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 76.aseprite": { + "frame": { "x": 74, "y": 444, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 77.aseprite": { + "frame": { "x": 148, "y": 444, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 78.aseprite": { + "frame": { "x": 222, "y": 444, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 79.aseprite": { + "frame": { "x": 296, "y": 444, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 80.aseprite": { + "frame": { "x": 370, "y": 444, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 81.aseprite": { + "frame": { "x": 444, "y": 444, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 82.aseprite": { + "frame": { "x": 518, "y": 444, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 83.aseprite": { + "frame": { "x": 592, "y": 444, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 84.aseprite": { + "frame": { "x": 666, "y": 444, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 85.aseprite": { + "frame": { "x": 740, "y": 444, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 86.aseprite": { + "frame": { "x": 814, "y": 444, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 87.aseprite": { + "frame": { "x": 888, "y": 444, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 88.aseprite": { + "frame": { "x": 962, "y": 444, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 89.aseprite": { + "frame": { "x": 1036, "y": 444, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 90.aseprite": { + "frame": { "x": 1110, "y": 444, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 91.aseprite": { + "frame": { "x": 1184, "y": 444, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 92.aseprite": { + "frame": { "x": 1258, "y": 444, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 93.aseprite": { + "frame": { "x": 1332, "y": 444, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 94.aseprite": { + "frame": { "x": 1406, "y": 444, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 95.aseprite": { + "frame": { "x": 1480, "y": 444, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 400 + }, + "外出医生动画 96.aseprite": { + "frame": { "x": 1554, "y": 444, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 400 + }, + "外出医生动画 97.aseprite": { + "frame": { "x": 1628, "y": 444, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 400 + }, + "外出医生动画 98.aseprite": { + "frame": { "x": 1702, "y": 444, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 400 + }, + "外出医生动画 99.aseprite": { + "frame": { "x": 1776, "y": 444, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 400 + }, + "外出医生动画 100.aseprite": { + "frame": { "x": 0, "y": 592, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 400 + }, + "外出医生动画 101.aseprite": { + "frame": { "x": 74, "y": 592, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 400 + }, + "外出医生动画 102.aseprite": { + "frame": { "x": 148, "y": 592, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 400 + }, + "外出医生动画 103.aseprite": { + "frame": { "x": 222, "y": 592, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 400 + }, + "外出医生动画 104.aseprite": { + "frame": { "x": 296, "y": 592, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 400 + }, + "外出医生动画 105.aseprite": { + "frame": { "x": 370, "y": 592, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 400 + }, + "外出医生动画 106.aseprite": { + "frame": { "x": 444, "y": 592, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 400 + }, + "外出医生动画 107.aseprite": { + "frame": { "x": 518, "y": 592, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 200 + }, + "外出医生动画 108.aseprite": { + "frame": { "x": 592, "y": 592, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 200 + }, + "外出医生动画 109.aseprite": { + "frame": { "x": 666, "y": 592, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 200 + }, + "外出医生动画 110.aseprite": { + "frame": { "x": 740, "y": 592, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 200 + }, + "外出医生动画 111.aseprite": { + "frame": { "x": 814, "y": 592, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 200 + }, + "外出医生动画 112.aseprite": { + "frame": { "x": 888, "y": 592, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 200 + }, + "外出医生动画 113.aseprite": { + "frame": { "x": 962, "y": 592, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 200 + }, + "外出医生动画 114.aseprite": { + "frame": { "x": 1036, "y": 592, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 200 + }, + "外出医生动画 115.aseprite": { + "frame": { "x": 1110, "y": 592, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 200 + }, + "外出医生动画 116.aseprite": { + "frame": { "x": 1184, "y": 592, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 200 + }, + "外出医生动画 117.aseprite": { + "frame": { "x": 1258, "y": 592, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 200 + }, + "外出医生动画 118.aseprite": { + "frame": { "x": 1332, "y": 592, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 200 + }, + "外出医生动画 119.aseprite": { + "frame": { "x": 1406, "y": 592, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 200 + }, + "外出医生动画 120.aseprite": { + "frame": { "x": 1480, "y": 592, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 200 + }, + "外出医生动画 121.aseprite": { + "frame": { "x": 1554, "y": 592, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 200 + }, + "外出医生动画 122.aseprite": { + "frame": { "x": 1628, "y": 592, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 200 + }, + "外出医生动画 123.aseprite": { + "frame": { "x": 1702, "y": 592, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 200 + }, + "外出医生动画 124.aseprite": { + "frame": { "x": 1776, "y": 592, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 200 + }, + "外出医生动画 125.aseprite": { + "frame": { "x": 0, "y": 740, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 126.aseprite": { + "frame": { "x": 74, "y": 740, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 200 + }, + "外出医生动画 127.aseprite": { + "frame": { "x": 148, "y": 740, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 128.aseprite": { + "frame": { "x": 222, "y": 740, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 129.aseprite": { + "frame": { "x": 296, "y": 740, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 400 + }, + "外出医生动画 130.aseprite": { + "frame": { "x": 370, "y": 740, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 500 + }, + "外出医生动画 131.aseprite": { + "frame": { "x": 444, "y": 740, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 132.aseprite": { + "frame": { "x": 518, "y": 740, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 400 + }, + "外出医生动画 133.aseprite": { + "frame": { "x": 592, "y": 740, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 500 + }, + "外出医生动画 134.aseprite": { + "frame": { "x": 666, "y": 740, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 135.aseprite": { + "frame": { "x": 740, "y": 740, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 200 + }, + "外出医生动画 136.aseprite": { + "frame": { "x": 814, "y": 740, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 200 + }, + "外出医生动画 137.aseprite": { + "frame": { "x": 888, "y": 740, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 138.aseprite": { + "frame": { "x": 962, "y": 740, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 139.aseprite": { + "frame": { "x": 1036, "y": 740, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 140.aseprite": { + "frame": { "x": 1110, "y": 740, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 200 + }, + "外出医生动画 141.aseprite": { + "frame": { "x": 1184, "y": 740, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 500 + }, + "外出医生动画 142.aseprite": { + "frame": { "x": 1258, "y": 740, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 143.aseprite": { + "frame": { "x": 1332, "y": 740, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 144.aseprite": { + "frame": { "x": 1406, "y": 740, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 145.aseprite": { + "frame": { "x": 1480, "y": 740, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 146.aseprite": { + "frame": { "x": 1554, "y": 740, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 147.aseprite": { + "frame": { "x": 1628, "y": 740, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 148.aseprite": { + "frame": { "x": 1702, "y": 740, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 149.aseprite": { + "frame": { "x": 1776, "y": 740, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 150.aseprite": { + "frame": { "x": 0, "y": 888, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 151.aseprite": { + "frame": { "x": 74, "y": 888, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 152.aseprite": { + "frame": { "x": 148, "y": 888, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 200 + }, + "外出医生动画 153.aseprite": { + "frame": { "x": 222, "y": 888, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 200 + }, + "外出医生动画 154.aseprite": { + "frame": { "x": 296, "y": 888, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 200 + }, + "外出医生动画 155.aseprite": { + "frame": { "x": 370, "y": 888, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 500 + }, + "外出医生动画 156.aseprite": { + "frame": { "x": 444, "y": 888, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 500 + }, + "外出医生动画 157.aseprite": { + "frame": { "x": 518, "y": 888, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 500 + }, + "外出医生动画 158.aseprite": { + "frame": { "x": 592, "y": 888, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 159.aseprite": { + "frame": { "x": 666, "y": 888, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 200 + }, + "外出医生动画 160.aseprite": { + "frame": { "x": 740, "y": 888, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 200 + }, + "外出医生动画 161.aseprite": { + "frame": { "x": 814, "y": 888, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 400 + }, + "外出医生动画 162.aseprite": { + "frame": { "x": 888, "y": 888, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 400 + }, + "外出医生动画 163.aseprite": { + "frame": { "x": 962, "y": 888, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 400 + }, + "外出医生动画 164.aseprite": { + "frame": { "x": 1036, "y": 888, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 400 + }, + "外出医生动画 165.aseprite": { + "frame": { "x": 1110, "y": 888, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 400 + }, + "外出医生动画 166.aseprite": { + "frame": { "x": 1184, "y": 888, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 400 + }, + "外出医生动画 167.aseprite": { + "frame": { "x": 1258, "y": 888, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 400 + }, + "外出医生动画 168.aseprite": { + "frame": { "x": 1332, "y": 888, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 400 + }, + "外出医生动画 169.aseprite": { + "frame": { "x": 1406, "y": 888, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 400 + }, + "外出医生动画 170.aseprite": { + "frame": { "x": 1480, "y": 888, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 400 + }, + "外出医生动画 171.aseprite": { + "frame": { "x": 1554, "y": 888, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 400 + }, + "外出医生动画 172.aseprite": { + "frame": { "x": 1628, "y": 888, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 400 + }, + "外出医生动画 173.aseprite": { + "frame": { "x": 1702, "y": 888, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 400 + }, + "外出医生动画 174.aseprite": { + "frame": { "x": 1776, "y": 888, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 175.aseprite": { + "frame": { "x": 0, "y": 1036, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 176.aseprite": { + "frame": { "x": 74, "y": 1036, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 177.aseprite": { + "frame": { "x": 148, "y": 1036, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 178.aseprite": { + "frame": { "x": 222, "y": 1036, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 179.aseprite": { + "frame": { "x": 296, "y": 1036, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 180.aseprite": { + "frame": { "x": 370, "y": 1036, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 181.aseprite": { + "frame": { "x": 444, "y": 1036, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 182.aseprite": { + "frame": { "x": 518, "y": 1036, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 183.aseprite": { + "frame": { "x": 592, "y": 1036, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 184.aseprite": { + "frame": { "x": 666, "y": 1036, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 185.aseprite": { + "frame": { "x": 740, "y": 1036, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 186.aseprite": { + "frame": { "x": 814, "y": 1036, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 187.aseprite": { + "frame": { "x": 888, "y": 1036, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 188.aseprite": { + "frame": { "x": 962, "y": 1036, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 189.aseprite": { + "frame": { "x": 1036, "y": 1036, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 190.aseprite": { + "frame": { "x": 1110, "y": 1036, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 191.aseprite": { + "frame": { "x": 1184, "y": 1036, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 192.aseprite": { + "frame": { "x": 1258, "y": 1036, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 193.aseprite": { + "frame": { "x": 1332, "y": 1036, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 194.aseprite": { + "frame": { "x": 1406, "y": 1036, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 195.aseprite": { + "frame": { "x": 1480, "y": 1036, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 196.aseprite": { + "frame": { "x": 1554, "y": 1036, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 197.aseprite": { + "frame": { "x": 1628, "y": 1036, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 198.aseprite": { + "frame": { "x": 1702, "y": 1036, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 100 + }, + "外出医生动画 199.aseprite": { + "frame": { "x": 1776, "y": 1036, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 500 + }, + "外出医生动画 200.aseprite": { + "frame": { "x": 0, "y": 1184, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 80 + }, + "外出医生动画 201.aseprite": { + "frame": { "x": 74, "y": 1184, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 80 + }, + "外出医生动画 202.aseprite": { + "frame": { "x": 148, "y": 1184, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 80 + }, + "外出医生动画 203.aseprite": { + "frame": { "x": 222, "y": 1184, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 80 + }, + "外出医生动画 204.aseprite": { + "frame": { "x": 296, "y": 1184, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 205.aseprite": { + "frame": { "x": 370, "y": 1184, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 206.aseprite": { + "frame": { "x": 444, "y": 1184, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 200 + }, + "外出医生动画 207.aseprite": { + "frame": { "x": 518, "y": 1184, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 208.aseprite": { + "frame": { "x": 592, "y": 1184, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 209.aseprite": { + "frame": { "x": 666, "y": 1184, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 210.aseprite": { + "frame": { "x": 740, "y": 1184, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 211.aseprite": { + "frame": { "x": 814, "y": 1184, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 212.aseprite": { + "frame": { "x": 888, "y": 1184, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 213.aseprite": { + "frame": { "x": 962, "y": 1184, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 214.aseprite": { + "frame": { "x": 1036, "y": 1184, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 215.aseprite": { + "frame": { "x": 1110, "y": 1184, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 216.aseprite": { + "frame": { "x": 1184, "y": 1184, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 217.aseprite": { + "frame": { "x": 1258, "y": 1184, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 218.aseprite": { + "frame": { "x": 1332, "y": 1184, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 219.aseprite": { + "frame": { "x": 1406, "y": 1184, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 220.aseprite": { + "frame": { "x": 1480, "y": 1184, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 221.aseprite": { + "frame": { "x": 1554, "y": 1184, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 222.aseprite": { + "frame": { "x": 1628, "y": 1184, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 223.aseprite": { + "frame": { "x": 1702, "y": 1184, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 224.aseprite": { + "frame": { "x": 1776, "y": 1184, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 225.aseprite": { + "frame": { "x": 0, "y": 1332, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 226.aseprite": { + "frame": { "x": 74, "y": 1332, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 227.aseprite": { + "frame": { "x": 148, "y": 1332, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 228.aseprite": { + "frame": { "x": 222, "y": 1332, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 229.aseprite": { + "frame": { "x": 296, "y": 1332, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 230.aseprite": { + "frame": { "x": 370, "y": 1332, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 231.aseprite": { + "frame": { "x": 444, "y": 1332, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 232.aseprite": { + "frame": { "x": 518, "y": 1332, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 233.aseprite": { + "frame": { "x": 592, "y": 1332, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 234.aseprite": { + "frame": { "x": 666, "y": 1332, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 235.aseprite": { + "frame": { "x": 740, "y": 1332, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 236.aseprite": { + "frame": { "x": 814, "y": 1332, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 237.aseprite": { + "frame": { "x": 888, "y": 1332, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 238.aseprite": { + "frame": { "x": 962, "y": 1332, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 239.aseprite": { + "frame": { "x": 1036, "y": 1332, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 240.aseprite": { + "frame": { "x": 1110, "y": 1332, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + }, + "外出医生动画 241.aseprite": { + "frame": { "x": 1184, "y": 1332, "w": 74, "h": 148 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 74, "h": 148 }, + "sourceSize": { "w": 74, "h": 148 }, + "duration": 300 + } + }, + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.17-x64", + "image": "外出医生动画.png", + "format": "RGBA8888", + "size": { "w": 1850, "h": 1480 }, + "scale": "1", + "frameTags": [ + { "name": "默认Loop", "from": 0, "to": 29, "direction": "forward", "color": "#000000ff" }, + { "name": "灭烟动作", "from": 30, "to": 64, "direction": "forward", "color": "#000000ff" }, + { "name": "叼烟iLoop", "from": 65, "to": 94, "direction": "forward", "color": "#000000ff" }, + { "name": "点烟动作", "from": 95, "to": 102, "direction": "forward", "color": "#000000ff" }, + { "name": "背身Loop", "from": 103, "to": 106, "direction": "forward", "color": "#000000ff" }, + { "name": "叼烟看BB机Loop", "from": 107, "to": 115, "direction": "forward", "color": "#000000ff" }, + { "name": "看BB机Loop", "from": 116, "to": 124, "direction": "forward", "color": "#000000ff" }, + { "name": "拿着烟叹气和收回动作", "from": 125, "to": 137, "direction": "forward", "color": "#ff0000ff" }, + { "name": "拿着烟Loop", "from": 138, "to": 157, "direction": "forward", "color": "#fe5b59ff" }, + { "name": "从正面转到背面动作", "from": 158, "to": 160, "direction": "forward", "color": "#000000ff" }, + { "name": "背面头疼抚头动作", "from": 161, "to": 168, "direction": "forward", "color": "#000000ff" }, + { "name": "背面头疼循环", "from": 169, "to": 172, "direction": "forward", "color": "#000000ff" }, + { "name": "正面抬头动作", "from": 173, "to": 199, "direction": "forward", "color": "#000000ff" }, + { "name": "正面抬头循环", "from": 177, "to": 199, "direction": "forward", "color": "#000000ff" }, + { "name": "正面抬头到低头动作", "from": 200, "to": 203, "direction": "forward", "color": "#000000ff" }, + { "name": "正面头疼动作", "from": 204, "to": 224, "direction": "forward", "color": "#000000ff" }, + { "name": "正面头疼循环", "from": 225, "to": 241, "direction": "forward", "color": "#000000ff" } + ], + "layers": [ + { "name": "医生抽烟动画", "opacity": 255, "blendMode": "normal" }, + { "name": "BB", "opacity": 255, "blendMode": "normal" }, + { "name": "医生矗立动画", "opacity": 255, "blendMode": "normal" }, + { "name": "眨眼", "opacity": 255, "blendMode": "normal" }, + { "name": "医生背影", "opacity": 255, "blendMode": "normal" }, + { "name": "医生头疼", "opacity": 255, "blendMode": "normal" } + ], + "slices": [ + ] + } +} diff --git a/Assets/GameContent/Scene_ClincOut/animationRaw/外出医生动画.json.meta b/Assets/GameContent/Scene_ClincOut/animationRaw/外出医生动画.json.meta new file mode 100644 index 000000000..419c42326 --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animationRaw/外出医生动画.json.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: d333c9f5c9bea4e4ab53cb0a0a673138 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/GameContent/Scene_ClincOut/animationRaw/外出医生动画.png b/Assets/GameContent/Scene_ClincOut/animationRaw/外出医生动画.png new file mode 100644 index 000000000..c1449c851 --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animationRaw/外出医生动画.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:412958171a20681e020fe40f3a7b5372684387264ef25ef099f74d74b84a39ac +size 212903 diff --git a/Assets/GameContent/Scene_ClincOut/animationRaw/外出医生动画.png.meta b/Assets/GameContent/Scene_ClincOut/animationRaw/外出医生动画.png.meta new file mode 100644 index 000000000..f05e6251c --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animationRaw/外出医生动画.png.meta @@ -0,0 +1,5477 @@ +fileFormatVersion: 2 +guid: bb1a14373ef7bfd4c890cddb2ae5c6b5 +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 + 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: 0 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 2 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 43 + 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 + 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: 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: 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: 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 + - serializedVersion: 3 + buildTarget: Server + 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: + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 0.aseprite" + rect: + serializedVersion: 2 + x: 0 + y: 1332 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: a51ec257fc728f641b84046db138c162 + internalID: 2709884621055945082 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 1.aseprite" + rect: + serializedVersion: 2 + x: 74 + y: 1332 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: c237da41f15a98d419b8249c6144014d + internalID: -2027352883311782394 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 2.aseprite" + rect: + serializedVersion: 2 + x: 148 + y: 1332 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 2a17132e9e663dd47a1938602e01dd53 + internalID: 4655437236245642645 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 3.aseprite" + rect: + serializedVersion: 2 + x: 222 + y: 1332 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: f7c144e9089b9274aa9b001a42a8d88f + internalID: 1005746085387123948 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 4.aseprite" + rect: + serializedVersion: 2 + x: 296 + y: 1332 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 7c506fd78e98d4244a8cd801e82b797c + internalID: 8896770116687889327 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 5.aseprite" + rect: + serializedVersion: 2 + x: 370 + y: 1332 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: bf699d550a59d8b4ab916350d364088f + internalID: -2506513024204571301 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 6.aseprite" + rect: + serializedVersion: 2 + x: 444 + y: 1332 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: e8f429a9ee52e5a41a1b066762846d2b + internalID: -8191266089898909941 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 7.aseprite" + rect: + serializedVersion: 2 + x: 518 + y: 1332 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: cb0e22c088518a94caed4260aa4e42c7 + internalID: 1679230196459358618 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 8.aseprite" + rect: + serializedVersion: 2 + x: 592 + y: 1332 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 79140cad4c25d93418ed23844ee3b99c + internalID: 8278937820558290754 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 9.aseprite" + rect: + serializedVersion: 2 + x: 666 + y: 1332 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 17064ac31a16e504981bfce8f4382fb1 + internalID: -5336429606707727867 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 10.aseprite" + rect: + serializedVersion: 2 + x: 740 + y: 1332 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: b62dfdbfe5305fc4782b56d17d796b44 + internalID: 6493517639122440458 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 11.aseprite" + rect: + serializedVersion: 2 + x: 814 + y: 1332 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 3e09ecc0e5bd46442b3325688b113662 + internalID: 8726649486369195333 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 12.aseprite" + rect: + serializedVersion: 2 + x: 888 + y: 1332 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: ce6b7018922746a4da0b8a0b48b48098 + internalID: -8848339175801020942 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 13.aseprite" + rect: + serializedVersion: 2 + x: 962 + y: 1332 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 30e28dddd5318fc4897ddfdaab1d643a + internalID: 5174148016025367592 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 14.aseprite" + rect: + serializedVersion: 2 + x: 1036 + y: 1332 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 2a62bae904fdcc54dad6042cf1fa9ddb + internalID: -4233262912558933882 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 15.aseprite" + rect: + serializedVersion: 2 + x: 1110 + y: 1332 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 932319c5b38fa5e4bad6a6288a685be5 + internalID: 4057126323899421671 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 16.aseprite" + rect: + serializedVersion: 2 + x: 1184 + y: 1332 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 90829bd5aac0a6a4cb7793124b209f5a + internalID: 811938987223033406 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 17.aseprite" + rect: + serializedVersion: 2 + x: 1258 + y: 1332 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 9f68e492c40884041a569c9b308b33c1 + internalID: -4255148761443488548 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 18.aseprite" + rect: + serializedVersion: 2 + x: 1332 + y: 1332 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: b8f8f1a3e9fc18a42b6bfc4a82baf1a5 + internalID: 2556049749829051851 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 19.aseprite" + rect: + serializedVersion: 2 + x: 1406 + y: 1332 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: a6b1357f009870b43a98d1f5c339dfb8 + internalID: -193489156079907993 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 20.aseprite" + rect: + serializedVersion: 2 + x: 1480 + y: 1332 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 24e5ff33b8423234aa658fe671e08551 + internalID: 514937929945846668 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 21.aseprite" + rect: + serializedVersion: 2 + x: 1554 + y: 1332 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 881d2cf99523581488bfec7f4e5205e7 + internalID: -6286136760532389072 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 22.aseprite" + rect: + serializedVersion: 2 + x: 1628 + y: 1332 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: b644f215e3acaac449112f940a71f98a + internalID: 6983774654901408190 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 23.aseprite" + rect: + serializedVersion: 2 + x: 1702 + y: 1332 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 36aa91a4d9fd44a47b524369129137de + internalID: -6703297363462932052 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 24.aseprite" + rect: + serializedVersion: 2 + x: 1776 + y: 1332 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 78829eb6f25622949b379846a43da4fc + internalID: 3285634568871799270 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 25.aseprite" + rect: + serializedVersion: 2 + x: 0 + y: 1184 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 3da66dc677a6aeb42ad2441faa85a80b + internalID: 6262510362551206071 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 26.aseprite" + rect: + serializedVersion: 2 + x: 74 + y: 1184 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: b82da79ac6ec48a4b81fc56db3277d90 + internalID: -1868284113667987667 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 27.aseprite" + rect: + serializedVersion: 2 + x: 148 + y: 1184 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 09bcdc699293ce143ae6266313b6ac7b + internalID: 3605056984172451827 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 28.aseprite" + rect: + serializedVersion: 2 + x: 222 + y: 1184 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 7598586f6ca159943bf36a099a83af07 + internalID: 3223070101126785982 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 29.aseprite" + rect: + serializedVersion: 2 + x: 296 + y: 1184 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: f8456734af767b4428df1bd6884dc079 + internalID: 4969505053476570525 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 30.aseprite" + rect: + serializedVersion: 2 + x: 370 + y: 1184 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 39623c67618e87945add0194003eb1c3 + internalID: 2747765021957025455 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 31.aseprite" + rect: + serializedVersion: 2 + x: 444 + y: 1184 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 760c23184c243b14f84354ab71e59212 + internalID: -524468664557701664 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 32.aseprite" + rect: + serializedVersion: 2 + x: 518 + y: 1184 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 4b26aa7139b979b4abe6a4491ec40b56 + internalID: -4607916021013789204 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 33.aseprite" + rect: + serializedVersion: 2 + x: 592 + y: 1184 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: e9f06df7f204dbd48b7f7c42c2af7b39 + internalID: -6915706728537293385 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 34.aseprite" + rect: + serializedVersion: 2 + x: 666 + y: 1184 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 5c8e2bddadb4926428699c919a4f0cdf + internalID: 6832978834180424121 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 35.aseprite" + rect: + serializedVersion: 2 + x: 740 + y: 1184 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 136325244d26a7a438e58d7f59aa3f1a + internalID: 7595015434258411776 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 36.aseprite" + rect: + serializedVersion: 2 + x: 814 + y: 1184 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: b726d057fb8dcd34fb84aeaa85eb829b + internalID: -2535095574291929653 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 37.aseprite" + rect: + serializedVersion: 2 + x: 888 + y: 1184 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: e91bea028d0db234591567d943dda430 + internalID: 8133484294154476277 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 38.aseprite" + rect: + serializedVersion: 2 + x: 962 + y: 1184 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 5d28e1aa130e56640b221e140961383e + internalID: 8796654854225127187 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 39.aseprite" + rect: + serializedVersion: 2 + x: 1036 + y: 1184 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 1da096e6da9cd924da7aa9866e119191 + internalID: -2385641913924126264 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 40.aseprite" + rect: + serializedVersion: 2 + x: 1110 + y: 1184 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 7b9fb239b754e9f4b8b70d689d17f539 + internalID: -1165521635958938874 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 41.aseprite" + rect: + serializedVersion: 2 + x: 1184 + y: 1184 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 3669f255d1e427f439e6a48661001dd7 + internalID: -1114267504253566781 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 42.aseprite" + rect: + serializedVersion: 2 + x: 1258 + y: 1184 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 7403c6cef8e4f804d9bb61c5cead062f + internalID: 5417144756719552136 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 43.aseprite" + rect: + serializedVersion: 2 + x: 1332 + y: 1184 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 985a28f01cb367440ba94dce48ccb540 + internalID: -6998280140707927404 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 44.aseprite" + rect: + serializedVersion: 2 + x: 1406 + y: 1184 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 4f5ead2e676091f4280f523cb6723f22 + internalID: -6950426006616855001 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 45.aseprite" + rect: + serializedVersion: 2 + x: 1480 + y: 1184 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 7c2d54c43173f4640adf5d6c5793154e + internalID: -2876108711384423230 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 46.aseprite" + rect: + serializedVersion: 2 + x: 1554 + y: 1184 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 0cae21c5e057a5f4a92d1d8c17a8eef5 + internalID: 5594209937795824583 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 47.aseprite" + rect: + serializedVersion: 2 + x: 1628 + y: 1184 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: ab4464b65df1def478593bdfb87b75a4 + internalID: -5903486284842715648 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 48.aseprite" + rect: + serializedVersion: 2 + x: 1702 + y: 1184 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 08e2c786146ea984fa94e9e9c976aa60 + internalID: 8628343592227554963 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 49.aseprite" + rect: + serializedVersion: 2 + x: 1776 + y: 1184 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 861b13e7a6cf8ab4ab6eca44aaed1570 + internalID: 3893472794796320244 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 50.aseprite" + rect: + serializedVersion: 2 + x: 0 + y: 1036 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 8f5182f7c76434d43905597db69e1f5c + internalID: 5906693918058748884 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 51.aseprite" + rect: + serializedVersion: 2 + x: 74 + y: 1036 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 5882d84faa04dfc41ae3ddd0febe1784 + internalID: -2232984128441530670 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 52.aseprite" + rect: + serializedVersion: 2 + x: 148 + y: 1036 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 1adc2347fc5d00248b6efa71b2db2658 + internalID: -6580131179054940499 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 53.aseprite" + rect: + serializedVersion: 2 + x: 222 + y: 1036 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 20093577a75a6e64aa9a57041e20a131 + internalID: 229761285900223578 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 54.aseprite" + rect: + serializedVersion: 2 + x: 296 + y: 1036 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 7fdcf980b43a57441a57cb556eed809d + internalID: 4255105980761242145 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 55.aseprite" + rect: + serializedVersion: 2 + x: 370 + y: 1036 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 602d008cc6955a7458e2836a510a32ee + internalID: -497944281392899431 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 56.aseprite" + rect: + serializedVersion: 2 + x: 444 + y: 1036 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 2d920b91adf646d4181d8ffb7a7753f5 + internalID: -7138146508549429900 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 57.aseprite" + rect: + serializedVersion: 2 + x: 518 + y: 1036 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 6bee3e82524337041a2a33750079889b + internalID: -7746180366317534611 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 58.aseprite" + rect: + serializedVersion: 2 + x: 592 + y: 1036 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 634cad1f64b28bb4b9b1d673c0523f5d + internalID: -6140648752046861086 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 59.aseprite" + rect: + serializedVersion: 2 + x: 666 + y: 1036 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: e78a7752a6ef0e94d805670cd80fb35e + internalID: 8075149319663787941 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 60.aseprite" + rect: + serializedVersion: 2 + x: 740 + y: 1036 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 57b56004b12e9af49bda137c4eba0ed2 + internalID: -2054616088746222473 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 61.aseprite" + rect: + serializedVersion: 2 + x: 814 + y: 1036 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 9a1870ff71e4e3a4cbffabd90d2626eb + internalID: 6801135403235289858 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 62.aseprite" + rect: + serializedVersion: 2 + x: 888 + y: 1036 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 62e92d315cd103444b678dbc14365103 + internalID: -4472809537496624953 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 63.aseprite" + rect: + serializedVersion: 2 + x: 962 + y: 1036 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: e0bf1a34bb414c847978fcafa91510c8 + internalID: -4729973738640670560 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 64.aseprite" + rect: + serializedVersion: 2 + x: 1036 + y: 1036 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 9b9382a44a16e7f418474fd48836925d + internalID: -2262423380750654512 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 65.aseprite" + rect: + serializedVersion: 2 + x: 1110 + y: 1036 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 77468e3613a33074f9eb3db1c1ba2247 + internalID: 3940349904398839384 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 66.aseprite" + rect: + serializedVersion: 2 + x: 1184 + y: 1036 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: d7d1f7890e75ecb4c85e6a92dbb4efb0 + internalID: 8073539506809579527 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 67.aseprite" + rect: + serializedVersion: 2 + x: 1258 + y: 1036 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 9db349e1895af654b969610f7d39bfa9 + internalID: 8804275990466848075 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 68.aseprite" + rect: + serializedVersion: 2 + x: 1332 + y: 1036 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 69a23272134122e47a1e66abbb7e51c2 + internalID: -11928899371605552 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 69.aseprite" + rect: + serializedVersion: 2 + x: 1406 + y: 1036 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 433ad5c9c863bfe43ab8007705b74c17 + internalID: -4277057715372468773 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 70.aseprite" + rect: + serializedVersion: 2 + x: 1480 + y: 1036 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: face25a73b49c9d46988f1fd8b436cc7 + internalID: -5776760338794760082 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 71.aseprite" + rect: + serializedVersion: 2 + x: 1554 + y: 1036 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: c7448ec9c08e69749b178e473f747ef9 + internalID: 8741049841324980368 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 72.aseprite" + rect: + serializedVersion: 2 + x: 1628 + y: 1036 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: b3c33c48a6b08094c96adac2c170c9e4 + internalID: 440158880650312731 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 73.aseprite" + rect: + serializedVersion: 2 + x: 1702 + y: 1036 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 8f02af95df7cc5e4d8def6a9d6fa4312 + internalID: -632400047903077069 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 74.aseprite" + rect: + serializedVersion: 2 + x: 1776 + y: 1036 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 037d2a0da954fbf41b7b634de770161f + internalID: -4439149323178729628 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 75.aseprite" + rect: + serializedVersion: 2 + x: 0 + y: 888 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 9214896e0b9c70049aefe65c0cfe0a4f + internalID: 5939288665280993406 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 76.aseprite" + rect: + serializedVersion: 2 + x: 74 + y: 888 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: c8372b1cc7e44c348bbd7eb5225e8db9 + internalID: 4805260508722347214 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 77.aseprite" + rect: + serializedVersion: 2 + x: 148 + y: 888 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: a50dc7f595898e74391c225b5e1db077 + internalID: -9181314215126903885 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 78.aseprite" + rect: + serializedVersion: 2 + x: 222 + y: 888 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 2cf07393fc2c30e41b91eea6262facd3 + internalID: 2216715777157071659 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 79.aseprite" + rect: + serializedVersion: 2 + x: 296 + y: 888 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 4cb9c2a60a2d81b4bab082c6d6226f12 + internalID: -3472216424467225088 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 80.aseprite" + rect: + serializedVersion: 2 + x: 370 + y: 888 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 003942169d810984eac381dd584c4fc1 + internalID: 4966568929624154974 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 81.aseprite" + rect: + serializedVersion: 2 + x: 444 + y: 888 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: f0336568a1071d94b93782364dbf297f + internalID: -7062802044227756851 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 82.aseprite" + rect: + serializedVersion: 2 + x: 518 + y: 888 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 9b02a4749b894bd4dbeaaddb254ecdc1 + internalID: -9084121619796156786 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 83.aseprite" + rect: + serializedVersion: 2 + x: 592 + y: 888 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 9e63d537519896b47943b3bdd43ad4e0 + internalID: -354971231471448298 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 84.aseprite" + rect: + serializedVersion: 2 + x: 666 + y: 888 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 6862a6009c4999746aedd64926c07217 + internalID: -2988023528272376693 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 85.aseprite" + rect: + serializedVersion: 2 + x: 740 + y: 888 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: a375eb198ba9643409b6a96e505eceba + internalID: -1319955150767854622 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 86.aseprite" + rect: + serializedVersion: 2 + x: 814 + y: 888 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: abff3e3c15f73a940b8f8e9c1b218025 + internalID: -6183154991126517739 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 87.aseprite" + rect: + serializedVersion: 2 + x: 888 + y: 888 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 27d4f2bc0587a3d45a623d8be4b468d2 + internalID: -6389486255158390005 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 88.aseprite" + rect: + serializedVersion: 2 + x: 962 + y: 888 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: c4d0697439e5c7a4f9b5172aa51b21a4 + internalID: -2109963183312303516 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 89.aseprite" + rect: + serializedVersion: 2 + x: 1036 + y: 888 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 0a3bbd4d7008a20448083794d18e1ca5 + internalID: -3056881497500363186 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 90.aseprite" + rect: + serializedVersion: 2 + x: 1110 + y: 888 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 9b0128832712efb48a6c62e01b589f41 + internalID: 2782672772380077287 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 91.aseprite" + rect: + serializedVersion: 2 + x: 1184 + y: 888 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 81bc94f8728946a4e806e8bc6350cc76 + internalID: 4221286237114914697 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 92.aseprite" + rect: + serializedVersion: 2 + x: 1258 + y: 888 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 2842da49d75a4854e8d4a05e5c61f1da + internalID: -4846788614208045089 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 93.aseprite" + rect: + serializedVersion: 2 + x: 1332 + y: 888 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: aee1eb2129dda0b44836a877c9c881fe + internalID: 5401300626563377118 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 94.aseprite" + rect: + serializedVersion: 2 + x: 1406 + y: 888 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 94262002d2c699648877dd9729d22460 + internalID: -7056584458540338611 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 95.aseprite" + rect: + serializedVersion: 2 + x: 1480 + y: 888 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 51695faf4bf54bc4381d4ce3f07f4823 + internalID: 3323084660399485033 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 96.aseprite" + rect: + serializedVersion: 2 + x: 1554 + y: 888 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: d79a2946c68736d4a8b6d114dea2e55e + internalID: 1329196270845107758 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 97.aseprite" + rect: + serializedVersion: 2 + x: 1628 + y: 888 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: fa3f4062a65882645b66fca32d9a8481 + internalID: 6182755626982626888 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 98.aseprite" + rect: + serializedVersion: 2 + x: 1702 + y: 888 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: a20bb3e882c95cb449d23b9a6592ea0d + internalID: -5397836199754187148 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 99.aseprite" + rect: + serializedVersion: 2 + x: 1776 + y: 888 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: fecff38c61c2e9648bc1f0ccbe369c82 + internalID: -2135799263356305629 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 100.aseprite" + rect: + serializedVersion: 2 + x: 0 + y: 740 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 23b3208ea0d1b0845af2ac0b3c27d2d8 + internalID: -2738670188701839020 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 101.aseprite" + rect: + serializedVersion: 2 + x: 74 + y: 740 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 87a8e59ee5498d64aac682d3e9a29b04 + internalID: -8051770995058123627 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 102.aseprite" + rect: + serializedVersion: 2 + x: 148 + y: 740 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: bc654b7744857da43911c02384e7802b + internalID: -8737225190672412786 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 103.aseprite" + rect: + serializedVersion: 2 + x: 222 + y: 740 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 5a859bc0d6f8d9b41adbac94ce66c102 + internalID: -5710800757122289327 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 104.aseprite" + rect: + serializedVersion: 2 + x: 296 + y: 740 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 9677fb5f92fe3564b8b6a3434b659985 + internalID: 3785409509586265355 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 105.aseprite" + rect: + serializedVersion: 2 + x: 370 + y: 740 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 203b9304091af7543a3834b9ea527886 + internalID: 7701818447810377793 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 106.aseprite" + rect: + serializedVersion: 2 + x: 444 + y: 740 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 32deed7e0e16e5546af3727886079f41 + internalID: 5887241987442550354 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 107.aseprite" + rect: + serializedVersion: 2 + x: 518 + y: 740 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 976c3c308ab17e649a549fc9135436a9 + internalID: 9170157997842222983 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 108.aseprite" + rect: + serializedVersion: 2 + x: 592 + y: 740 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 37e256331a09050449146f2a5935fcf3 + internalID: 4187469920122101195 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 109.aseprite" + rect: + serializedVersion: 2 + x: 666 + y: 740 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: c52eee3fb6941d74abc452ecc0450fc4 + internalID: -1212981054725609705 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 110.aseprite" + rect: + serializedVersion: 2 + x: 740 + y: 740 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 6fcca6575d94b4642aa1d2351de42a20 + internalID: 646382472848580217 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 111.aseprite" + rect: + serializedVersion: 2 + x: 814 + y: 740 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 23516179d7737ce43a2410036e6efc15 + internalID: -6954146318798698922 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 112.aseprite" + rect: + serializedVersion: 2 + x: 888 + y: 740 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 36ccf4da5bcf9e642bc9e20962191800 + internalID: -7127613059823572025 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 113.aseprite" + rect: + serializedVersion: 2 + x: 962 + y: 740 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 4d6f791b1111cc34c92547c976f81ee1 + internalID: 735726788790877850 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 114.aseprite" + rect: + serializedVersion: 2 + x: 1036 + y: 740 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: b053567828aa42d4499da0d76a434383 + internalID: 652806026365724974 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 115.aseprite" + rect: + serializedVersion: 2 + x: 1110 + y: 740 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: defbb6f93db7be84590726ca865803ac + internalID: -2855817396829321889 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 116.aseprite" + rect: + serializedVersion: 2 + x: 1184 + y: 740 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 31dca1766be339b4886d45e181a6112f + internalID: 5519750217612231223 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 117.aseprite" + rect: + serializedVersion: 2 + x: 1258 + y: 740 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 8871cb7aba3b8bf458f881609076bbf9 + internalID: -3926346859239938379 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 118.aseprite" + rect: + serializedVersion: 2 + x: 1332 + y: 740 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 9b9e77f6d7f0ac3438cf5678019a0443 + internalID: 3320177294358244893 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 119.aseprite" + rect: + serializedVersion: 2 + x: 1406 + y: 740 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 4a7743bfbd6d3c94483b406b6102aacb + internalID: 1218245010125333636 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 120.aseprite" + rect: + serializedVersion: 2 + x: 1480 + y: 740 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 3bc55ffc213ce5a4eac3a826f0ecdfb0 + internalID: 7042994750188603553 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 121.aseprite" + rect: + serializedVersion: 2 + x: 1554 + y: 740 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: a7d3f3c0d147ad2469ef161658881d67 + internalID: 5303711866258640870 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 122.aseprite" + rect: + serializedVersion: 2 + x: 1628 + y: 740 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: f3610419a53bc374fb314da98cae4f29 + internalID: -2078042216133464716 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 123.aseprite" + rect: + serializedVersion: 2 + x: 1702 + y: 740 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 58c81224604782a4780874ef4dd39436 + internalID: 7789486501365424593 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 124.aseprite" + rect: + serializedVersion: 2 + x: 1776 + y: 740 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: fda37a42112a54648a52b85419173c02 + internalID: 3877313676171750929 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 125.aseprite" + rect: + serializedVersion: 2 + x: 0 + y: 592 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: a55fc01eedafcab46a232d42415e8092 + internalID: -9218655440247074439 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 126.aseprite" + rect: + serializedVersion: 2 + x: 74 + y: 592 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: ea09daec198174a47babe437e2d4f76c + internalID: -6325390207757315139 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 127.aseprite" + rect: + serializedVersion: 2 + x: 148 + y: 592 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: eb29761c915e7ea4f8031d8af39d6d53 + internalID: 4918382530929100703 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 128.aseprite" + rect: + serializedVersion: 2 + x: 222 + y: 592 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 58006a5cd5f0b084ab74791a64161c35 + internalID: 4973536353357799981 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 129.aseprite" + rect: + serializedVersion: 2 + x: 296 + y: 592 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: f200cd459ef7d334c9b09ebda200947e + internalID: 7587918198206759158 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 130.aseprite" + rect: + serializedVersion: 2 + x: 370 + y: 592 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: e4daaf37e9d212e41a2fa07a65abcecf + internalID: 5644017719497410878 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 131.aseprite" + rect: + serializedVersion: 2 + x: 444 + y: 592 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 72a73fb2b2ed7ff499c821a1a102cad9 + internalID: -381008834827500948 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 132.aseprite" + rect: + serializedVersion: 2 + x: 518 + y: 592 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 4662ccb42fda42b4aa93c282c0637f92 + internalID: -3508416461379600236 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 133.aseprite" + rect: + serializedVersion: 2 + x: 592 + y: 592 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 70b2d21af2cfb7346b1ab62bd8c67276 + internalID: -4826134385450566993 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 134.aseprite" + rect: + serializedVersion: 2 + x: 666 + y: 592 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: d4a5da9afe3d06c45878a8adc01cfb5b + internalID: -5875056088899423003 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 135.aseprite" + rect: + serializedVersion: 2 + x: 740 + y: 592 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 63b61a0b5eaa6524588dd191cf8d9ed3 + internalID: -8465939501209873413 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 136.aseprite" + rect: + serializedVersion: 2 + x: 814 + y: 592 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: ac4b1e0d31889874fa7b024ef11056f6 + internalID: -4477432136056046814 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 137.aseprite" + rect: + serializedVersion: 2 + x: 888 + y: 592 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 88ac7de0ffae95d40b9b8fc098619550 + internalID: 2641757706721079803 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 138.aseprite" + rect: + serializedVersion: 2 + x: 962 + y: 592 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 316debeffe82c694f99deb397272555c + internalID: 9031956873400835209 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 139.aseprite" + rect: + serializedVersion: 2 + x: 1036 + y: 592 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: cb288ed1dfa37464fbb92f0355d7ddcd + internalID: -968956924318778371 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 140.aseprite" + rect: + serializedVersion: 2 + x: 1110 + y: 592 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: ba671c9d4b20c6d4d8c2bfe9658b458d + internalID: -9062367122699324350 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 141.aseprite" + rect: + serializedVersion: 2 + x: 1184 + y: 592 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: e962cb498df60284198b7a8986250be0 + internalID: -8294135444199192579 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 142.aseprite" + rect: + serializedVersion: 2 + x: 1258 + y: 592 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 67ddc3cf5853bc144ad3d2c2536d5353 + internalID: 1769861372881931 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 143.aseprite" + rect: + serializedVersion: 2 + x: 1332 + y: 592 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: e51d16632b653c446b2e1926bcbd3a97 + internalID: 6262075773087217703 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 144.aseprite" + rect: + serializedVersion: 2 + x: 1406 + y: 592 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 8c663dd89b0162643a5651736c91f432 + internalID: 3243124780067226104 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 145.aseprite" + rect: + serializedVersion: 2 + x: 1480 + y: 592 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 863247ac0423ad942b5a3dba4bdcf886 + internalID: -6476961025489116549 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 146.aseprite" + rect: + serializedVersion: 2 + x: 1554 + y: 592 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: b341c865789f1c440aad66888c408159 + internalID: -5443550413301046611 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 147.aseprite" + rect: + serializedVersion: 2 + x: 1628 + y: 592 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: cdda2378329814544a3b9695f570cd4d + internalID: 2480830784337555369 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 148.aseprite" + rect: + serializedVersion: 2 + x: 1702 + y: 592 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 78e96d5ad08a0c34baf785782ef55271 + internalID: -2829579034774760633 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 149.aseprite" + rect: + serializedVersion: 2 + x: 1776 + y: 592 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 5cfeaeeba13553446b161e971353ee46 + internalID: -4243056818281456153 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 150.aseprite" + rect: + serializedVersion: 2 + x: 0 + y: 444 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: d00f0fd62e682f6498792b84dd2b94b2 + internalID: -1811977250473378137 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 151.aseprite" + rect: + serializedVersion: 2 + x: 74 + y: 444 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 3ff2cdc82f82f054a907f30d66ee9356 + internalID: -7865256550242578190 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 152.aseprite" + rect: + serializedVersion: 2 + x: 148 + y: 444 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: cf2da97bd17b10a4a983a1dcef15aeaa + internalID: 3705221433819842194 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 153.aseprite" + rect: + serializedVersion: 2 + x: 222 + y: 444 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: aeb3c605c7262f04197859fc42dbf5be + internalID: -6762929389338351426 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 154.aseprite" + rect: + serializedVersion: 2 + x: 296 + y: 444 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 29921c91bbe0f7647b5204ba45171e45 + internalID: 4689748512563132326 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 155.aseprite" + rect: + serializedVersion: 2 + x: 370 + y: 444 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: f3af2fb579c174e49ac842bd959f46ea + internalID: -64332532238318279 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 156.aseprite" + rect: + serializedVersion: 2 + x: 444 + y: 444 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 5fc141e2afedd794d97aa36f1f324f3f + internalID: -6238902334218950916 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 157.aseprite" + rect: + serializedVersion: 2 + x: 518 + y: 444 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: d44a2d3b0f9b71a44b237b0db820fb91 + internalID: 4475698629860719073 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 158.aseprite" + rect: + serializedVersion: 2 + x: 592 + y: 444 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: a39533fb74ca25c45990f9fab1cc88d3 + internalID: -936851031503928443 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 159.aseprite" + rect: + serializedVersion: 2 + x: 666 + y: 444 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: bcf4d0f48f8bbac4683e6bce455a905f + internalID: 32406269013267870 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 160.aseprite" + rect: + serializedVersion: 2 + x: 740 + y: 444 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 9a672fa5721cdc44c97b2beb9ed146e2 + internalID: -2979577687076764046 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 161.aseprite" + rect: + serializedVersion: 2 + x: 814 + y: 444 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: ed3f50d444aeb4d4eb6349ec4db42a71 + internalID: 3399642604294859791 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 162.aseprite" + rect: + serializedVersion: 2 + x: 888 + y: 444 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 19a5381cb8c89da46856dbac52e3fd65 + internalID: 1268477598895874583 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 163.aseprite" + rect: + serializedVersion: 2 + x: 962 + y: 444 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 3684d63ebb431b9489d163f7238dc249 + internalID: -9168920831997905738 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 164.aseprite" + rect: + serializedVersion: 2 + x: 1036 + y: 444 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: edcfd78db8872c943b8ed24a67145466 + internalID: 21765976652923480 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 165.aseprite" + rect: + serializedVersion: 2 + x: 1110 + y: 444 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 86c50975bab21bc4db7592ea7bf76d44 + internalID: 1678445263219049413 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 166.aseprite" + rect: + serializedVersion: 2 + x: 1184 + y: 444 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 9d92bd8d2e8cdec439b2167b00958826 + internalID: -6621053079634690422 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 167.aseprite" + rect: + serializedVersion: 2 + x: 1258 + y: 444 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 7dc3bc946b3e4404b9655dbc54e8682b + internalID: -3013321787675052382 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 168.aseprite" + rect: + serializedVersion: 2 + x: 1332 + y: 444 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: f962d69545d161c458bd88a6dadce258 + internalID: 7872797838965177024 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 169.aseprite" + rect: + serializedVersion: 2 + x: 1406 + y: 444 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: f589e85916f05324c9e4c15362f46be7 + internalID: 1122801750674270369 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 170.aseprite" + rect: + serializedVersion: 2 + x: 1480 + y: 444 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: b5956f88a75a7034ca6ef89b1a1f115f + internalID: -6809671824836909413 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 171.aseprite" + rect: + serializedVersion: 2 + x: 1554 + y: 444 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 61203a8bfce7c634db135ab441371393 + internalID: -462769753581486051 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 172.aseprite" + rect: + serializedVersion: 2 + x: 1628 + y: 444 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: f2d33500278d6644298e43572660e2ad + internalID: 3926198030712311857 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 173.aseprite" + rect: + serializedVersion: 2 + x: 1702 + y: 444 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 402b7e067b0b2e84393317a213015744 + internalID: 1476436045615451316 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 174.aseprite" + rect: + serializedVersion: 2 + x: 1776 + y: 444 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 8192c1d6950492443827b6fbe2e29086 + internalID: -8042198866417282314 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 175.aseprite" + rect: + serializedVersion: 2 + x: 0 + y: 296 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: c1c5c54072ebe3d42a26f3f731df0354 + internalID: -5690359069281125680 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 176.aseprite" + rect: + serializedVersion: 2 + x: 74 + y: 296 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 98b08151c17c5d84897e18fab268065f + internalID: 1741852399991538145 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 177.aseprite" + rect: + serializedVersion: 2 + x: 148 + y: 296 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 163a884819cdb524d9d0977268b76bbb + internalID: -6783624477474746348 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 178.aseprite" + rect: + serializedVersion: 2 + x: 222 + y: 296 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: fcdc9951c20956d4fbc16953fa14b6b5 + internalID: -7076571167260510496 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 179.aseprite" + rect: + serializedVersion: 2 + x: 296 + y: 296 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: e4cb46df7bb6c9543864fec91e06de53 + internalID: -4552833317419271055 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 180.aseprite" + rect: + serializedVersion: 2 + x: 370 + y: 296 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 0c6e60dd72e279440ac86c02926e45d4 + internalID: 6931602318026100399 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 181.aseprite" + rect: + serializedVersion: 2 + x: 444 + y: 296 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 3f2ba4e8852ade74f82239212a0fc354 + internalID: -6008037105889532229 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 182.aseprite" + rect: + serializedVersion: 2 + x: 518 + y: 296 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 5b6e3907da830ad4ba384eb16710e4e1 + internalID: 9090448507247557291 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 183.aseprite" + rect: + serializedVersion: 2 + x: 592 + y: 296 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 398ade2305bdeec4d8befaa63168cdee + internalID: -5605568610200198185 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 184.aseprite" + rect: + serializedVersion: 2 + x: 666 + y: 296 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: ee42b17d35d3e8642be1e5c40ee77ff6 + internalID: 853586457822609454 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 185.aseprite" + rect: + serializedVersion: 2 + x: 740 + y: 296 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 84bed41031dbcbb49be2466716c8ca61 + internalID: 4507475386721378031 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 186.aseprite" + rect: + serializedVersion: 2 + x: 814 + y: 296 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 7780ef73094462f488d41120c9c933a8 + internalID: 3538108985049559445 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 187.aseprite" + rect: + serializedVersion: 2 + x: 888 + y: 296 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: f29d503032849d64ea11615baf38d9b3 + internalID: -4794644599051638344 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 188.aseprite" + rect: + serializedVersion: 2 + x: 962 + y: 296 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 22aa68d611d49b34e88132e7debec865 + internalID: 377014503770921347 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 189.aseprite" + rect: + serializedVersion: 2 + x: 1036 + y: 296 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 2c24ab1c5a22596439752e4b2a5ca4eb + internalID: 5571477266605042957 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 190.aseprite" + rect: + serializedVersion: 2 + x: 1110 + y: 296 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: a3e6dc679ad57c648a50ece4f9cc6e68 + internalID: 924015432355006991 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 191.aseprite" + rect: + serializedVersion: 2 + x: 1184 + y: 296 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 4d4dacacc7b671649833315c36fcc458 + internalID: 2850401697737497566 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 192.aseprite" + rect: + serializedVersion: 2 + x: 1258 + y: 296 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 65578744a822f8c4999db951e4cbb0a1 + internalID: 2003073210749639383 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 193.aseprite" + rect: + serializedVersion: 2 + x: 1332 + y: 296 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 92c2af2f94e198e40977c0ccdfe0403a + internalID: 5270536835478420133 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 194.aseprite" + rect: + serializedVersion: 2 + x: 1406 + y: 296 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: c3dbce46f44ff7f4685bb3c9c35747f5 + internalID: -1020405324766486853 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 195.aseprite" + rect: + serializedVersion: 2 + x: 1480 + y: 296 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 3963fb03c01b5ad4ea9215773a910bb1 + internalID: -7566714657384008638 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 196.aseprite" + rect: + serializedVersion: 2 + x: 1554 + y: 296 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: be697f721b5902e498ba588ea88946e7 + internalID: 1541733753561604181 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 197.aseprite" + rect: + serializedVersion: 2 + x: 1628 + y: 296 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: ea718708a1e4ed74ab43d306c63937a4 + internalID: -3828824041562689538 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 198.aseprite" + rect: + serializedVersion: 2 + x: 1702 + y: 296 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 36523dc1c9619604aa0dc9487cad4d49 + internalID: -3127384032364019612 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 199.aseprite" + rect: + serializedVersion: 2 + x: 1776 + y: 296 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: c2c8789230a177943b1c7abcfa3d6317 + internalID: 8719707626707904407 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 200.aseprite" + rect: + serializedVersion: 2 + x: 0 + y: 148 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 0323512eb5434e4478f2658fd5c9508f + internalID: 8578129253679725806 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 201.aseprite" + rect: + serializedVersion: 2 + x: 74 + y: 148 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: dee042c7106bfdd4f9ed9d2178155f98 + internalID: 4700760195730852749 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 202.aseprite" + rect: + serializedVersion: 2 + x: 148 + y: 148 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 3d91a6bb65cdfa34ca6f840c56997539 + internalID: -7593570106259958097 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 203.aseprite" + rect: + serializedVersion: 2 + x: 222 + y: 148 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 73745ad3bdace6f42852bc3a5a1dc6b8 + internalID: -748013278258943006 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 204.aseprite" + rect: + serializedVersion: 2 + x: 296 + y: 148 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 638f10d3ddaae0642b86ba6730eaae15 + internalID: -2123790944490986126 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 205.aseprite" + rect: + serializedVersion: 2 + x: 370 + y: 148 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 7dd428bc2fc2a3f4fa8c78c4f8c8cccb + internalID: -6173665777338105901 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 206.aseprite" + rect: + serializedVersion: 2 + x: 444 + y: 148 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 691463df09de2804a95d52f0b4c2b87c + internalID: 3276153818234823823 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 207.aseprite" + rect: + serializedVersion: 2 + x: 518 + y: 148 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 03dfd7f0124dd0b4283b189d2d9df97a + internalID: 1533729677361784729 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 208.aseprite" + rect: + serializedVersion: 2 + x: 592 + y: 148 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: d32844c14b3ea0e4baea7015479a67b1 + internalID: 6371233878708394436 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 209.aseprite" + rect: + serializedVersion: 2 + x: 666 + y: 148 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 541c996e813fb2b48b508839587d0048 + internalID: 7449452240346319598 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 210.aseprite" + rect: + serializedVersion: 2 + x: 740 + y: 148 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: d9d7541917e54584a868e3a601823e29 + internalID: -5758125025127292397 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 211.aseprite" + rect: + serializedVersion: 2 + x: 814 + y: 148 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: ac889ef645fddab42aa1d25d258297d7 + internalID: 7018621061357968546 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 212.aseprite" + rect: + serializedVersion: 2 + x: 888 + y: 148 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: f41bba7608463904784462b2cfc8850c + internalID: -1721732747608741884 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 213.aseprite" + rect: + serializedVersion: 2 + x: 962 + y: 148 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 4f54576b058a0564099edec861078880 + internalID: -7276660218257791672 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 214.aseprite" + rect: + serializedVersion: 2 + x: 1036 + y: 148 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: e2c13a847814e584691ebf0dba0b5cc6 + internalID: 6199102387816266297 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 215.aseprite" + rect: + serializedVersion: 2 + x: 1110 + y: 148 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 04c34f8f03a005d4f90129b554cb93ab + internalID: -9034575911508876988 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 216.aseprite" + rect: + serializedVersion: 2 + x: 1184 + y: 148 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 9219e17a47133184b9f0c23a23009658 + internalID: -8012335762819133109 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 217.aseprite" + rect: + serializedVersion: 2 + x: 1258 + y: 148 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 2560c33cb0409404986e7eec6b8e0000 + internalID: 8054372176708449305 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 218.aseprite" + rect: + serializedVersion: 2 + x: 1332 + y: 148 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: d56c1e4093f1bae4eb8eb267f4b8c9a7 + internalID: 6031931086389021006 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 219.aseprite" + rect: + serializedVersion: 2 + x: 1406 + y: 148 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: ec0e0e13e01690841958e3300ba16852 + internalID: 472703569399147398 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 220.aseprite" + rect: + serializedVersion: 2 + x: 1480 + y: 148 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 739f8a97fba3ea145a588418fe492eda + internalID: -634957391760172992 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 221.aseprite" + rect: + serializedVersion: 2 + x: 1554 + y: 148 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: ebdf411b2d31fa446842a2ba6700d606 + internalID: 1288177893742434456 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 222.aseprite" + rect: + serializedVersion: 2 + x: 1628 + y: 148 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: c340707b80f538a4681de8107429ea49 + internalID: -7450828811585390642 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 223.aseprite" + rect: + serializedVersion: 2 + x: 1702 + y: 148 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: e48eac5899fce7d47989fcfdca914d33 + internalID: -6485706690784146391 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 224.aseprite" + rect: + serializedVersion: 2 + x: 1776 + y: 148 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 53fff0d7618527c45a9e0adc82f15145 + internalID: -7143217127965945604 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 225.aseprite" + rect: + serializedVersion: 2 + x: 0 + y: 0 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 6f26fef44b60d0a4790808ff8c279592 + internalID: -8295466208698069883 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 226.aseprite" + rect: + serializedVersion: 2 + x: 74 + y: 0 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 005c6d53a6fa66b49b81a32295a7687e + internalID: -7630080515047107208 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 227.aseprite" + rect: + serializedVersion: 2 + x: 148 + y: 0 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: b4bb752867c448b4a8e008790a13b8bf + internalID: 2948569738729594759 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 228.aseprite" + rect: + serializedVersion: 2 + x: 222 + y: 0 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 389dbbbc5f88ba24eae3a7af78177196 + internalID: -3843471500007792426 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 229.aseprite" + rect: + serializedVersion: 2 + x: 296 + y: 0 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: ae9db30b695b22046ade5ce7c849dfcf + internalID: 7299652854595845977 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 230.aseprite" + rect: + serializedVersion: 2 + x: 370 + y: 0 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 0762c0a13f12d5d418c742bf525006be + internalID: -7641264588191039810 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 231.aseprite" + rect: + serializedVersion: 2 + x: 444 + y: 0 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 6e33407e9426e2c4e83c2e85e68a6246 + internalID: -1646646857010014391 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 232.aseprite" + rect: + serializedVersion: 2 + x: 518 + y: 0 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: f873eb32b2a93464d87c7caf992d5424 + internalID: -7605974020340743789 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 233.aseprite" + rect: + serializedVersion: 2 + x: 592 + y: 0 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: f131c6a0f92a6134fbf72e62a4508628 + internalID: 5747002048721426513 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 234.aseprite" + rect: + serializedVersion: 2 + x: 666 + y: 0 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 0ebe14da8f03d474eba4760cde56993a + internalID: -5617781974776101607 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 235.aseprite" + rect: + serializedVersion: 2 + x: 740 + y: 0 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 854a677963d04094a9480dc3ae190de1 + internalID: -6846972624329715268 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 236.aseprite" + rect: + serializedVersion: 2 + x: 814 + y: 0 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 6054d66ba7a753d418e269384a9f79cd + internalID: -199053449360258210 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 237.aseprite" + rect: + serializedVersion: 2 + x: 888 + y: 0 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 97f6043083ec5e1409d151c69771f55d + internalID: 1738666404292978439 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 238.aseprite" + rect: + serializedVersion: 2 + x: 962 + y: 0 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 138059566e1351d439178e9da5f80522 + internalID: 1365817488709707763 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 239.aseprite" + rect: + serializedVersion: 2 + x: 1036 + y: 0 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 34671bf55bea6964da3f1949016e5488 + internalID: -5918106903831835168 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 240.aseprite" + rect: + serializedVersion: 2 + x: 1110 + y: 0 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 3a0741882f2ec83408b681cdb0e573fd + internalID: -7884458468587870112 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u5916\u51FA\u533B\u751F\u52A8\u753B 241.aseprite" + rect: + serializedVersion: 2 + x: 1184 + y: 0 + width: 74 + height: 148 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: dbfa3b0554313e64b88d1787d1201284 + internalID: -5164304676215242821 + vertices: [] + indices: + edges: [] + weights: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: + "\u5916\u51FA\u533B\u751F\u52A8\u753B 0.aseprite": 2709884621055945082 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 1.aseprite": -2027352883311782394 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 10.aseprite": 6493517639122440458 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 100.aseprite": -2738670188701839020 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 101.aseprite": -8051770995058123627 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 102.aseprite": -8737225190672412786 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 103.aseprite": -5710800757122289327 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 104.aseprite": 3785409509586265355 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 105.aseprite": 7701818447810377793 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 106.aseprite": 5887241987442550354 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 107.aseprite": 9170157997842222983 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 108.aseprite": 4187469920122101195 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 109.aseprite": -1212981054725609705 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 11.aseprite": 8726649486369195333 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 110.aseprite": 646382472848580217 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 111.aseprite": -6954146318798698922 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 112.aseprite": -7127613059823572025 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 113.aseprite": 735726788790877850 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 114.aseprite": 652806026365724974 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 115.aseprite": -2855817396829321889 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 116.aseprite": 5519750217612231223 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 117.aseprite": -3926346859239938379 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 118.aseprite": 3320177294358244893 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 119.aseprite": 1218245010125333636 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 12.aseprite": -8848339175801020942 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 120.aseprite": 7042994750188603553 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 121.aseprite": 5303711866258640870 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 122.aseprite": -2078042216133464716 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 123.aseprite": 7789486501365424593 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 124.aseprite": 3877313676171750929 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 125.aseprite": -9218655440247074439 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 126.aseprite": -6325390207757315139 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 127.aseprite": 4918382530929100703 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 128.aseprite": 4973536353357799981 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 129.aseprite": 7587918198206759158 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 13.aseprite": 5174148016025367592 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 130.aseprite": 5644017719497410878 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 131.aseprite": -381008834827500948 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 132.aseprite": -3508416461379600236 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 133.aseprite": -4826134385450566993 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 134.aseprite": -5875056088899423003 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 135.aseprite": -8465939501209873413 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 136.aseprite": -4477432136056046814 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 137.aseprite": 2641757706721079803 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 138.aseprite": 9031956873400835209 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 139.aseprite": -968956924318778371 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 14.aseprite": -4233262912558933882 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 140.aseprite": -9062367122699324350 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 141.aseprite": -8294135444199192579 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 142.aseprite": 1769861372881931 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 143.aseprite": 6262075773087217703 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 144.aseprite": 3243124780067226104 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 145.aseprite": -6476961025489116549 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 146.aseprite": -5443550413301046611 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 147.aseprite": 2480830784337555369 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 148.aseprite": -2829579034774760633 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 149.aseprite": -4243056818281456153 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 15.aseprite": 4057126323899421671 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 150.aseprite": -1811977250473378137 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 151.aseprite": -7865256550242578190 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 152.aseprite": 3705221433819842194 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 153.aseprite": -6762929389338351426 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 154.aseprite": 4689748512563132326 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 155.aseprite": -64332532238318279 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 156.aseprite": -6238902334218950916 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 157.aseprite": 4475698629860719073 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 158.aseprite": -936851031503928443 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 159.aseprite": 32406269013267870 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 16.aseprite": 811938987223033406 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 160.aseprite": -2979577687076764046 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 161.aseprite": 3399642604294859791 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 162.aseprite": 1268477598895874583 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 163.aseprite": -9168920831997905738 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 164.aseprite": 21765976652923480 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 165.aseprite": 1678445263219049413 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 166.aseprite": -6621053079634690422 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 167.aseprite": -3013321787675052382 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 168.aseprite": 7872797838965177024 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 169.aseprite": 1122801750674270369 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 17.aseprite": -4255148761443488548 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 170.aseprite": -6809671824836909413 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 171.aseprite": -462769753581486051 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 172.aseprite": 3926198030712311857 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 173.aseprite": 1476436045615451316 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 174.aseprite": -8042198866417282314 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 175.aseprite": -5690359069281125680 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 176.aseprite": 1741852399991538145 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 177.aseprite": -6783624477474746348 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 178.aseprite": -7076571167260510496 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 179.aseprite": -4552833317419271055 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 18.aseprite": 2556049749829051851 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 180.aseprite": 6931602318026100399 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 181.aseprite": -6008037105889532229 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 182.aseprite": 9090448507247557291 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 183.aseprite": -5605568610200198185 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 184.aseprite": 853586457822609454 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 185.aseprite": 4507475386721378031 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 186.aseprite": 3538108985049559445 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 187.aseprite": -4794644599051638344 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 188.aseprite": 377014503770921347 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 189.aseprite": 5571477266605042957 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 19.aseprite": -193489156079907993 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 190.aseprite": 924015432355006991 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 191.aseprite": 2850401697737497566 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 192.aseprite": 2003073210749639383 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 193.aseprite": 5270536835478420133 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 194.aseprite": -1020405324766486853 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 195.aseprite": -7566714657384008638 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 196.aseprite": 1541733753561604181 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 197.aseprite": -3828824041562689538 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 198.aseprite": -3127384032364019612 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 199.aseprite": 8719707626707904407 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 2.aseprite": 4655437236245642645 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 20.aseprite": 514937929945846668 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 200.aseprite": 8578129253679725806 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 201.aseprite": 4700760195730852749 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 202.aseprite": -7593570106259958097 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 203.aseprite": -748013278258943006 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 204.aseprite": -2123790944490986126 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 205.aseprite": -6173665777338105901 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 206.aseprite": 3276153818234823823 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 207.aseprite": 1533729677361784729 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 208.aseprite": 6371233878708394436 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 209.aseprite": 7449452240346319598 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 21.aseprite": -6286136760532389072 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 210.aseprite": -5758125025127292397 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 211.aseprite": 7018621061357968546 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 212.aseprite": -1721732747608741884 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 213.aseprite": -7276660218257791672 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 214.aseprite": 6199102387816266297 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 215.aseprite": -9034575911508876988 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 216.aseprite": -8012335762819133109 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 217.aseprite": 8054372176708449305 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 218.aseprite": 6031931086389021006 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 219.aseprite": 472703569399147398 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 22.aseprite": 6983774654901408190 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 220.aseprite": -634957391760172992 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 221.aseprite": 1288177893742434456 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 222.aseprite": -7450828811585390642 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 223.aseprite": -6485706690784146391 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 224.aseprite": -7143217127965945604 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 225.aseprite": -8295466208698069883 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 226.aseprite": -7630080515047107208 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 227.aseprite": 2948569738729594759 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 228.aseprite": -3843471500007792426 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 229.aseprite": 7299652854595845977 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 23.aseprite": -6703297363462932052 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 230.aseprite": -7641264588191039810 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 231.aseprite": -1646646857010014391 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 232.aseprite": -7605974020340743789 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 233.aseprite": 5747002048721426513 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 234.aseprite": -5617781974776101607 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 235.aseprite": -6846972624329715268 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 236.aseprite": -199053449360258210 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 237.aseprite": 1738666404292978439 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 238.aseprite": 1365817488709707763 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 239.aseprite": -5918106903831835168 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 24.aseprite": 3285634568871799270 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 240.aseprite": -7884458468587870112 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 241.aseprite": -5164304676215242821 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 25.aseprite": 6262510362551206071 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 26.aseprite": -1868284113667987667 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 27.aseprite": 3605056984172451827 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 28.aseprite": 3223070101126785982 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 29.aseprite": 4969505053476570525 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 3.aseprite": 1005746085387123948 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 30.aseprite": 2747765021957025455 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 31.aseprite": -524468664557701664 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 32.aseprite": -4607916021013789204 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 33.aseprite": -6915706728537293385 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 34.aseprite": 6832978834180424121 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 35.aseprite": 7595015434258411776 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 36.aseprite": -2535095574291929653 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 37.aseprite": 8133484294154476277 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 38.aseprite": 8796654854225127187 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 39.aseprite": -2385641913924126264 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 4.aseprite": 8896770116687889327 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 40.aseprite": -1165521635958938874 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 41.aseprite": -1114267504253566781 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 42.aseprite": 5417144756719552136 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 43.aseprite": -6998280140707927404 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 44.aseprite": -6950426006616855001 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 45.aseprite": -2876108711384423230 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 46.aseprite": 5594209937795824583 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 47.aseprite": -5903486284842715648 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 48.aseprite": 8628343592227554963 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 49.aseprite": 3893472794796320244 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 5.aseprite": -2506513024204571301 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 50.aseprite": 5906693918058748884 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 51.aseprite": -2232984128441530670 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 52.aseprite": -6580131179054940499 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 53.aseprite": 229761285900223578 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 54.aseprite": 4255105980761242145 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 55.aseprite": -497944281392899431 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 56.aseprite": -7138146508549429900 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 57.aseprite": -7746180366317534611 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 58.aseprite": -6140648752046861086 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 59.aseprite": 8075149319663787941 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 6.aseprite": -8191266089898909941 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 60.aseprite": -2054616088746222473 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 61.aseprite": 6801135403235289858 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 62.aseprite": -4472809537496624953 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 63.aseprite": -4729973738640670560 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 64.aseprite": -2262423380750654512 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 65.aseprite": 3940349904398839384 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 66.aseprite": 8073539506809579527 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 67.aseprite": 8804275990466848075 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 68.aseprite": -11928899371605552 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 69.aseprite": -4277057715372468773 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 7.aseprite": 1679230196459358618 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 70.aseprite": -5776760338794760082 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 71.aseprite": 8741049841324980368 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 72.aseprite": 440158880650312731 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 73.aseprite": -632400047903077069 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 74.aseprite": -4439149323178729628 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 75.aseprite": 5939288665280993406 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 76.aseprite": 4805260508722347214 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 77.aseprite": -9181314215126903885 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 78.aseprite": 2216715777157071659 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 79.aseprite": -3472216424467225088 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 8.aseprite": 8278937820558290754 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 80.aseprite": 4966568929624154974 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 81.aseprite": -7062802044227756851 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 82.aseprite": -9084121619796156786 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 83.aseprite": -354971231471448298 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 84.aseprite": -2988023528272376693 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 85.aseprite": -1319955150767854622 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 86.aseprite": -6183154991126517739 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 87.aseprite": -6389486255158390005 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 88.aseprite": -2109963183312303516 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 89.aseprite": -3056881497500363186 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 9.aseprite": -5336429606707727867 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 90.aseprite": 2782672772380077287 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 91.aseprite": 4221286237114914697 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 92.aseprite": -4846788614208045089 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 93.aseprite": 5401300626563377118 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 94.aseprite": -7056584458540338611 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 95.aseprite": 3323084660399485033 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 96.aseprite": 1329196270845107758 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 97.aseprite": 6182755626982626888 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 98.aseprite": -5397836199754187148 + "\u5916\u51FA\u533B\u751F\u52A8\u753B 99.aseprite": -2135799263356305629 + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/GameContent/Scene_ClincOut/controller/外出医生动画.controller b/Assets/GameContent/Scene_ClincOut/controller/外出医生动画.controller index 8e3b63094..4ab9f7e49 100644 --- a/Assets/GameContent/Scene_ClincOut/controller/外出医生动画.controller +++ b/Assets/GameContent/Scene_ClincOut/controller/外出医生动画.controller @@ -20,7 +20,7 @@ AnimatorState: m_MirrorParameterActive: 0 m_CycleOffsetParameterActive: 0 m_TimeParameterActive: 0 - m_Motion: {fileID: 7400000, guid: c4a2e81c5fd209243afc3a57a3f698d2, type: 2} + m_Motion: {fileID: 7400000, guid: 4287de247cbf4294faaba0b50200b617, type: 2} m_Tag: m_SpeedParameter: m_MirrorParameter: @@ -46,7 +46,7 @@ AnimatorState: m_MirrorParameterActive: 0 m_CycleOffsetParameterActive: 0 m_TimeParameterActive: 0 - m_Motion: {fileID: 7400000, guid: f468217ea82a20c428e4018154d7858b, type: 2} + m_Motion: {fileID: 7400000, guid: 634a2e0d368205944a6bb771b6f3c259, type: 2} m_Tag: m_SpeedParameter: m_MirrorParameter: @@ -72,7 +72,7 @@ AnimatorState: m_MirrorParameterActive: 0 m_CycleOffsetParameterActive: 0 m_TimeParameterActive: 0 - m_Motion: {fileID: 7400000, guid: b3bc0bb2a201d9d49abf5e52d0f8f863, type: 2} + m_Motion: {fileID: 7400000, guid: 5c8d1f23352f04348a1e284948e9097b, type: 2} m_Tag: m_SpeedParameter: m_MirrorParameter: @@ -99,7 +99,7 @@ AnimatorState: m_MirrorParameterActive: 0 m_CycleOffsetParameterActive: 0 m_TimeParameterActive: 0 - m_Motion: {fileID: 7400000, guid: debe84e756583404b829724707039dfb, type: 2} + m_Motion: {fileID: 7400000, guid: 3ddaa249905573648b1456b1a8a24f80, type: 2} m_Tag: m_SpeedParameter: m_MirrorParameter: @@ -126,7 +126,7 @@ AnimatorState: m_MirrorParameterActive: 0 m_CycleOffsetParameterActive: 0 m_TimeParameterActive: 0 - m_Motion: {fileID: 7400000, guid: 7ba5f2c2a7943ab42ac082f3b800ae17, type: 2} + m_Motion: {fileID: 7400000, guid: dd12ffe401b9ef34aa52357f4acbdb9e, type: 2} m_Tag: m_SpeedParameter: m_MirrorParameter: @@ -152,7 +152,7 @@ AnimatorState: m_MirrorParameterActive: 0 m_CycleOffsetParameterActive: 0 m_TimeParameterActive: 0 - m_Motion: {fileID: 7400000, guid: 0d6bf57285815664392b27e95c10a316, type: 2} + m_Motion: {fileID: 7400000, guid: 3d66ee7b404d98c4bacb483de299f869, type: 2} m_Tag: m_SpeedParameter: m_MirrorParameter: @@ -223,7 +223,7 @@ AnimatorState: m_MirrorParameterActive: 0 m_CycleOffsetParameterActive: 0 m_TimeParameterActive: 0 - m_Motion: {fileID: 7400000, guid: dc1df083969867e45888d69272d24370, type: 2} + m_Motion: {fileID: 7400000, guid: 1a885fbbe33f72549b41d600c1c8ab15, type: 2} m_Tag: m_SpeedParameter: m_MirrorParameter: @@ -250,7 +250,7 @@ AnimatorState: m_MirrorParameterActive: 0 m_CycleOffsetParameterActive: 0 m_TimeParameterActive: 0 - m_Motion: {fileID: 7400000, guid: 64164ec85ec40f24eacaec96206f0883, type: 2} + m_Motion: {fileID: 7400000, guid: 8324d06aa9a295f418fa82e54e1249ed, type: 2} m_Tag: m_SpeedParameter: m_MirrorParameter: @@ -277,7 +277,7 @@ AnimatorState: m_MirrorParameterActive: 0 m_CycleOffsetParameterActive: 0 m_TimeParameterActive: 0 - m_Motion: {fileID: 7400000, guid: 3aea151e7c50cd140ac3effd23eb6e27, type: 2} + m_Motion: {fileID: 7400000, guid: 7b29aa2e923aedf46be4e7ce08e6292c, type: 2} m_Tag: m_SpeedParameter: m_MirrorParameter: @@ -303,7 +303,7 @@ AnimatorState: m_MirrorParameterActive: 0 m_CycleOffsetParameterActive: 0 m_TimeParameterActive: 0 - m_Motion: {fileID: 7400000, guid: 2c25950b2a5b69c45ab4a0fdf6aa78bf, type: 2} + m_Motion: {fileID: 7400000, guid: 7167dc1de20c11345ab7f4413891812c, type: 2} m_Tag: m_SpeedParameter: m_MirrorParameter: @@ -387,7 +387,7 @@ AnimatorState: m_MirrorParameterActive: 0 m_CycleOffsetParameterActive: 0 m_TimeParameterActive: 0 - m_Motion: {fileID: 7400000, guid: 85afa9dbd9f70c24fb038c17c7191e90, type: 2} + m_Motion: {fileID: 7400000, guid: e93085f1bd883e0479b2fff78982d077, type: 2} m_Tag: m_SpeedParameter: m_MirrorParameter: @@ -457,7 +457,7 @@ AnimatorState: m_MirrorParameterActive: 0 m_CycleOffsetParameterActive: 0 m_TimeParameterActive: 0 - m_Motion: {fileID: 7400000, guid: adc0c401e94be8e4db5b6a03529b37fe, type: 2} + m_Motion: {fileID: 7400000, guid: 33393aa9ca1ca7b4fa4fef42bb9bca8b, type: 2} m_Tag: m_SpeedParameter: m_MirrorParameter: @@ -484,7 +484,7 @@ AnimatorState: m_MirrorParameterActive: 0 m_CycleOffsetParameterActive: 0 m_TimeParameterActive: 0 - m_Motion: {fileID: 7400000, guid: 39d1fb3556df54c48bf60a77c71c4385, type: 2} + m_Motion: {fileID: 7400000, guid: 4ec446f9037537a4fa807a30f186318c, type: 2} m_Tag: m_SpeedParameter: m_MirrorParameter: diff --git a/Assets/Scenes/ClinicOut.unity b/Assets/Scenes/ClinicOut.unity index 8b14d6933..679827bc0 100644 --- a/Assets/Scenes/ClinicOut.unity +++ b/Assets/Scenes/ClinicOut.unity @@ -6570,7 +6570,7 @@ Transform: m_GameObject: {fileID: 1246487450} serializedVersion: 2 m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 2.7500002, y: -5, z: 0} + m_LocalPosition: {x: 2.7500002, y: -3.28, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] @@ -6593,7 +6593,7 @@ MonoBehaviour: sortingOrder: 11 hasDefaultActor: 0 defaultActorType: 0 - defaultActorName: + defaultActorName: "\u8BCA\u5BA4\u5916\u533B\u751F" --- !u!1001 &1260729928 PrefabInstance: m_ObjectHideFlags: 0 @@ -8560,8 +8560,8 @@ Transform: m_ConstrainProportionsScale: 0 m_Children: - {fileID: 686675859} - - {fileID: 1246487451} - {fileID: 725363607} + - {fileID: 1246487451} m_Father: {fileID: 1131434710} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1001 &2034462922