2 Commits

Author SHA1 Message Date
e36abeb380 refactor(skill): 统一并更正deV字段命名
- 将DbuffConf接口中的字段名称dev修正为deV
- 修复HeroViewComp中所有对dev字段的引用为deV
- 调整BattleMoveSystem中速度计算逻辑,使用正确的buff叠加值
- 统一代码注释中减少值的字段名称为deV
- 保持功能逻辑不变,提升代码一致性和可读性
2025-10-17 10:31:58 +08:00
6386d6bd80 refactor(hero): 优化Buff和Debuff的数据结构及处理逻辑
- 新增移动速度相关属性:DBuff.SPEED和Attrs.SPEED
- 修改BattleMoveSystem中移动速度计算,支持速度百分比加成
- Buff和Debuff由数组改为基于属性键的对象存储,方便访问和合并处理
- 持久型Buff/Debuff累加数值或百分比,临时型则累加并刷新剩余时间
- 重新计算属性时遍历键值对,跳过状态类debuff(attrField=-1)
- 更新临时型Buff/Debuff剩余时间,过期时从对象中删除
- 代码结构更清晰,访问及更新性能提升
2025-10-17 10:27:21 +08:00
2174 changed files with 37856 additions and 368612 deletions

3
.gitignore vendored
View File

@@ -15,11 +15,10 @@ native
# VSCode
#//////////////////////////
.vscode/
.codebuddy/
#//////////////////////////
# WebStorm
#//////////////////////////
.idea/
extensions/
extensions/oops-plugin-framework

View File

@@ -739,7 +739,7 @@
"propertyPath": [
"_active"
],
"value": true
"value": false
},
{
"__type__": "CCPropertyOverrideInfo",
@@ -771,8 +771,8 @@
],
"value": {
"__type__": "cc.Vec3",
"x": 1.3,
"y": 1.3,
"x": 1.2,
"y": 1.1,
"z": 1
}
},

View File

@@ -699,7 +699,7 @@
"propertyPath": [
"_active"
],
"value": true
"value": false
},
{
"__type__": "CCPropertyOverrideInfo",
@@ -731,8 +731,8 @@
],
"value": {
"__type__": "cc.Vec3",
"x": 1.3,
"y": 1.3,
"x": 1.2,
"y": 1.1,
"z": 1
}
},

View File

@@ -699,7 +699,7 @@
"propertyPath": [
"_active"
],
"value": true
"value": false
},
{
"__type__": "CCPropertyOverrideInfo",
@@ -731,8 +731,8 @@
],
"value": {
"__type__": "cc.Vec3",
"x": 1.3,
"y": 1.3,
"x": 1.2,
"y": 1.1,
"z": 1
}
},

View File

@@ -699,7 +699,7 @@
"propertyPath": [
"_active"
],
"value": true
"value": false
},
{
"__type__": "CCPropertyOverrideInfo",
@@ -731,8 +731,8 @@
],
"value": {
"__type__": "cc.Vec3",
"x": 1.3,
"y": 1.3,
"x": 1.2,
"y": 1.1,
"z": 1
}
},

View File

@@ -696,7 +696,7 @@
"propertyPath": [
"_active"
],
"value": true
"value": false
},
{
"__type__": "CCPropertyOverrideInfo",
@@ -728,8 +728,8 @@
],
"value": {
"__type__": "cc.Vec3",
"x": 1.3,
"y": 1.3,
"x": 1.2,
"y": 1.1,
"z": 1
}
},

View File

@@ -699,7 +699,7 @@
"propertyPath": [
"_active"
],
"value": true
"value": false
},
{
"__type__": "CCPropertyOverrideInfo",
@@ -731,8 +731,8 @@
],
"value": {
"__type__": "cc.Vec3",
"x": 1.3,
"y": 1.3,
"x": 1.2,
"y": 1.1,
"z": 1
}
},

View File

@@ -563,7 +563,7 @@
"propertyPath": [
"_active"
],
"value": true
"value": false
},
{
"__type__": "CCPropertyOverrideInfo",
@@ -595,8 +595,8 @@
],
"value": {
"__type__": "cc.Vec3",
"x": 1.3,
"y": 1.3,
"x": 1.2,
"y": 1.1,
"z": 1
}
},

View File

@@ -260,8 +260,8 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": -0.65,
"y": 0.65,
"x": -0.7,
"y": 0.7,
"z": 1
},
"_mobility": 0,
@@ -519,7 +519,7 @@
],
"value": {
"__type__": "cc.Vec3",
"x": 5,
"x": -0.057,
"y": -39.46,
"z": 0
}
@@ -563,7 +563,7 @@
"propertyPath": [
"_active"
],
"value": true
"value": false
},
{
"__type__": "CCPropertyOverrideInfo",
@@ -595,8 +595,8 @@
],
"value": {
"__type__": "cc.Vec3",
"x": 1.3,
"y": 1.3,
"x": 1.2,
"y": 1.1,
"z": 1
}
},

File diff suppressed because it is too large Load Diff

View File

@@ -1 +0,0 @@
{"ver":"1.2.0","importer":"directory","imported":true,"uuid":"4b509594-612c-4a10-b14f-790b3a16670b","files":[],"subMetas":{},"userData":{}}

View File

@@ -1 +0,0 @@
{"ver":"2.0.3","importer":"animation-clip","imported":true,"uuid":"bcf25973-6bba-4465-9841-026e2ccadc27","files":[".cconb"],"subMetas":{},"userData":{"name":"atk"}}

View File

@@ -1,71 +0,0 @@
[
{
"__type__": "cc.AnimationClip",
"_name": "atked",
"_objFlags": 0,
"__editorExtras__": {
"embeddedPlayerGroups": []
},
"_native": "",
"sample": 10,
"speed": 1,
"wrapMode": 1,
"enableTrsBlending": false,
"_duration": 0,
"_hash": 500763545,
"_tracks": [
{
"__id__": 1
}
],
"_exoticAnimation": null,
"_events": [],
"_embeddedPlayers": [],
"_additiveSettings": {
"__id__": 6
},
"_auxiliaryCurveEntries": []
},
{
"__type__": "cc.animation.ObjectTrack",
"_binding": {
"__type__": "cc.animation.TrackBinding",
"path": {
"__id__": 2
},
"proxy": null
},
"_channel": {
"__id__": 4
}
},
{
"__type__": "cc.animation.TrackPath",
"_paths": [
{
"__id__": 3
},
"spriteFrame"
]
},
{
"__type__": "cc.animation.ComponentPath",
"component": "cc.Sprite"
},
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 5
}
},
{
"__type__": "cc.ObjectCurve",
"_times": [],
"_values": []
},
{
"__type__": "cc.AnimationClipAdditiveSettings",
"enabled": false,
"refClip": null
}
]

View File

@@ -1 +0,0 @@
{"ver":"2.0.3","importer":"animation-clip","imported":true,"uuid":"a0173f4e-f35c-480c-805f-3534c77ac4bc","files":[".cconb"],"subMetas":{},"userData":{"name":"atked"}}

View File

@@ -1 +0,0 @@
{"ver":"2.0.3","importer":"animation-clip","imported":true,"uuid":"8646b9df-9960-4e75-a0ec-e206535c26d3","files":[".cconb"],"subMetas":{},"userData":{"name":"buff"}}

View File

@@ -1,71 +0,0 @@
[
{
"__type__": "cc.AnimationClip",
"_name": "debuff",
"_objFlags": 0,
"__editorExtras__": {
"embeddedPlayerGroups": []
},
"_native": "",
"sample": 10,
"speed": 1,
"wrapMode": 2,
"enableTrsBlending": false,
"_duration": 0,
"_hash": 500763545,
"_tracks": [
{
"__id__": 1
}
],
"_exoticAnimation": null,
"_events": [],
"_embeddedPlayers": [],
"_additiveSettings": {
"__id__": 6
},
"_auxiliaryCurveEntries": []
},
{
"__type__": "cc.animation.ObjectTrack",
"_binding": {
"__type__": "cc.animation.TrackBinding",
"path": {
"__id__": 2
},
"proxy": null
},
"_channel": {
"__id__": 4
}
},
{
"__type__": "cc.animation.TrackPath",
"_paths": [
{
"__id__": 3
},
"spriteFrame"
]
},
{
"__type__": "cc.animation.ComponentPath",
"component": "cc.Sprite"
},
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 5
}
},
{
"__type__": "cc.ObjectCurve",
"_times": [],
"_values": []
},
{
"__type__": "cc.AnimationClipAdditiveSettings",
"enabled": false,
"refClip": null
}
]

View File

@@ -1 +0,0 @@
{"ver":"2.0.3","importer":"animation-clip","imported":true,"uuid":"b86a690c-f934-490d-82be-58733fcdbe6c","files":[".cconb"],"subMetas":{},"userData":{"name":"debuff"}}

View File

@@ -1,71 +0,0 @@
[
{
"__type__": "cc.AnimationClip",
"_name": "idle",
"_objFlags": 0,
"__editorExtras__": {
"embeddedPlayerGroups": []
},
"_native": "",
"sample": 10,
"speed": 1,
"wrapMode": 2,
"enableTrsBlending": false,
"_duration": 0,
"_hash": 500763545,
"_tracks": [
{
"__id__": 1
}
],
"_exoticAnimation": null,
"_events": [],
"_embeddedPlayers": [],
"_additiveSettings": {
"__id__": 6
},
"_auxiliaryCurveEntries": []
},
{
"__type__": "cc.animation.ObjectTrack",
"_binding": {
"__type__": "cc.animation.TrackBinding",
"path": {
"__id__": 2
},
"proxy": null
},
"_channel": {
"__id__": 4
}
},
{
"__type__": "cc.animation.TrackPath",
"_paths": [
{
"__id__": 3
},
"spriteFrame"
]
},
{
"__type__": "cc.animation.ComponentPath",
"component": "cc.Sprite"
},
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 5
}
},
{
"__type__": "cc.ObjectCurve",
"_times": [],
"_values": []
},
{
"__type__": "cc.AnimationClipAdditiveSettings",
"enabled": false,
"refClip": null
}
]

View File

@@ -1 +0,0 @@
{"ver":"2.0.3","importer":"animation-clip","imported":true,"uuid":"cca89d6f-f0d0-432e-bcee-1f6f76599772","files":[".cconb"],"subMetas":{},"userData":{"name":"idle"}}

View File

@@ -1 +0,0 @@
{"ver":"2.0.3","importer":"animation-clip","imported":true,"uuid":"a640a4db-ba1b-4093-b970-afe380bf119f","files":[".cconb"],"subMetas":{},"userData":{"name":"max"}}

View File

@@ -1,71 +0,0 @@
[
{
"__type__": "cc.AnimationClip",
"_name": "move",
"_objFlags": 0,
"__editorExtras__": {
"embeddedPlayerGroups": []
},
"_native": "",
"sample": 10,
"speed": 1,
"wrapMode": 2,
"enableTrsBlending": false,
"_duration": 0,
"_hash": 500763545,
"_tracks": [
{
"__id__": 1
}
],
"_exoticAnimation": null,
"_events": [],
"_embeddedPlayers": [],
"_additiveSettings": {
"__id__": 6
},
"_auxiliaryCurveEntries": []
},
{
"__type__": "cc.animation.ObjectTrack",
"_binding": {
"__type__": "cc.animation.TrackBinding",
"path": {
"__id__": 2
},
"proxy": null
},
"_channel": {
"__id__": 4
}
},
{
"__type__": "cc.animation.TrackPath",
"_paths": [
{
"__id__": 3
},
"spriteFrame"
]
},
{
"__type__": "cc.animation.ComponentPath",
"component": "cc.Sprite"
},
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 5
}
},
{
"__type__": "cc.ObjectCurve",
"_times": [],
"_values": []
},
{
"__type__": "cc.AnimationClipAdditiveSettings",
"enabled": false,
"refClip": null
}
]

View File

@@ -1 +0,0 @@
{"ver":"2.0.3","importer":"animation-clip","imported":true,"uuid":"028f2465-2fc1-49e9-ab5f-a3e5d7e39f27","files":[".cconb"],"subMetas":{},"userData":{"name":"move"}}

View File

@@ -1 +0,0 @@
{"ver":"1.2.0","importer":"directory","imported":true,"uuid":"704fa1cb-e16f-4dc8-8697-a8f1ffa3eb0d","files":[],"subMetas":{},"userData":{}}

View File

@@ -1 +0,0 @@
{"ver":"2.0.3","importer":"animation-clip","imported":true,"uuid":"0e01e061-bac1-4766-844b-1c7877829bd2","files":[".cconb"],"subMetas":{},"userData":{"name":"atk"}}

View File

@@ -1 +0,0 @@
{"ver":"2.0.3","importer":"animation-clip","imported":true,"uuid":"48a1b691-53b0-4f98-873d-4630a9f27fb1","files":[".cconb"],"subMetas":{},"userData":{"name":"atked"}}

View File

@@ -1 +0,0 @@
{"ver":"2.0.3","importer":"animation-clip","imported":true,"uuid":"bd3b5e53-04fa-4667-affa-5739cd467cb4","files":[".cconb"],"subMetas":{},"userData":{"name":"buff"}}

View File

@@ -1 +0,0 @@
{"ver":"2.0.3","importer":"animation-clip","imported":true,"uuid":"a1fee72c-2f19-4f68-a970-188bdf77cf4b","files":[".cconb"],"subMetas":{},"userData":{"name":"debuff"}}

View File

@@ -1 +0,0 @@
{"ver":"2.0.3","importer":"animation-clip","imported":true,"uuid":"d2bc59da-a81e-4515-91d5-9947609a1a04","files":[".cconb"],"subMetas":{},"userData":{"name":"idle"}}

View File

@@ -1 +0,0 @@
{"ver":"2.0.3","importer":"animation-clip","imported":true,"uuid":"76dd06ef-80a7-4a36-8805-fdbe0606f63d","files":[".cconb"],"subMetas":{},"userData":{"name":"max"}}

View File

@@ -1 +0,0 @@
{"ver":"2.0.3","importer":"animation-clip","imported":true,"uuid":"66cb07cc-81e5-45db-b88d-66b4e21044e2","files":[".cconb"],"subMetas":{},"userData":{"name":"move"}}

File diff suppressed because it is too large Load Diff

View File

@@ -27,18 +27,18 @@
],
"_active": true,
"_components": [
{
"__id__": 224
},
{
"__id__": 226
},
{
"__id__": 228
},
{
"__id__": 230
}
],
"_prefab": {
"__id__": 230
"__id__": 232
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -196,18 +196,18 @@
],
"_active": true,
"_components": [
{
"__id__": 217
},
{
"__id__": 219
},
{
"__id__": 221
},
{
"__id__": 223
}
],
"_prefab": {
"__id__": 223
"__id__": 225
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -251,23 +251,23 @@
"__id__": 8
},
{
"__id__": 162
"__id__": 164
},
{
"__id__": 166
"__id__": 168
},
{
"__id__": 172
"__id__": 174
}
],
"_active": true,
"_components": [
{
"__id__": 214
"__id__": 216
}
],
"_prefab": {
"__id__": 216
"__id__": 218
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -321,7 +321,7 @@
}
],
"_prefab": {
"__id__": 161
"__id__": 163
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -452,7 +452,7 @@
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": 51.436,
"y": 1.436,
"z": 0
},
"_lrot": {
@@ -3458,7 +3458,7 @@
"_lpos": {
"__type__": "cc.Vec3",
"x": -26.004,
"y": 59.06,
"y": 9.06,
"z": 0
},
"_lrot": {
@@ -3607,8 +3607,6 @@
"__id__": 0
},
"fileId": "c4IqMKgXNExa5w4EAciRxE",
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": null
},
{
@@ -3651,13 +3649,58 @@
"__prefab": {
"__id__": 160
},
"bgImg": null,
"bgImg": {
"__id__": 161
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "463tPWLuVLS5+4BU5ZkZyJ"
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": null,
"_enabled": true,
"__prefab": {
"__id__": 162
},
"_customMaterial": null,
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_spriteFrame": {
"__uuid__": "7d8f9b89-4fd1-4c9f-a3ab-38ec7cded7ca@f9941",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 0,
"_fillType": 0,
"_sizeMode": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": null,
"_id": "a9O91cLlJGoY5y1TC9zgB9"
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "20UGQn4U9GUoln0NJQTkbG"
},
{
"__type__": "cc.PrefabInfo",
"root": {
@@ -3683,11 +3726,11 @@
"_active": true,
"_components": [
{
"__id__": 163
"__id__": 165
}
],
"_prefab": {
"__id__": 165
"__id__": 167
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -3724,11 +3767,11 @@
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 162
"__id__": 164
},
"_enabled": true,
"__prefab": {
"__id__": 164
"__id__": 166
},
"_contentSize": {
"__type__": "cc.Size",
@@ -3771,14 +3814,14 @@
"_active": true,
"_components": [
{
"__id__": 167
"__id__": 169
},
{
"__id__": 169
"__id__": 171
}
],
"_prefab": {
"__id__": 171
"__id__": 173
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -3815,11 +3858,11 @@
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 166
"__id__": 168
},
"_enabled": true,
"__prefab": {
"__id__": 168
"__id__": 170
},
"_contentSize": {
"__type__": "cc.Size",
@@ -3843,11 +3886,11 @@
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 166
"__id__": 168
},
"_enabled": true,
"__prefab": {
"__id__": 170
"__id__": 172
},
"_id": ""
},
@@ -3878,35 +3921,35 @@
},
"_children": [
{
"__id__": 173
"__id__": 175
},
{
"__id__": 179
"__id__": 181
},
{
"__id__": 185
"__id__": 187
},
{
"__id__": 191
"__id__": 193
},
{
"__id__": 197
"__id__": 199
},
{
"__id__": 203
"__id__": 205
}
],
"_active": true,
"_components": [
{
"__id__": 209
"__id__": 211
},
{
"__id__": 211
"__id__": 213
}
],
"_prefab": {
"__id__": 213
"__id__": 215
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -3943,25 +3986,25 @@
"_objFlags": 0,
"__editorExtras__": {},
"_parent": {
"__id__": 172
"__id__": 174
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 174
"__id__": 176
},
{
"__id__": 176
"__id__": 178
}
],
"_prefab": {
"__id__": 178
"__id__": 180
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 110.616,
"y": 82.431,
"y": -18.025,
"z": 0
},
"_lrot": {
@@ -3993,11 +4036,11 @@
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 173
"__id__": 175
},
"_enabled": true,
"__prefab": {
"__id__": 175
"__id__": 177
},
"_contentSize": {
"__type__": "cc.Size",
@@ -4021,11 +4064,11 @@
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 173
"__id__": 175
},
"_enabled": true,
"__prefab": {
"__id__": 177
"__id__": 179
},
"_customMaterial": null,
"_srcBlendFactor": 2,
@@ -4079,25 +4122,25 @@
"_objFlags": 0,
"__editorExtras__": {},
"_parent": {
"__id__": 172
"__id__": 174
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 180
"__id__": 182
},
{
"__id__": 182
"__id__": 184
}
],
"_prefab": {
"__id__": 184
"__id__": 186
},
"_lpos": {
"__type__": "cc.Vec3",
"x": -134.722,
"y": 82.431,
"y": -18.025,
"z": 0
},
"_lrot": {
@@ -4129,11 +4172,11 @@
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 179
"__id__": 181
},
"_enabled": true,
"__prefab": {
"__id__": 181
"__id__": 183
},
"_contentSize": {
"__type__": "cc.Size",
@@ -4157,11 +4200,11 @@
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 179
"__id__": 181
},
"_enabled": true,
"__prefab": {
"__id__": 183
"__id__": 185
},
"_customMaterial": null,
"_srcBlendFactor": 2,
@@ -4215,25 +4258,25 @@
"_objFlags": 0,
"__editorExtras__": {},
"_parent": {
"__id__": 172
"__id__": 174
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 186
"__id__": 188
},
{
"__id__": 188
"__id__": 190
}
],
"_prefab": {
"__id__": 190
"__id__": 192
},
"_lpos": {
"__type__": "cc.Vec3",
"x": -245.406,
"y": 82.431,
"y": -18.025,
"z": 0
},
"_lrot": {
@@ -4265,11 +4308,11 @@
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 185
"__id__": 187
},
"_enabled": true,
"__prefab": {
"__id__": 187
"__id__": 189
},
"_contentSize": {
"__type__": "cc.Size",
@@ -4293,11 +4336,11 @@
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 185
"__id__": 187
},
"_enabled": true,
"__prefab": {
"__id__": 189
"__id__": 191
},
"_customMaterial": null,
"_srcBlendFactor": 2,
@@ -4351,25 +4394,25 @@
"_objFlags": 0,
"__editorExtras__": {},
"_parent": {
"__id__": 172
"__id__": 174
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 192
"__id__": 194
},
{
"__id__": 194
"__id__": 196
}
],
"_prefab": {
"__id__": 196
"__id__": 198
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 312.578,
"y": 82.431,
"y": -18.025,
"z": 0
},
"_lrot": {
@@ -4401,11 +4444,11 @@
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 191
"__id__": 193
},
"_enabled": true,
"__prefab": {
"__id__": 193
"__id__": 195
},
"_contentSize": {
"__type__": "cc.Size",
@@ -4429,11 +4472,11 @@
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 191
"__id__": 193
},
"_enabled": true,
"__prefab": {
"__id__": 195
"__id__": 197
},
"_customMaterial": null,
"_srcBlendFactor": 2,
@@ -4487,25 +4530,25 @@
"_objFlags": 0,
"__editorExtras__": {},
"_parent": {
"__id__": 172
"__id__": 174
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 198
"__id__": 200
},
{
"__id__": 200
"__id__": 202
}
],
"_prefab": {
"__id__": 202
"__id__": 204
},
"_lpos": {
"__type__": "cc.Vec3",
"x": -340.809,
"y": 82.431,
"y": -18.025,
"z": 0
},
"_lrot": {
@@ -4537,11 +4580,11 @@
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 197
"__id__": 199
},
"_enabled": true,
"__prefab": {
"__id__": 199
"__id__": 201
},
"_contentSize": {
"__type__": "cc.Size",
@@ -4565,11 +4608,11 @@
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 197
"__id__": 199
},
"_enabled": true,
"__prefab": {
"__id__": 201
"__id__": 203
},
"_customMaterial": null,
"_srcBlendFactor": 2,
@@ -4623,25 +4666,25 @@
"_objFlags": 0,
"__editorExtras__": {},
"_parent": {
"__id__": 172
"__id__": 174
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 204
"__id__": 206
},
{
"__id__": 206
"__id__": 208
}
],
"_prefab": {
"__id__": 208
"__id__": 210
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 323.966,
"y": 82.431,
"y": -18.025,
"z": 0
},
"_lrot": {
@@ -4673,11 +4716,11 @@
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 203
"__id__": 205
},
"_enabled": true,
"__prefab": {
"__id__": 205
"__id__": 207
},
"_contentSize": {
"__type__": "cc.Size",
@@ -4701,11 +4744,11 @@
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 203
"__id__": 205
},
"_enabled": true,
"__prefab": {
"__id__": 207
"__id__": 209
},
"_customMaterial": null,
"_srcBlendFactor": 2,
@@ -4759,11 +4802,11 @@
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 172
"__id__": 174
},
"_enabled": true,
"__prefab": {
"__id__": 210
"__id__": 212
},
"_contentSize": {
"__type__": "cc.Size",
@@ -4787,11 +4830,11 @@
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 172
"__id__": 174
},
"_enabled": true,
"__prefab": {
"__id__": 212
"__id__": 214
},
"light": null,
"_id": ""
@@ -4823,7 +4866,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 215
"__id__": 217
},
"_contentSize": {
"__type__": "cc.Size",
@@ -4864,7 +4907,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 218
"__id__": 220
},
"_contentSize": {
"__type__": "cc.Size",
@@ -4892,7 +4935,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 220
"__id__": 222
},
"camera": {
"__id__": 3
@@ -4904,13 +4947,13 @@
"__id__": 159
},
"floorLayer": {
"__id__": 162
"__id__": 164
},
"entityLayer": {
"__id__": 169
"__id__": 171
},
"SkillLayer": {
"__id__": 211
"__id__": 213
},
"isFollowPlayer": true,
"_id": ""
@@ -4929,7 +4972,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 222
"__id__": 224
},
"_id": ""
},
@@ -4960,7 +5003,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 225
"__id__": 227
},
"_contentSize": {
"__type__": "cc.Size",
@@ -4988,7 +5031,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 227
"__id__": 229
},
"_cameraComponent": {
"__id__": 3
@@ -5010,7 +5053,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 229
"__id__": 231
},
"_alignFlags": 45,
"_target": null,

View File

@@ -312,15 +312,11 @@
"__expectedType__": "cc.Prefab"
},
"hasReady": true,
"ReadyLoop": true,
"SkillTime": 5,
"ReadyTime": 0.2,
"ReadyTime": 0.1,
"runType": 0,
"ready_y": 200,
"atk_x": 0,
"atk_y": 0,
"s_count": 5,
"s_interval": 0.2,
"atk_x": 10,
"atk_y": 40,
"_id": ""
},
{

View File

@@ -311,16 +311,12 @@
"__uuid__": "551c634e-b486-4ff5-a302-279e365751ee",
"__expectedType__": "cc.Prefab"
},
"hasReady": false,
"ReadyLoop": false,
"SkillTime": 1,
"ReadyTime": 0.1,
"runType": 2,
"hasReady": false,
"ReadyTime": 0.1,
"ready_y": 0,
"atk_x": 10,
"atk_y": 0,
"s_count": 1,
"s_interval": 0,
"_id": ""
},
{
@@ -337,7 +333,6 @@
},
"fileId": "c46/YsCPVOJYA4mWEpNYRx",
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": [
{
"__id__": 2

View File

@@ -1,9 +0,0 @@
{
"ver": "1.2.0",
"importer": "directory",
"imported": true,
"uuid": "ac56cd3e-ed47-4d94-afb3-5ea23d5f3a0e",
"files": [],
"subMetas": {},
"userData": {}
}

View File

@@ -32,10 +32,13 @@
},
{
"__id__": 16
},
{
"__id__": 18
}
],
"_prefab": {
"__id__": 18
"__id__": 20
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -356,6 +359,24 @@
"__type__": "cc.CompPrefabInfo",
"fileId": "157f8YWOhK6pBg6CBgHHww"
},
{
"__type__": "b1d8e1ZA0dLtqufhidnFK/K",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 19
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "eeypCqftdF9bW7NF55WalQ"
},
{
"__type__": "cc.PrefabInfo",
"root": {

View File

@@ -32,10 +32,13 @@
},
{
"__id__": 16
},
{
"__id__": 18
}
],
"_prefab": {
"__id__": 18
"__id__": 20
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -356,6 +359,24 @@
"__type__": "cc.CompPrefabInfo",
"fileId": "157f8YWOhK6pBg6CBgHHww"
},
{
"__type__": "b1d8e1ZA0dLtqufhidnFK/K",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 19
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "eeypCqftdF9bW7NF55WalQ"
},
{
"__type__": "cc.PrefabInfo",
"root": {

View File

@@ -32,10 +32,13 @@
},
{
"__id__": 16
},
{
"__id__": 18
}
],
"_prefab": {
"__id__": 18
"__id__": 20
},
"_lpos": {
"__type__": "cc.Vec3",
@@ -356,6 +359,24 @@
"__type__": "cc.CompPrefabInfo",
"fileId": "157f8YWOhK6pBg6CBgHHww"
},
{
"__type__": "b1d8e1ZA0dLtqufhidnFK/K",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 19
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "eeypCqftdF9bW7NF55WalQ"
},
{
"__type__": "cc.PrefabInfo",
"root": {

View File

@@ -0,0 +1,403 @@
[
{
"__type__": "cc.Prefab",
"_name": "am_blue",
"_objFlags": 0,
"__editorExtras__": {},
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"persistent": false
},
{
"__type__": "cc.Node",
"_name": "am_blue",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": null,
"_children": [
{
"__id__": 2
}
],
"_active": true,
"_components": [
{
"__id__": 8
},
{
"__id__": 10
},
{
"__id__": 12
},
{
"__id__": 14
},
{
"__id__": 16
},
{
"__id__": 18
}
],
"_prefab": {
"__id__": 20
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_lrot": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"z": 1
},
"_mobility": 0,
"_layer": 1073741824,
"_euler": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_id": ""
},
{
"__type__": "cc.Node",
"_name": "skill",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": {
"__id__": 1
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 3
},
{
"__id__": 5
}
],
"_prefab": {
"__id__": 7
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_lrot": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": -0.7071067811865475,
"w": 0.7071067811865476
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 0.8,
"y": 0.8,
"z": 1
},
"_mobility": 0,
"_layer": 1073741824,
"_euler": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": -90
},
"_id": ""
},
{
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 2
},
"_enabled": true,
"__prefab": {
"__id__": 4
},
"_contentSize": {
"__type__": "cc.Size",
"width": 139,
"height": 128
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "0bXCTL/l1A5YZuQAHcNimF"
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 2
},
"_enabled": true,
"__prefab": {
"__id__": 6
},
"_customMaterial": null,
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_spriteFrame": {
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@48223",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 1,
"_fillType": 0,
"_sizeMode": 1,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": null,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "b9QUlReiVJ7ZDxbXwpC4IM"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "9fUsJF0/xIH6lvrQ3ar5z7",
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": null
},
{
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 9
},
"_contentSize": {
"__type__": "cc.Size",
"width": 40,
"height": 40
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.49664333316829656,
"y": 0.5156666649712457
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 11
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "bcCcCZuuJMgIWRgtrud9x7"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 13
},
"tag": 8,
"_group": 4,
"_density": 1,
"_sensor": true,
"_friction": 0.2,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": -0.7,
"y": 0.5
},
"_size": {
"__type__": "cc.Size",
"width": 29.5,
"height": 10.8
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "81sJPuCINN3rZBRiuXBK3i"
},
{
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 15
},
"enabledContactListener": true,
"bullet": false,
"awakeOnLoad": true,
"_group": 4,
"_type": 1,
"_allowSleep": false,
"_gravityScale": 1,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "4bT+t24ixB5JXaf1K0opLg"
},
{
"__type__": "f680dkagx9PmbfqtF463/Ua",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 17
},
"speed": 600,
"controlPointSide": 1,
"controlPointOffset": 0.1,
"controlPointRandomness": 0,
"autoRotate": true,
"showTrajectory": false,
"trajectoryColor": {
"__type__": "cc.Color",
"r": 0,
"g": 255,
"b": 0,
"a": 255
},
"trajectoryWidth": 3,
"easing": "linear",
"rotationSmoothness": 0.6,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "5bdTSRB61JvJ58crjmM55d"
},
{
"__type__": "cc.Animation",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 19
},
"playOnLoad": true,
"_clips": [
{
"__uuid__": "1c9c8ff5-02a0-46fb-96f6-dbf283731c9f",
"__expectedType__": "cc.AnimationClip"
}
],
"_defaultClip": {
"__uuid__": "1c9c8ff5-02a0-46fb-96f6-dbf283731c9f",
"__expectedType__": "cc.AnimationClip"
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "81ijmfBpBLBYwxa+xOAd0J"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "c46/YsCPVOJYA4mWEpNYRx",
"instance": null,
"targetOverrides": null
}
]

View File

@@ -0,0 +1,13 @@
{
"ver": "1.1.50",
"importer": "prefab",
"imported": true,
"uuid": "8f169859-9ba0-4da4-b26a-a4176294e8a2",
"files": [
".json"
],
"subMetas": {},
"userData": {
"syncNodeName": "am_blue"
}
}

View File

@@ -0,0 +1,403 @@
[
{
"__type__": "cc.Prefab",
"_name": "am_fire",
"_objFlags": 0,
"__editorExtras__": {},
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"persistent": false
},
{
"__type__": "cc.Node",
"_name": "am_fire",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": null,
"_children": [
{
"__id__": 2
}
],
"_active": true,
"_components": [
{
"__id__": 8
},
{
"__id__": 10
},
{
"__id__": 12
},
{
"__id__": 14
},
{
"__id__": 16
},
{
"__id__": 18
}
],
"_prefab": {
"__id__": 20
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_lrot": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"z": 1
},
"_mobility": 0,
"_layer": 1073741824,
"_euler": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_id": ""
},
{
"__type__": "cc.Node",
"_name": "skill",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": {
"__id__": 1
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 3
},
{
"__id__": 5
}
],
"_prefab": {
"__id__": 7
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_lrot": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 1,
"w": 6.123233995736766e-17
},
"_lscale": {
"__type__": "cc.Vec3",
"x": -0.3,
"y": 0.3,
"z": 1
},
"_mobility": 0,
"_layer": 1073741824,
"_euler": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 180
},
"_id": ""
},
{
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 2
},
"_enabled": true,
"__prefab": {
"__id__": 4
},
"_contentSize": {
"__type__": "cc.Size",
"width": 170,
"height": 238
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.49367133720771417,
"y": 0.5723333146837023
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "43ucwKXvZIjpuRMb6AMdcx"
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 2
},
"_enabled": true,
"__prefab": {
"__id__": 6
},
"_customMaterial": null,
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_spriteFrame": {
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@59ec8",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 0,
"_fillType": 0,
"_sizeMode": 1,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": null,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "62kIaCLMJIDKY/ceTYVdJH"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "b05wpkPXFJqK6/PzoIxCfr",
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": null
},
{
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 9
},
"_contentSize": {
"__type__": "cc.Size",
"width": 120,
"height": 80
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.49664333316829656,
"y": 0.5156666649712457
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 11
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "8ahZv91itPcYJm8S0veHYl"
},
{
"__type__": "cc.Animation",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 13
},
"playOnLoad": true,
"_clips": [
{
"__uuid__": "f2338276-3fe1-4b8b-9a73-02540d9c17a9",
"__expectedType__": "cc.AnimationClip"
}
],
"_defaultClip": {
"__uuid__": "f2338276-3fe1-4b8b-9a73-02540d9c17a9",
"__expectedType__": "cc.AnimationClip"
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "16LYpWaddLdZBFsLWFfMKv"
},
{
"__type__": "f680dkagx9PmbfqtF463/Ua",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 15
},
"speed": 600,
"controlPointSide": 1,
"controlPointOffset": 0.7,
"controlPointRandomness": 0.1,
"autoRotate": true,
"showTrajectory": false,
"trajectoryColor": {
"__type__": "cc.Color",
"r": 0,
"g": 255,
"b": 0,
"a": 255
},
"trajectoryWidth": 3,
"easing": "linear",
"rotationSmoothness": 0.6,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "29TlPeJcdIy4wZXKhtLbdr"
},
{
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 17
},
"enabledContactListener": true,
"bullet": false,
"awakeOnLoad": true,
"_group": 1,
"_type": 1,
"_allowSleep": false,
"_gravityScale": 1,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "58tC4fIN9CO56Y1QXCUmEk"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 19
},
"tag": 0,
"_group": 4,
"_density": 1,
"_sensor": true,
"_friction": 0.2,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": 2.1,
"y": 6.2
},
"_size": {
"__type__": "cc.Size",
"width": 20.5,
"height": 50
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "06iYFbB9lCdoNl1MeEo3h4"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "c46/YsCPVOJYA4mWEpNYRx",
"instance": null,
"targetOverrides": null
}
]

View File

@@ -0,0 +1,13 @@
{
"ver": "1.1.50",
"importer": "prefab",
"imported": true,
"uuid": "f9a7ccb6-d45d-452f-81b7-5bf3cb9920b7",
"files": [
".json"
],
"subMetas": {},
"userData": {
"syncNodeName": "am_fire"
}
}

View File

@@ -0,0 +1,404 @@
[
{
"__type__": "cc.Prefab",
"_name": "am_ice",
"_objFlags": 0,
"__editorExtras__": {},
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"persistent": false
},
{
"__type__": "cc.Node",
"_name": "am_ice",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": null,
"_children": [
{
"__id__": 2
}
],
"_active": true,
"_components": [
{
"__id__": 8
},
{
"__id__": 10
},
{
"__id__": 12
},
{
"__id__": 14
},
{
"__id__": 16
},
{
"__id__": 18
}
],
"_prefab": {
"__id__": 20
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_lrot": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"z": 1
},
"_mobility": 0,
"_layer": 1073741824,
"_euler": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_id": ""
},
{
"__type__": "cc.Node",
"_name": "skill",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": {
"__id__": 1
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 3
},
{
"__id__": 5
}
],
"_prefab": {
"__id__": 7
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_lrot": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": -0.7071067811865475,
"w": 0.7071067811865476
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 0.8,
"y": 0.8,
"z": 1
},
"_mobility": 0,
"_layer": 1073741824,
"_euler": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": -90
},
"_id": ""
},
{
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 2
},
"_enabled": true,
"__prefab": {
"__id__": 4
},
"_contentSize": {
"__type__": "cc.Size",
"width": 107,
"height": 71
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "0bXCTL/l1A5YZuQAHcNimF"
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 2
},
"_enabled": true,
"__prefab": {
"__id__": 6
},
"_customMaterial": null,
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_spriteFrame": {
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@6350b",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 1,
"_fillType": 0,
"_sizeMode": 1,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": null,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "b9QUlReiVJ7ZDxbXwpC4IM"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "9fUsJF0/xIH6lvrQ3ar5z7",
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": null
},
{
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 9
},
"_contentSize": {
"__type__": "cc.Size",
"width": 40,
"height": 40
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.49664333316829656,
"y": 0.5156666649712457
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 11
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "bcCcCZuuJMgIWRgtrud9x7"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 13
},
"tag": 8,
"_group": 4,
"_density": 1,
"_sensor": true,
"_friction": 0.2,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": 0.3,
"y": 9
},
"_size": {
"__type__": "cc.Size",
"width": 31.5,
"height": 12.7
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "81sJPuCINN3rZBRiuXBK3i"
},
{
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 15
},
"enabledContactListener": true,
"bullet": false,
"awakeOnLoad": true,
"_group": 4,
"_type": 1,
"_allowSleep": false,
"_gravityScale": 1,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "4bT+t24ixB5JXaf1K0opLg"
},
{
"__type__": "f680dkagx9PmbfqtF463/Ua",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 17
},
"speed": 600,
"controlPointSide": 1,
"controlPointOffset": 0.1,
"controlPointRandomness": 0,
"autoRotate": true,
"showTrajectory": false,
"trajectoryColor": {
"__type__": "cc.Color",
"r": 0,
"g": 255,
"b": 0,
"a": 255
},
"trajectoryWidth": 3,
"easing": "linear",
"rotationSmoothness": 0.6,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "5bdTSRB61JvJ58crjmM55d"
},
{
"__type__": "cc.Animation",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 19
},
"playOnLoad": true,
"_clips": [
null,
{
"__uuid__": "059f0942-820b-4ec5-b537-b4e6384f7b74",
"__expectedType__": "cc.AnimationClip"
}
],
"_defaultClip": {
"__uuid__": "059f0942-820b-4ec5-b537-b4e6384f7b74",
"__expectedType__": "cc.AnimationClip"
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "81ijmfBpBLBYwxa+xOAd0J"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "c46/YsCPVOJYA4mWEpNYRx",
"instance": null,
"targetOverrides": null
}
]

View File

@@ -0,0 +1,13 @@
{
"ver": "1.1.50",
"importer": "prefab",
"imported": true,
"uuid": "6c4fdfd2-d7ff-4f07-a890-4149c44e25ae",
"files": [
".json"
],
"subMetas": {},
"userData": {
"syncNodeName": "am_ice"
}
}

View File

@@ -0,0 +1,403 @@
[
{
"__type__": "cc.Prefab",
"_name": "am_yellow",
"_objFlags": 0,
"__editorExtras__": {},
"_native": "",
"data": {
"__id__": 1
},
"optimizationPolicy": 0,
"persistent": false
},
{
"__type__": "cc.Node",
"_name": "am_yellow",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": null,
"_children": [
{
"__id__": 2
}
],
"_active": true,
"_components": [
{
"__id__": 8
},
{
"__id__": 10
},
{
"__id__": 12
},
{
"__id__": 14
},
{
"__id__": 16
},
{
"__id__": 18
}
],
"_prefab": {
"__id__": 20
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_lrot": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"z": 1
},
"_mobility": 0,
"_layer": 1073741824,
"_euler": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_id": ""
},
{
"__type__": "cc.Node",
"_name": "skill",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": {
"__id__": 1
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 3
},
{
"__id__": 5
}
],
"_prefab": {
"__id__": 7
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_lrot": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": -0.7071067811865475,
"w": 0.7071067811865476
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 0.5,
"y": 0.5,
"z": 1
},
"_mobility": 0,
"_layer": 1073741824,
"_euler": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": -90
},
"_id": ""
},
{
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 2
},
"_enabled": true,
"__prefab": {
"__id__": 4
},
"_contentSize": {
"__type__": "cc.Size",
"width": 139,
"height": 127
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "0bXCTL/l1A5YZuQAHcNimF"
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 2
},
"_enabled": true,
"__prefab": {
"__id__": 6
},
"_customMaterial": null,
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_spriteFrame": {
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@df4cf",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 1,
"_fillType": 0,
"_sizeMode": 1,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": null,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "b9QUlReiVJ7ZDxbXwpC4IM"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "9fUsJF0/xIH6lvrQ3ar5z7",
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": null
},
{
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 9
},
"_contentSize": {
"__type__": "cc.Size",
"width": 40,
"height": 40
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.49664333316829656,
"y": 0.5156666649712457
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "63NP9yq3hEUKD/OZZZ5t7x"
},
{
"__type__": "45646oIyIdA24W+0c5rdELD",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 11
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "bcCcCZuuJMgIWRgtrud9x7"
},
{
"__type__": "cc.BoxCollider2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 13
},
"tag": 8,
"_group": 4,
"_density": 1,
"_sensor": true,
"_friction": 0.2,
"_restitution": 0,
"_offset": {
"__type__": "cc.Vec2",
"x": -0.7,
"y": 0.5
},
"_size": {
"__type__": "cc.Size",
"width": 29.5,
"height": 10.8
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "81sJPuCINN3rZBRiuXBK3i"
},
{
"__type__": "cc.RigidBody2D",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 15
},
"enabledContactListener": true,
"bullet": false,
"awakeOnLoad": true,
"_group": 4,
"_type": 1,
"_allowSleep": false,
"_gravityScale": 1,
"_linearDamping": 0,
"_angularDamping": 0,
"_linearVelocity": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_angularVelocity": 0,
"_fixedRotation": false,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "4bT+t24ixB5JXaf1K0opLg"
},
{
"__type__": "f680dkagx9PmbfqtF463/Ua",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 17
},
"speed": 600,
"controlPointSide": 1,
"controlPointOffset": 0.1,
"controlPointRandomness": 0,
"autoRotate": true,
"showTrajectory": false,
"trajectoryColor": {
"__type__": "cc.Color",
"r": 0,
"g": 255,
"b": 0,
"a": 255
},
"trajectoryWidth": 3,
"easing": "linear",
"rotationSmoothness": 0.6,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "5bdTSRB61JvJ58crjmM55d"
},
{
"__type__": "cc.Animation",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 19
},
"playOnLoad": true,
"_clips": [
{
"__uuid__": "ed6cf35f-840b-406b-b1c0-442ec6b52218",
"__expectedType__": "cc.AnimationClip"
}
],
"_defaultClip": {
"__uuid__": "ed6cf35f-840b-406b-b1c0-442ec6b52218",
"__expectedType__": "cc.AnimationClip"
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "e1u2A/8GJEhKdc+zvPwRLJ"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "c46/YsCPVOJYA4mWEpNYRx",
"instance": null,
"targetOverrides": null
}
]

View File

@@ -0,0 +1,13 @@
{
"ver": "1.1.50",
"importer": "prefab",
"imported": true,
"uuid": "50b9cd2d-a41d-4955-97e5-587dfb07bab1",
"files": [
".json"
],
"subMetas": {},
"userData": {
"syncNodeName": "am_yellow"
}
}

View File

@@ -1,17 +1,17 @@
[
{
"__type__": "cc.AnimationClip",
"_name": "move",
"_name": "ab",
"_objFlags": 0,
"__editorExtras__": {
"embeddedPlayerGroups": []
},
"_native": "",
"sample": 10,
"sample": 24,
"speed": 1,
"wrapMode": 2,
"enableTrsBlending": false,
"_duration": 0.5,
"_duration": 0.2916666666666667,
"_hash": 500763545,
"_tracks": [
{
@@ -22,7 +22,7 @@
"_events": [],
"_embeddedPlayers": [],
"_additiveSettings": {
"__id__": 6
"__id__": 7
},
"_auxiliaryCurveEntries": []
},
@@ -36,7 +36,7 @@
"proxy": null
},
"_channel": {
"__id__": 4
"__id__": 5
}
},
{
@@ -45,9 +45,16 @@
{
"__id__": 3
},
{
"__id__": 4
},
"spriteFrame"
]
},
{
"__type__": "cc.animation.HierarchyPath",
"path": "skill"
},
{
"__type__": "cc.animation.ComponentPath",
"component": "cc.Sprite"
@@ -55,37 +62,32 @@
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 5
"__id__": 6
}
},
{
"__type__": "cc.ObjectCurve",
"_times": [
0,
0.1,
0.2,
0.3,
0.4
0.08333333333333333,
0.16666666666666666,
0.25
],
"_values": [
{
"__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@3dd90",
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@c3f86",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@dad97",
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@cc86c",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@d0993",
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@41271",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@b2661",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@1b6cc",
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@aa54b",
"__expectedType__": "cc.SpriteFrame"
}
]

View File

@@ -2,12 +2,12 @@
"ver": "2.0.3",
"importer": "animation-clip",
"imported": true,
"uuid": "ee70aa99-524a-4521-bae6-c156881ee3d1",
"uuid": "981ef7be-92cf-44d5-a3db-fa233d44a2d8",
"files": [
".cconb"
],
"subMetas": {},
"userData": {
"name": "dun1"
"name": "ab"
}
}

View File

@@ -1,17 +1,17 @@
[
{
"__type__": "cc.AnimationClip",
"_name": "max",
"_name": "am_blue",
"_objFlags": 0,
"__editorExtras__": {
"embeddedPlayerGroups": []
},
"_native": "",
"sample": 10,
"sample": 12,
"speed": 1,
"wrapMode": 1,
"wrapMode": 2,
"enableTrsBlending": false,
"_duration": 0,
"_duration": 0.16666666666666666,
"_hash": 500763545,
"_tracks": [
{
@@ -19,21 +19,10 @@
}
],
"_exoticAnimation": null,
"_events": [
{
"frame": 0.7,
"func": "",
"params": []
},
{
"frame": 0.7,
"func": "atk",
"params": []
}
],
"_events": [],
"_embeddedPlayers": [],
"_additiveSettings": {
"__id__": 6
"__id__": 7
},
"_auxiliaryCurveEntries": []
},
@@ -47,7 +36,7 @@
"proxy": null
},
"_channel": {
"__id__": 4
"__id__": 5
}
},
{
@@ -56,9 +45,16 @@
{
"__id__": 3
},
{
"__id__": 4
},
"spriteFrame"
]
},
{
"__type__": "cc.animation.HierarchyPath",
"path": "skill"
},
{
"__type__": "cc.animation.ComponentPath",
"component": "cc.Sprite"
@@ -66,13 +62,25 @@
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 5
"__id__": 6
}
},
{
"__type__": "cc.ObjectCurve",
"_times": [],
"_values": []
"_times": [
0,
0.08333333333333333
],
"_values": [
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@48223",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@19d79",
"__expectedType__": "cc.SpriteFrame"
}
]
},
{
"__type__": "cc.AnimationClipAdditiveSettings",

View File

@@ -0,0 +1,13 @@
{
"ver": "2.0.3",
"importer": "animation-clip",
"imported": true,
"uuid": "1c9c8ff5-02a0-46fb-96f6-dbf283731c9f",
"files": [
".cconb"
],
"subMetas": {},
"userData": {
"name": "am_blue"
}
}

View File

@@ -1,17 +1,17 @@
[
{
"__type__": "cc.AnimationClip",
"_name": "atk",
"_name": "am_ice",
"_objFlags": 0,
"__editorExtras__": {
"embeddedPlayerGroups": []
},
"_native": "",
"sample": 10,
"sample": 12,
"speed": 1,
"wrapMode": 1,
"wrapMode": 2,
"enableTrsBlending": false,
"_duration": 0,
"_duration": 0.16666666666666666,
"_hash": 500763545,
"_tracks": [
{
@@ -19,21 +19,10 @@
}
],
"_exoticAnimation": null,
"_events": [
{
"frame": 0.4,
"func": "",
"params": []
},
{
"frame": 0.4,
"func": "atk",
"params": []
}
],
"_events": [],
"_embeddedPlayers": [],
"_additiveSettings": {
"__id__": 6
"__id__": 7
},
"_auxiliaryCurveEntries": []
},
@@ -47,7 +36,7 @@
"proxy": null
},
"_channel": {
"__id__": 4
"__id__": 5
}
},
{
@@ -56,9 +45,16 @@
{
"__id__": 3
},
{
"__id__": 4
},
"spriteFrame"
]
},
{
"__type__": "cc.animation.HierarchyPath",
"path": "skill"
},
{
"__type__": "cc.animation.ComponentPath",
"component": "cc.Sprite"
@@ -66,13 +62,25 @@
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 5
"__id__": 6
}
},
{
"__type__": "cc.ObjectCurve",
"_times": [],
"_values": []
"_times": [
0,
0.08333333333333333
],
"_values": [
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@6350b",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@e3e3b",
"__expectedType__": "cc.SpriteFrame"
}
]
},
{
"__type__": "cc.AnimationClipAdditiveSettings",

View File

@@ -0,0 +1,13 @@
{
"ver": "2.0.3",
"importer": "animation-clip",
"imported": true,
"uuid": "059f0942-820b-4ec5-b537-b4e6384f7b74",
"files": [
".cconb"
],
"subMetas": {},
"userData": {
"name": "am_ice"
}
}

View File

@@ -1,17 +1,17 @@
[
{
"__type__": "cc.AnimationClip",
"_name": "buff",
"_name": "am_yellow",
"_objFlags": 0,
"__editorExtras__": {
"embeddedPlayerGroups": []
},
"_native": "",
"sample": 10,
"sample": 12,
"speed": 1,
"wrapMode": 1,
"wrapMode": 2,
"enableTrsBlending": false,
"_duration": 0,
"_duration": 0.16666666666666666,
"_hash": 500763545,
"_tracks": [
{
@@ -19,21 +19,10 @@
}
],
"_exoticAnimation": null,
"_events": [
{
"frame": 0.4,
"func": "",
"params": []
},
{
"frame": 0.4,
"func": "atk",
"params": []
}
],
"_events": [],
"_embeddedPlayers": [],
"_additiveSettings": {
"__id__": 6
"__id__": 7
},
"_auxiliaryCurveEntries": []
},
@@ -47,7 +36,7 @@
"proxy": null
},
"_channel": {
"__id__": 4
"__id__": 5
}
},
{
@@ -56,9 +45,16 @@
{
"__id__": 3
},
{
"__id__": 4
},
"spriteFrame"
]
},
{
"__type__": "cc.animation.HierarchyPath",
"path": "skill"
},
{
"__type__": "cc.animation.ComponentPath",
"component": "cc.Sprite"
@@ -66,13 +62,25 @@
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 5
"__id__": 6
}
},
{
"__type__": "cc.ObjectCurve",
"_times": [],
"_values": []
"_times": [
0,
0.08333333333333333
],
"_values": [
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@df4cf",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@372f8",
"__expectedType__": "cc.SpriteFrame"
}
]
},
{
"__type__": "cc.AnimationClipAdditiveSettings",

View File

@@ -0,0 +1,13 @@
{
"ver": "2.0.3",
"importer": "animation-clip",
"imported": true,
"uuid": "ed6cf35f-840b-406b-b1c0-442ec6b52218",
"files": [
".cconb"
],
"subMetas": {},
"userData": {
"name": "am_yellow"
}
}

View File

@@ -7,11 +7,11 @@
"embeddedPlayerGroups": []
},
"_native": "",
"sample": 30,
"sample": 60,
"speed": 1,
"wrapMode": 1,
"enableTrsBlending": false,
"_duration": 0.1,
"_duration": 0.05,
"_hash": 500763545,
"_tracks": [
{
@@ -24,12 +24,12 @@
"_exoticAnimation": null,
"_events": [
{
"frame": 0.06666666666666667,
"frame": 0.03333333333333333,
"func": "",
"params": []
},
{
"frame": 0.06666666666666667,
"frame": 0.03333333333333333,
"func": "atk",
"params": []
}
@@ -88,7 +88,7 @@
"__type__": "cc.RealCurve",
"_times": [
0,
0.1
0.05000000074505806
],
"_values": [
{
@@ -101,7 +101,9 @@
"leftTangent": 0,
"leftTangentWeight": 1,
"easingMethod": 0,
"__editorExtras__": null
"__editorExtras__": {
"tangentMode": 0
}
},
{
"__type__": "cc.RealKeyframeValue",
@@ -113,7 +115,9 @@
"leftTangent": 0,
"leftTangentWeight": 1,
"easingMethod": 0,
"__editorExtras__": null
"__editorExtras__": {
"tangentMode": 0
}
}
],
"preExtrapolation": 1,
@@ -129,7 +133,7 @@
"__type__": "cc.RealCurve",
"_times": [
0,
0.1
0.05000000074505806
],
"_values": [
{
@@ -142,7 +146,9 @@
"leftTangent": 0,
"leftTangentWeight": 1,
"easingMethod": 0,
"__editorExtras__": null
"__editorExtras__": {
"tangentMode": 0
}
},
{
"__type__": "cc.RealKeyframeValue",
@@ -154,7 +160,9 @@
"leftTangent": 0,
"leftTangentWeight": 1,
"easingMethod": 0,
"__editorExtras__": null
"__editorExtras__": {
"tangentMode": 0
}
}
],
"preExtrapolation": 1,
@@ -170,7 +178,7 @@
"__type__": "cc.RealCurve",
"_times": [
0,
0.1
0.05000000074505806
],
"_values": [
{
@@ -183,7 +191,9 @@
"leftTangent": 0,
"leftTangentWeight": 1,
"easingMethod": 0,
"__editorExtras__": null
"__editorExtras__": {
"tangentMode": 0
}
},
{
"__type__": "cc.RealKeyframeValue",
@@ -195,7 +205,9 @@
"leftTangent": 0,
"leftTangentWeight": 1,
"easingMethod": 0,
"__editorExtras__": null
"__editorExtras__": {
"tangentMode": 0
}
}
],
"preExtrapolation": 1,
@@ -267,8 +279,8 @@
{
"__type__": "cc.RealCurve",
"_times": [
0.06666666666666667,
0.1
0.03333333507180214,
0.05000000074505806
],
"_values": [
{
@@ -281,7 +293,9 @@
"leftTangent": 0,
"leftTangentWeight": 1,
"easingMethod": 0,
"__editorExtras__": null
"__editorExtras__": {
"tangentMode": 0
}
},
{
"__type__": "cc.RealKeyframeValue",
@@ -293,7 +307,9 @@
"leftTangent": 0,
"leftTangentWeight": 1,
"easingMethod": 0,
"__editorExtras__": null
"__editorExtras__": {
"tangentMode": 0
}
}
],
"preExtrapolation": 1,
@@ -308,8 +324,8 @@
{
"__type__": "cc.RealCurve",
"_times": [
0.06666666666666667,
0.1
0.03333333507180214,
0.05000000074505806
],
"_values": [
{
@@ -322,7 +338,9 @@
"leftTangent": 0,
"leftTangentWeight": 1,
"easingMethod": 0,
"__editorExtras__": null
"__editorExtras__": {
"tangentMode": 0
}
},
{
"__type__": "cc.RealKeyframeValue",
@@ -334,7 +352,9 @@
"leftTangent": 0,
"leftTangentWeight": 1,
"easingMethod": 0,
"__editorExtras__": null
"__editorExtras__": {
"tangentMode": 0
}
}
],
"preExtrapolation": 1,
@@ -349,8 +369,8 @@
{
"__type__": "cc.RealCurve",
"_times": [
0.06666666666666667,
0.1
0.03333333507180214,
0.05000000074505806
],
"_values": [
{
@@ -363,7 +383,9 @@
"leftTangent": 0,
"leftTangentWeight": 1,
"easingMethod": 0,
"__editorExtras__": null
"__editorExtras__": {
"tangentMode": 0
}
},
{
"__type__": "cc.RealKeyframeValue",
@@ -375,7 +397,9 @@
"leftTangent": 0,
"leftTangentWeight": 1,
"easingMethod": 0,
"__editorExtras__": null
"__editorExtras__": {
"tangentMode": 0
}
}
],
"preExtrapolation": 1,
@@ -390,8 +414,8 @@
{
"__type__": "cc.RealCurve",
"_times": [
0.06666666666666667,
0.1
0.03333333507180214,
0.05000000074505806
],
"_values": [
{
@@ -404,7 +428,9 @@
"leftTangent": 0,
"leftTangentWeight": 1,
"easingMethod": 0,
"__editorExtras__": null
"__editorExtras__": {
"tangentMode": 0
}
},
{
"__type__": "cc.RealKeyframeValue",
@@ -416,7 +442,9 @@
"leftTangent": 0,
"leftTangentWeight": 1,
"easingMethod": 0,
"__editorExtras__": null
"__editorExtras__": {
"tangentMode": 0
}
}
],
"preExtrapolation": 1,

View File

@@ -0,0 +1,268 @@
[
{
"__type__": "cc.AnimationClip",
"_name": "atk1",
"_objFlags": 0,
"__editorExtras__": {
"embeddedPlayerGroups": []
},
"_native": "",
"sample": 24,
"speed": 1,
"wrapMode": 2,
"enableTrsBlending": false,
"_duration": 0.625,
"_hash": 500763545,
"_tracks": [
{
"__id__": 1
},
{
"__id__": 7
},
{
"__id__": 13
}
],
"_exoticAnimation": null,
"_events": [],
"_embeddedPlayers": [],
"_additiveSettings": {
"__id__": 19
},
"_auxiliaryCurveEntries": []
},
{
"__type__": "cc.animation.ObjectTrack",
"_binding": {
"__type__": "cc.animation.TrackBinding",
"path": {
"__id__": 2
},
"proxy": null
},
"_channel": {
"__id__": 5
}
},
{
"__type__": "cc.animation.TrackPath",
"_paths": [
{
"__id__": 3
},
{
"__id__": 4
},
"spriteFrame"
]
},
{
"__type__": "cc.animation.HierarchyPath",
"path": "SlashFX3"
},
{
"__type__": "cc.animation.ComponentPath",
"component": "cc.Sprite"
},
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 6
}
},
{
"__type__": "cc.ObjectCurve",
"_times": [
0,
0.041666666666666664,
0.08333333333333333,
0.125,
0.16666666666666666,
0.20833333333333334,
0.25
],
"_values": [
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@50d44",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@fc3f4",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@1bf03",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@c09bc",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@01cc3",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@bb1ab",
"__expectedType__": "cc.SpriteFrame"
},
null
]
},
{
"__type__": "cc.animation.ObjectTrack",
"_binding": {
"__type__": "cc.animation.TrackBinding",
"path": {
"__id__": 8
},
"proxy": null
},
"_channel": {
"__id__": 11
}
},
{
"__type__": "cc.animation.TrackPath",
"_paths": [
{
"__id__": 9
},
{
"__id__": 10
},
"spriteFrame"
]
},
{
"__type__": "cc.animation.HierarchyPath",
"path": "SlashFX4"
},
{
"__type__": "cc.animation.ComponentPath",
"component": "cc.Sprite"
},
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 12
}
},
{
"__type__": "cc.ObjectCurve",
"_times": [
0.16666666666666666,
0.20833333333333334,
0.25,
0.2916666666666667,
0.3333333333333333,
0.375,
0.4166666666666667
],
"_values": [
null,
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@50d44",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@fc3f4",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@1bf03",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@c09bc",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@01cc3",
"__expectedType__": "cc.SpriteFrame"
},
null
]
},
{
"__type__": "cc.animation.ObjectTrack",
"_binding": {
"__type__": "cc.animation.TrackBinding",
"path": {
"__id__": 14
},
"proxy": null
},
"_channel": {
"__id__": 17
}
},
{
"__type__": "cc.animation.TrackPath",
"_paths": [
{
"__id__": 15
},
{
"__id__": 16
},
"spriteFrame"
]
},
{
"__type__": "cc.animation.HierarchyPath",
"path": "SlashFX5"
},
{
"__type__": "cc.animation.ComponentPath",
"component": "cc.Sprite"
},
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 18
}
},
{
"__type__": "cc.ObjectCurve",
"_times": [
0.3333333333333333,
0.375,
0.4166666666666667,
0.4583333333333333,
0.5,
0.5416666666666666,
0.5833333333333334
],
"_values": [
null,
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@50d44",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@fc3f4",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@1bf03",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@c09bc",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@01cc3",
"__expectedType__": "cc.SpriteFrame"
},
null
]
},
{
"__type__": "cc.AnimationClipAdditiveSettings",
"enabled": false,
"refClip": null
}
]

View File

@@ -0,0 +1,13 @@
{
"ver": "2.0.3",
"importer": "animation-clip",
"imported": true,
"uuid": "7e14a335-71d0-480e-beaf-e4d0ea6ecb19",
"files": [
".cconb"
],
"subMetas": {},
"userData": {
"name": "atk1"
}
}

View File

@@ -0,0 +1,568 @@
[
{
"__type__": "cc.AnimationClip",
"_name": "atk2",
"_objFlags": 0,
"__editorExtras__": {
"embeddedPlayerGroups": []
},
"_native": "",
"sample": 24,
"speed": 1,
"wrapMode": 1,
"enableTrsBlending": false,
"_duration": 1.0833333333333333,
"_hash": 500763545,
"_tracks": [
{
"__id__": 1
},
{
"__id__": 7
},
{
"__id__": 13
},
{
"__id__": 19
},
{
"__id__": 25
}
],
"_exoticAnimation": null,
"_events": [
{
"frame": 0.20833333333333334,
"func": "",
"params": []
},
{
"frame": 0.20833333333333334,
"func": "atk",
"params": []
},
{
"frame": 0.375,
"func": "",
"params": []
},
{
"frame": 0.375,
"func": "atk",
"params": []
},
{
"frame": 0.5416666666666666,
"func": "",
"params": []
},
{
"frame": 0.5416666666666666,
"func": "atk",
"params": []
},
{
"frame": 0.7916666666666666,
"func": "",
"params": []
},
{
"frame": 0.7916666666666666,
"func": "atk",
"params": []
}
],
"_embeddedPlayers": [],
"_additiveSettings": {
"__id__": 31
},
"_auxiliaryCurveEntries": []
},
{
"__type__": "cc.animation.ObjectTrack",
"_binding": {
"__type__": "cc.animation.TrackBinding",
"path": {
"__id__": 2
},
"proxy": null
},
"_channel": {
"__id__": 5
}
},
{
"__type__": "cc.animation.TrackPath",
"_paths": [
{
"__id__": 3
},
{
"__id__": 4
},
"spriteFrame"
]
},
{
"__type__": "cc.animation.HierarchyPath",
"path": "SlashFX3"
},
{
"__type__": "cc.animation.ComponentPath",
"component": "cc.Sprite"
},
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 6
}
},
{
"__type__": "cc.ObjectCurve",
"_times": [
0.3333333333333333,
0.375,
0.4166666666666667,
0.4583333333333333,
0.5,
0.5416666666666666,
0.5833333333333334,
0.625,
0.6666666666666666,
0.7083333333333334,
0.75,
0.7916666666666666
],
"_values": [
null,
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@1009c",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@de62b",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@5b01f",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@254e1",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@b42a1",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@4ba4a",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@b9773",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@70740",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@8a2ee",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@04fca",
"__expectedType__": "cc.SpriteFrame"
},
null
]
},
{
"__type__": "cc.animation.ObjectTrack",
"_binding": {
"__type__": "cc.animation.TrackBinding",
"path": {
"__id__": 8
},
"proxy": null
},
"_channel": {
"__id__": 11
}
},
{
"__type__": "cc.animation.TrackPath",
"_paths": [
{
"__id__": 9
},
{
"__id__": 10
},
"spriteFrame"
]
},
{
"__type__": "cc.animation.HierarchyPath",
"path": "SlashFX4"
},
{
"__type__": "cc.animation.ComponentPath",
"component": "cc.Sprite"
},
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 12
}
},
{
"__type__": "cc.ObjectCurve",
"_times": [
0.125,
0.16666666666666666,
0.20833333333333334,
0.25,
0.2916666666666667,
0.3333333333333333,
0.375,
0.4166666666666667,
0.4583333333333333,
0.5,
0.5416666666666666,
0.5833333333333334,
0.625
],
"_values": [
null,
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@30608",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@b0b10",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@76298",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@76bd7",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@d4058",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@9197a",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@22801",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@76161",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@a8392",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@e2de4",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@d96ab",
"__expectedType__": "cc.SpriteFrame"
},
null
]
},
{
"__type__": "cc.animation.ObjectTrack",
"_binding": {
"__type__": "cc.animation.TrackBinding",
"path": {
"__id__": 14
},
"proxy": null
},
"_channel": {
"__id__": 17
}
},
{
"__type__": "cc.animation.TrackPath",
"_paths": [
{
"__id__": 15
},
{
"__id__": 16
},
"spriteFrame"
]
},
{
"__type__": "cc.animation.HierarchyPath",
"path": "SlashFX5"
},
{
"__type__": "cc.animation.ComponentPath",
"component": "cc.Sprite"
},
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 18
}
},
{
"__type__": "cc.ObjectCurve",
"_times": [
0,
0.041666666666666664,
0.08333333333333333,
0.125,
0.16666666666666666,
0.20833333333333334,
0.25,
0.2916666666666667,
0.3333333333333333,
0.375,
0.4166666666666667,
0.4583333333333333
],
"_values": [
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@30608",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@b0b10",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@76298",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@76bd7",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@d4058",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@9197a",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@22801",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@76161",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@a8392",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@e2de4",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@d96ab",
"__expectedType__": "cc.SpriteFrame"
},
null
]
},
{
"__type__": "cc.animation.ObjectTrack",
"_binding": {
"__type__": "cc.animation.TrackBinding",
"path": {
"__id__": 20
},
"proxy": null
},
"_channel": {
"__id__": 23
}
},
{
"__type__": "cc.animation.TrackPath",
"_paths": [
{
"__id__": 21
},
{
"__id__": 22
},
"spriteFrame"
]
},
{
"__type__": "cc.animation.HierarchyPath",
"path": "SlashFX6"
},
{
"__type__": "cc.animation.ComponentPath",
"component": "cc.Sprite"
},
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 24
}
},
{
"__type__": "cc.ObjectCurve",
"_times": [
0.5833333333333334,
0.625,
0.6666666666666666,
0.7083333333333334,
0.75,
0.7916666666666666,
0.8333333333333334,
0.875,
0.9166666666666666,
0.9583333333333334,
1,
1.0416666666666667
],
"_values": [
null,
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@1009c",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@de62b",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@5b01f",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@254e1",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@b42a1",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@4ba4a",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@b9773",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@70740",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@8a2ee",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@04fca",
"__expectedType__": "cc.SpriteFrame"
},
null
]
},
{
"__type__": "cc.animation.ObjectTrack",
"_binding": {
"__type__": "cc.animation.TrackBinding",
"path": {
"__id__": 26
},
"proxy": null
},
"_channel": {
"__id__": 29
}
},
{
"__type__": "cc.animation.TrackPath",
"_paths": [
{
"__id__": 27
},
{
"__id__": 28
},
"spriteFrame"
]
},
{
"__type__": "cc.animation.HierarchyPath",
"path": "SlashFX7"
},
{
"__type__": "cc.animation.ComponentPath",
"component": "cc.Sprite"
},
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 30
}
},
{
"__type__": "cc.ObjectCurve",
"_times": [
0,
0.041666666666666664,
0.08333333333333333,
0.125,
0.16666666666666666,
0.25
],
"_values": [
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@07243",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@55d08",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@36291",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@4052b",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@e928b",
"__expectedType__": "cc.SpriteFrame"
},
null
]
},
{
"__type__": "cc.AnimationClipAdditiveSettings",
"enabled": false,
"refClip": null
}
]

View File

@@ -0,0 +1,13 @@
{
"ver": "2.0.3",
"importer": "animation-clip",
"imported": true,
"uuid": "37647271-97cd-475c-a0b9-0f0603dde7ae",
"files": [
".cconb"
],
"subMetas": {},
"userData": {
"name": "atk2"
}
}

View File

@@ -0,0 +1,325 @@
[
{
"__type__": "cc.AnimationClip",
"_name": "atk3",
"_objFlags": 0,
"__editorExtras__": {
"embeddedPlayerGroups": []
},
"_native": "",
"sample": 60,
"speed": 1,
"wrapMode": 2,
"enableTrsBlending": false,
"_duration": 0.2,
"_hash": 500763545,
"_tracks": [
{
"__id__": 1
}
],
"_exoticAnimation": null,
"_events": [],
"_embeddedPlayers": [],
"_additiveSettings": {
"__id__": 12
},
"_auxiliaryCurveEntries": []
},
{
"__type__": "cc.animation.VectorTrack",
"_binding": {
"__type__": "cc.animation.TrackBinding",
"path": {
"__id__": 2
},
"proxy": null
},
"_channels": [
{
"__id__": 4
},
{
"__id__": 6
},
{
"__id__": 8
},
{
"__id__": 10
}
],
"_nComponents": 3
},
{
"__type__": "cc.animation.TrackPath",
"_paths": [
{
"__id__": 3
},
"scale"
]
},
{
"__type__": "cc.animation.HierarchyPath",
"path": "SlashFX3"
},
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 5
}
},
{
"__type__": "cc.RealCurve",
"_times": [
0,
0.05,
0.1,
0.15,
0.2
],
"_values": [
{
"__type__": "cc.RealKeyframeValue",
"interpolationMode": 0,
"tangentWeightMode": 0,
"value": 1,
"rightTangent": 0,
"rightTangentWeight": 1,
"leftTangent": 0,
"leftTangentWeight": 1,
"easingMethod": 0,
"__editorExtras__": null
},
{
"__type__": "cc.RealKeyframeValue",
"interpolationMode": 0,
"tangentWeightMode": 0,
"value": 1.2000000476837158,
"rightTangent": 0,
"rightTangentWeight": 1,
"leftTangent": 0,
"leftTangentWeight": 1,
"easingMethod": 0,
"__editorExtras__": null
},
{
"__type__": "cc.RealKeyframeValue",
"interpolationMode": 0,
"tangentWeightMode": 0,
"value": 1,
"rightTangent": 0,
"rightTangentWeight": 1,
"leftTangent": 0,
"leftTangentWeight": 1,
"easingMethod": 0,
"__editorExtras__": null
},
{
"__type__": "cc.RealKeyframeValue",
"interpolationMode": 0,
"tangentWeightMode": 0,
"value": 0.8999999761581421,
"rightTangent": 0,
"rightTangentWeight": 1,
"leftTangent": 0,
"leftTangentWeight": 1,
"easingMethod": 0,
"__editorExtras__": null
},
{
"__type__": "cc.RealKeyframeValue",
"interpolationMode": 0,
"tangentWeightMode": 0,
"value": 1,
"rightTangent": 0,
"rightTangentWeight": 1,
"leftTangent": 0,
"leftTangentWeight": 1,
"easingMethod": 0,
"__editorExtras__": null
}
],
"preExtrapolation": 1,
"postExtrapolation": 1
},
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 7
}
},
{
"__type__": "cc.RealCurve",
"_times": [
0,
0.05,
0.1,
0.15,
0.2
],
"_values": [
{
"__type__": "cc.RealKeyframeValue",
"interpolationMode": 0,
"tangentWeightMode": 0,
"value": 1,
"rightTangent": 0,
"rightTangentWeight": 1,
"leftTangent": 0,
"leftTangentWeight": 1,
"easingMethod": 0,
"__editorExtras__": null
},
{
"__type__": "cc.RealKeyframeValue",
"interpolationMode": 0,
"tangentWeightMode": 0,
"value": 1.100000023841858,
"rightTangent": 0,
"rightTangentWeight": 1,
"leftTangent": 0,
"leftTangentWeight": 1,
"easingMethod": 0,
"__editorExtras__": null
},
{
"__type__": "cc.RealKeyframeValue",
"interpolationMode": 0,
"tangentWeightMode": 0,
"value": 1,
"rightTangent": 0,
"rightTangentWeight": 1,
"leftTangent": 0,
"leftTangentWeight": 1,
"easingMethod": 0,
"__editorExtras__": null
},
{
"__type__": "cc.RealKeyframeValue",
"interpolationMode": 0,
"tangentWeightMode": 0,
"value": 0.800000011920929,
"rightTangent": 0,
"rightTangentWeight": 1,
"leftTangent": 0,
"leftTangentWeight": 1,
"easingMethod": 0,
"__editorExtras__": null
},
{
"__type__": "cc.RealKeyframeValue",
"interpolationMode": 0,
"tangentWeightMode": 0,
"value": 1,
"rightTangent": 0,
"rightTangentWeight": 1,
"leftTangent": 0,
"leftTangentWeight": 1,
"easingMethod": 0,
"__editorExtras__": null
}
],
"preExtrapolation": 1,
"postExtrapolation": 1
},
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 9
}
},
{
"__type__": "cc.RealCurve",
"_times": [
0,
0.05,
0.1,
0.15,
0.2
],
"_values": [
{
"__type__": "cc.RealKeyframeValue",
"interpolationMode": 0,
"tangentWeightMode": 0,
"value": 1,
"rightTangent": 0,
"rightTangentWeight": 1,
"leftTangent": 0,
"leftTangentWeight": 1,
"easingMethod": 0,
"__editorExtras__": null
},
{
"__type__": "cc.RealKeyframeValue",
"interpolationMode": 0,
"tangentWeightMode": 0,
"value": 1,
"rightTangent": 0,
"rightTangentWeight": 1,
"leftTangent": 0,
"leftTangentWeight": 1,
"easingMethod": 0,
"__editorExtras__": null
},
{
"__type__": "cc.RealKeyframeValue",
"interpolationMode": 0,
"tangentWeightMode": 0,
"value": 1,
"rightTangent": 0,
"rightTangentWeight": 1,
"leftTangent": 0,
"leftTangentWeight": 1,
"easingMethod": 0,
"__editorExtras__": null
},
{
"__type__": "cc.RealKeyframeValue",
"interpolationMode": 0,
"tangentWeightMode": 0,
"value": 1,
"rightTangent": 0,
"rightTangentWeight": 1,
"leftTangent": 0,
"leftTangentWeight": 1,
"easingMethod": 0,
"__editorExtras__": null
},
{
"__type__": "cc.RealKeyframeValue",
"interpolationMode": 0,
"tangentWeightMode": 0,
"value": 1,
"rightTangent": 0,
"rightTangentWeight": 1,
"leftTangent": 0,
"leftTangentWeight": 1,
"easingMethod": 0,
"__editorExtras__": null
}
],
"preExtrapolation": 1,
"postExtrapolation": 1
},
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 11
}
},
{
"__type__": "cc.RealCurve",
"_times": [],
"_values": [],
"preExtrapolation": 1,
"postExtrapolation": 1
},
{
"__type__": "cc.AnimationClipAdditiveSettings",
"enabled": false,
"refClip": null
}
]

View File

@@ -0,0 +1,13 @@
{
"ver": "2.0.3",
"importer": "animation-clip",
"imported": true,
"uuid": "d5db66e1-ef21-4e64-974a-94d2b586f0fa",
"files": [
".cconb"
],
"subMetas": {},
"userData": {
"name": "atk3"
}
}

View File

@@ -0,0 +1,166 @@
[
{
"__type__": "cc.AnimationClip",
"_name": "atk_dian",
"_objFlags": 0,
"__editorExtras__": {
"embeddedPlayerGroups": []
},
"_native": "",
"sample": 18,
"speed": 1,
"wrapMode": 1,
"enableTrsBlending": false,
"_duration": 0.8333333333333334,
"_hash": 500763545,
"_tracks": [
{
"__id__": 1
}
],
"_exoticAnimation": null,
"_events": [
{
"frame": 0.3333333333333333,
"func": "",
"params": []
},
{
"frame": 0.3333333333333333,
"func": "atk",
"params": []
}
],
"_embeddedPlayers": [],
"_additiveSettings": {
"__id__": 7
},
"_auxiliaryCurveEntries": []
},
{
"__type__": "cc.animation.ObjectTrack",
"_binding": {
"__type__": "cc.animation.TrackBinding",
"path": {
"__id__": 2
},
"proxy": null
},
"_channel": {
"__id__": 5
}
},
{
"__type__": "cc.animation.TrackPath",
"_paths": [
{
"__id__": 3
},
{
"__id__": 4
},
"spriteFrame"
]
},
{
"__type__": "cc.animation.HierarchyPath",
"path": "Node"
},
{
"__type__": "cc.animation.ComponentPath",
"component": "cc.Sprite"
},
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 6
}
},
{
"__type__": "cc.ObjectCurve",
"_times": [
0,
0.05555555555555555,
0.1111111111111111,
0.16666666666666666,
0.2222222222222222,
0.2777777777777778,
0.3333333333333333,
0.3888888888888889,
0.4444444444444444,
0.5,
0.5555555555555556,
0.6111111111111112,
0.6666666666666666,
0.7222222222222222,
0.7777777777777778
],
"_values": [
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@813c5",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@821e0",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@33a20",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@1f6a0",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@0d15e",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@585d7",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@e54e2",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@06857",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@bf8fe",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@53534",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@1b0bb",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@8d306",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@b44d9",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@8364b",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@b1f2c",
"__expectedType__": "cc.SpriteFrame"
}
]
},
{
"__type__": "cc.AnimationClipAdditiveSettings",
"enabled": false,
"refClip": null
}
]

View File

@@ -0,0 +1,13 @@
{
"ver": "2.0.3",
"importer": "animation-clip",
"imported": true,
"uuid": "26cb4d57-2d33-48d9-a693-c5273ba69dea",
"files": [
".cconb"
],
"subMetas": {},
"userData": {
"name": "atk_dian"
}
}

View File

@@ -1,17 +1,17 @@
[
{
"__type__": "cc.AnimationClip",
"_name": "buff",
"_name": "atk_light",
"_objFlags": 0,
"__editorExtras__": {
"embeddedPlayerGroups": []
},
"_native": "",
"sample": 10,
"sample": 18,
"speed": 1,
"wrapMode": 1,
"enableTrsBlending": false,
"_duration": 0.8,
"_duration": 0.4444444444444444,
"_hash": 500763545,
"_tracks": [
{
@@ -21,19 +21,19 @@
"_exoticAnimation": null,
"_events": [
{
"frame": 0.4,
"frame": 0.3333333333333333,
"func": "",
"params": []
},
{
"frame": 0.4,
"frame": 0.3333333333333333,
"func": "atk",
"params": []
}
],
"_embeddedPlayers": [],
"_additiveSettings": {
"__id__": 6
"__id__": 7
},
"_auxiliaryCurveEntries": []
},
@@ -47,7 +47,7 @@
"proxy": null
},
"_channel": {
"__id__": 4
"__id__": 5
}
},
{
@@ -56,9 +56,16 @@
{
"__id__": 3
},
{
"__id__": 4
},
"spriteFrame"
]
},
{
"__type__": "cc.animation.HierarchyPath",
"path": "Node"
},
{
"__type__": "cc.animation.ComponentPath",
"component": "cc.Sprite"
@@ -66,52 +73,52 @@
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 5
"__id__": 6
}
},
{
"__type__": "cc.ObjectCurve",
"_times": [
0,
0.1,
0.2,
0.3,
0.4,
0.5,
0.6,
0.7
0.05555555555555555,
0.1111111111111111,
0.16666666666666666,
0.2222222222222222,
0.2777777777777778,
0.3333333333333333,
0.3888888888888889
],
"_values": [
{
"__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@d6fb6",
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@c1e30",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@18310",
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@f62e8",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@3a3fe",
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@ac137",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@de743",
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@a99aa",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@b1450",
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@b753c",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@d4365",
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@b8d8f",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@99a25",
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@77aba",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@1c575",
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@82d97",
"__expectedType__": "cc.SpriteFrame"
}
]

View File

@@ -0,0 +1,13 @@
{
"ver": "2.0.3",
"importer": "animation-clip",
"imported": true,
"uuid": "2e77e65a-370f-41db-a42b-00fa4c893aba",
"files": [
".cconb"
],
"subMetas": {},
"userData": {
"name": "atk_light"
}
}

View File

@@ -0,0 +1,95 @@
[
{
"__type__": "cc.AnimationClip",
"_name": "ay",
"_objFlags": 0,
"__editorExtras__": {
"embeddedPlayerGroups": []
},
"_native": "",
"sample": 24,
"speed": 1,
"wrapMode": 2,
"enableTrsBlending": false,
"_duration": 0.20833333333333334,
"_hash": 500763545,
"_tracks": [
{
"__id__": 1
}
],
"_exoticAnimation": null,
"_events": [],
"_embeddedPlayers": [],
"_additiveSettings": {
"__id__": 7
},
"_auxiliaryCurveEntries": []
},
{
"__type__": "cc.animation.ObjectTrack",
"_binding": {
"__type__": "cc.animation.TrackBinding",
"path": {
"__id__": 2
},
"proxy": null
},
"_channel": {
"__id__": 5
}
},
{
"__type__": "cc.animation.TrackPath",
"_paths": [
{
"__id__": 3
},
{
"__id__": 4
},
"spriteFrame"
]
},
{
"__type__": "cc.animation.HierarchyPath",
"path": "skill"
},
{
"__type__": "cc.animation.ComponentPath",
"component": "cc.Sprite"
},
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 6
}
},
{
"__type__": "cc.ObjectCurve",
"_times": [
0,
0.08333333333333333,
0.16666666666666666
],
"_values": [
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@940a6",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@ea076",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@fbf9e",
"__expectedType__": "cc.SpriteFrame"
}
]
},
{
"__type__": "cc.AnimationClipAdditiveSettings",
"enabled": false,
"refClip": null
}
]

View File

@@ -0,0 +1,13 @@
{
"ver": "2.0.3",
"importer": "animation-clip",
"imported": true,
"uuid": "41254db6-e7b8-4628-a08a-79621a93c681",
"files": [
".cconb"
],
"subMetas": {},
"userData": {
"name": "ay"
}
}

View File

@@ -1,17 +1,17 @@
[
{
"__type__": "cc.AnimationClip",
"_name": "atked",
"_name": "bs",
"_objFlags": 0,
"__editorExtras__": {
"embeddedPlayerGroups": []
},
"_native": "",
"sample": 10,
"sample": 24,
"speed": 1,
"wrapMode": 1,
"wrapMode": 2,
"enableTrsBlending": false,
"_duration": 0.5,
"_duration": 0.2916666666666667,
"_hash": 500763545,
"_tracks": [
{
@@ -22,7 +22,7 @@
"_events": [],
"_embeddedPlayers": [],
"_additiveSettings": {
"__id__": 6
"__id__": 7
},
"_auxiliaryCurveEntries": []
},
@@ -36,7 +36,7 @@
"proxy": null
},
"_channel": {
"__id__": 4
"__id__": 5
}
},
{
@@ -45,9 +45,16 @@
{
"__id__": 3
},
{
"__id__": 4
},
"spriteFrame"
]
},
{
"__type__": "cc.animation.HierarchyPath",
"path": "skill"
},
{
"__type__": "cc.animation.ComponentPath",
"component": "cc.Sprite"
@@ -55,37 +62,32 @@
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 5
"__id__": 6
}
},
{
"__type__": "cc.ObjectCurve",
"_times": [
0,
0.1,
0.2,
0.3,
0.4
0.08333333333333333,
0.16666666666666666,
0.25
],
"_values": [
{
"__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@fce02",
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@59ec8",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@aa694",
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@3a170",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@dbe5e",
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@482b5",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@f4f5c",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@cea0e",
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@59ec8",
"__expectedType__": "cc.SpriteFrame"
}
]

View File

@@ -0,0 +1,13 @@
{
"ver": "2.0.3",
"importer": "animation-clip",
"imported": true,
"uuid": "f2338276-3fe1-4b8b-9a73-02540d9c17a9",
"files": [
".cconb"
],
"subMetas": {},
"userData": {
"name": "bs"
}
}

View File

@@ -0,0 +1,309 @@
[
{
"__type__": "cc.AnimationClip",
"_name": "fwall",
"_objFlags": 0,
"__editorExtras__": {
"embeddedPlayerGroups": []
},
"_native": "",
"sample": 12,
"speed": 1,
"wrapMode": 2,
"enableTrsBlending": false,
"_duration": 0.6666666666666666,
"_hash": 500763545,
"_tracks": [
{
"__id__": 1
},
{
"__id__": 7
},
{
"__id__": 13
}
],
"_exoticAnimation": null,
"_events": [
{
"frame": 0.5,
"func": "",
"params": []
},
{
"frame": 0.5,
"func": "atk",
"params": []
}
],
"_embeddedPlayers": [],
"_additiveSettings": {
"__id__": 19
},
"_auxiliaryCurveEntries": []
},
{
"__type__": "cc.animation.ObjectTrack",
"_binding": {
"__type__": "cc.animation.TrackBinding",
"path": {
"__id__": 2
},
"proxy": null
},
"_channel": {
"__id__": 5
}
},
{
"__type__": "cc.animation.TrackPath",
"_paths": [
{
"__id__": 3
},
{
"__id__": 4
},
"spriteFrame"
]
},
{
"__type__": "cc.animation.HierarchyPath",
"path": "anm1"
},
{
"__type__": "cc.animation.ComponentPath",
"component": "cc.Sprite"
},
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 6
}
},
{
"__type__": "cc.ObjectCurve",
"_times": [
0,
0.08333333333333333,
0.16666666666666666,
0.25,
0.3333333333333333,
0.4166666666666667,
0.5,
0.5833333333333334
],
"_values": [
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@ee31b",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@6171c",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@0a599",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@d9355",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@09c9f",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@4d16f",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@2d6fe",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@b7d39",
"__expectedType__": "cc.SpriteFrame"
}
]
},
{
"__type__": "cc.animation.ObjectTrack",
"_binding": {
"__type__": "cc.animation.TrackBinding",
"path": {
"__id__": 8
},
"proxy": null
},
"_channel": {
"__id__": 11
}
},
{
"__type__": "cc.animation.TrackPath",
"_paths": [
{
"__id__": 9
},
{
"__id__": 10
},
"spriteFrame"
]
},
{
"__type__": "cc.animation.HierarchyPath",
"path": "anm2"
},
{
"__type__": "cc.animation.ComponentPath",
"component": "cc.Sprite"
},
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 12
}
},
{
"__type__": "cc.ObjectCurve",
"_times": [
0,
0.08333333333333333,
0.16666666666666666,
0.25,
0.3333333333333333,
0.4166666666666667,
0.5,
0.5833333333333334
],
"_values": [
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@ee31b",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@6171c",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@0a599",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@d9355",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@09c9f",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@4d16f",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@2d6fe",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@b7d39",
"__expectedType__": "cc.SpriteFrame"
}
]
},
{
"__type__": "cc.animation.ObjectTrack",
"_binding": {
"__type__": "cc.animation.TrackBinding",
"path": {
"__id__": 14
},
"proxy": null
},
"_channel": {
"__id__": 17
}
},
{
"__type__": "cc.animation.TrackPath",
"_paths": [
{
"__id__": 15
},
{
"__id__": 16
},
"spriteFrame"
]
},
{
"__type__": "cc.animation.HierarchyPath",
"path": "anm3"
},
{
"__type__": "cc.animation.ComponentPath",
"component": "cc.Sprite"
},
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 18
}
},
{
"__type__": "cc.ObjectCurve",
"_times": [
0,
0.08333333333333333,
0.16666666666666666,
0.25,
0.3333333333333333,
0.4166666666666667,
0.5,
0.5833333333333334
],
"_values": [
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@ee31b",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@6171c",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@0a599",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@d9355",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@09c9f",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@4d16f",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@2d6fe",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@b7d39",
"__expectedType__": "cc.SpriteFrame"
}
]
},
{
"__type__": "cc.AnimationClipAdditiveSettings",
"enabled": false,
"refClip": null
}
]

View File

@@ -0,0 +1,13 @@
{
"ver": "2.0.3",
"importer": "animation-clip",
"imported": true,
"uuid": "3476949c-812c-44d5-8832-a4d72c111005",
"files": [
".cconb"
],
"subMetas": {},
"userData": {
"name": "fwall"
}
}

View File

@@ -1,17 +1,17 @@
[
{
"__type__": "cc.AnimationClip",
"_name": "shielded",
"_name": "ice",
"_objFlags": 0,
"__editorExtras__": {
"embeddedPlayerGroups": []
},
"_native": "",
"sample": 18,
"sample": 24,
"speed": 1,
"wrapMode": 2,
"enableTrsBlending": false,
"_duration": 0.3888888888888889,
"_duration": 0.625,
"_hash": 500763545,
"_tracks": [
{
@@ -69,40 +69,45 @@
"__type__": "cc.ObjectCurve",
"_times": [
0,
0.05555555555555555,
0.1111111111111111,
0.08333333333333333,
0.16666666666666666,
0.2222222222222222,
0.2777777777777778,
0.3333333333333333
0.25,
0.3333333333333333,
0.4166666666666667,
0.5,
0.5833333333333334
],
"_values": [
{
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@da16f",
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@70000",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@1b0a7",
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@11efd",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@d07ee",
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@038eb",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@6f94d",
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@a8353",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@88811",
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@b2098",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@3d54b",
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@446d9",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@9630b",
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@1df17",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@4275b",
"__expectedType__": "cc.SpriteFrame"
}
]

View File

@@ -0,0 +1,13 @@
{
"ver": "2.0.3",
"importer": "animation-clip",
"imported": true,
"uuid": "afb1a09b-ec12-4908-9b46-d8b95960bd11",
"files": [
".cconb"
],
"subMetas": {},
"userData": {
"name": "ice"
}
}

View File

@@ -0,0 +1,105 @@
[
{
"__type__": "cc.AnimationClip",
"_name": "icet",
"_objFlags": 0,
"__editorExtras__": {
"embeddedPlayerGroups": []
},
"_native": "",
"sample": 24,
"speed": 1,
"wrapMode": 1,
"enableTrsBlending": false,
"_duration": 0.375,
"_hash": 500763545,
"_tracks": [
{
"__id__": 1
}
],
"_exoticAnimation": null,
"_events": [],
"_embeddedPlayers": [],
"_additiveSettings": {
"__id__": 7
},
"_auxiliaryCurveEntries": []
},
{
"__type__": "cc.animation.ObjectTrack",
"_binding": {
"__type__": "cc.animation.TrackBinding",
"path": {
"__id__": 2
},
"proxy": null
},
"_channel": {
"__id__": 5
}
},
{
"__type__": "cc.animation.TrackPath",
"_paths": [
{
"__id__": 3
},
{
"__id__": 4
},
"spriteFrame"
]
},
{
"__type__": "cc.animation.HierarchyPath",
"path": "skill"
},
{
"__type__": "cc.animation.ComponentPath",
"component": "cc.Sprite"
},
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 6
}
},
{
"__type__": "cc.ObjectCurve",
"_times": [
0,
0.08333333333333333,
0.16666666666666666,
0.25,
0.3333333333333333
],
"_values": [
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@90c11",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@fea95",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@586a7",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@a5055",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@8d30e",
"__expectedType__": "cc.SpriteFrame"
}
]
},
{
"__type__": "cc.AnimationClipAdditiveSettings",
"enabled": false,
"refClip": null
}
]

View File

@@ -0,0 +1,13 @@
{
"ver": "2.0.3",
"importer": "animation-clip",
"imported": true,
"uuid": "da04af6b-54c3-44d3-a29e-090655ed14d7",
"files": [
".cconb"
],
"subMetas": {},
"userData": {
"name": "icet"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

@@ -0,0 +1,42 @@
{
"ver": "1.0.27",
"importer": "image",
"imported": true,
"uuid": "85e5c51a-3127-426a-a3c5-36ada6764f8f",
"files": [
".json",
".png"
],
"subMetas": {
"6c48a": {
"importer": "texture",
"uuid": "85e5c51a-3127-426a-a3c5-36ada6764f8f@6c48a",
"displayName": "icez",
"id": "6c48a",
"name": "texture",
"userData": {
"wrapModeS": "repeat",
"wrapModeT": "repeat",
"minfilter": "linear",
"magfilter": "linear",
"mipfilter": "none",
"anisotropy": 0,
"isUuid": true,
"imageUuidOrDatabaseUri": "85e5c51a-3127-426a-a3c5-36ada6764f8f",
"visible": false
},
"ver": "1.0.22",
"imported": true,
"files": [
".json"
],
"subMetas": {}
}
},
"userData": {
"hasAlpha": true,
"type": "texture",
"fixAlphaTransparencyArtifacts": false,
"redirect": "85e5c51a-3127-426a-a3c5-36ada6764f8f@6c48a"
}
}

View File

@@ -1,17 +1,17 @@
[
{
"__type__": "cc.AnimationClip",
"_name": "dun1",
"_name": "shangguang3",
"_objFlags": 0,
"__editorExtras__": {
"embeddedPlayerGroups": []
},
"_native": "",
"sample": 12,
"sample": 48,
"speed": 1,
"wrapMode": 2,
"wrapMode": 1,
"enableTrsBlending": false,
"_duration": 0.5833333333333334,
"_duration": 0.22916666666666666,
"_hash": 500763545,
"_tracks": [
{
@@ -22,7 +22,7 @@
"_events": [],
"_embeddedPlayers": [],
"_additiveSettings": {
"__id__": 6
"__id__": 7
},
"_auxiliaryCurveEntries": []
},
@@ -36,7 +36,7 @@
"proxy": null
},
"_channel": {
"__id__": 4
"__id__": 5
}
},
{
@@ -45,9 +45,16 @@
{
"__id__": 3
},
{
"__id__": 4
},
"spriteFrame"
]
},
{
"__type__": "cc.animation.HierarchyPath",
"path": "skill"
},
{
"__type__": "cc.animation.ComponentPath",
"component": "cc.Sprite"
@@ -55,47 +62,42 @@
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 5
"__id__": 6
}
},
{
"__type__": "cc.ObjectCurve",
"_times": [
0,
0.041666666666666664,
0.08333333333333333,
0.125,
0.16666666666666666,
0.25,
0.3333333333333333,
0.4166666666666667,
0.5
0.20833333333333334
],
"_values": [
{
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@da16f",
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@d810b",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@1b0a7",
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@102a8",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@d07ee",
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@1fa83",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@6f94d",
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@8c851",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@88811",
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@d97c1",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@3d54b",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "56a24460-ef67-4aa0-a3f7-fad4007046dc@9630b",
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@9ddb4",
"__expectedType__": "cc.SpriteFrame"
}
]

View File

@@ -0,0 +1,13 @@
{
"ver": "2.0.3",
"importer": "animation-clip",
"imported": true,
"uuid": "949980cc-4c77-4f43-9d8e-aa8060a44477",
"files": [
".cconb"
],
"subMetas": {},
"userData": {
"name": "light2"
}
}

View File

@@ -0,0 +1,130 @@
[
{
"__type__": "cc.AnimationClip",
"_name": "light3",
"_objFlags": 0,
"__editorExtras__": {
"embeddedPlayerGroups": []
},
"_native": "",
"sample": 18,
"speed": 1,
"wrapMode": 1,
"enableTrsBlending": false,
"_duration": 0.5555555555555556,
"_hash": 500763545,
"_tracks": [
{
"__id__": 1
}
],
"_exoticAnimation": null,
"_events": [],
"_embeddedPlayers": [],
"_additiveSettings": {
"__id__": 7
},
"_auxiliaryCurveEntries": []
},
{
"__type__": "cc.animation.ObjectTrack",
"_binding": {
"__type__": "cc.animation.TrackBinding",
"path": {
"__id__": 2
},
"proxy": null
},
"_channel": {
"__id__": 5
}
},
{
"__type__": "cc.animation.TrackPath",
"_paths": [
{
"__id__": 3
},
{
"__id__": 4
},
"spriteFrame"
]
},
{
"__type__": "cc.animation.HierarchyPath",
"path": "Node"
},
{
"__type__": "cc.animation.ComponentPath",
"component": "cc.Sprite"
},
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 6
}
},
{
"__type__": "cc.ObjectCurve",
"_times": [
0,
0.05555555555555555,
0.1111111111111111,
0.16666666666666666,
0.2222222222222222,
0.2777777777777778,
0.3333333333333333,
0.3888888888888889,
0.4444444444444444,
0.5
],
"_values": [
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@1009c",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@de62b",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@5b01f",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@254e1",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@b42a1",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@4ba4a",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@b9773",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@70740",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@8a2ee",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@04fca",
"__expectedType__": "cc.SpriteFrame"
}
]
},
{
"__type__": "cc.AnimationClipAdditiveSettings",
"enabled": false,
"refClip": null
}
]

View File

@@ -0,0 +1,13 @@
{
"ver": "2.0.3",
"importer": "animation-clip",
"imported": true,
"uuid": "ba4df2dc-02e7-49cb-b983-cd12991195c7",
"files": [
".cconb"
],
"subMetas": {},
"userData": {
"name": "light3"
}
}

View File

@@ -0,0 +1,135 @@
[
{
"__type__": "cc.AnimationClip",
"_name": "light4",
"_objFlags": 0,
"__editorExtras__": {
"embeddedPlayerGroups": []
},
"_native": "",
"sample": 18,
"speed": 1,
"wrapMode": 1,
"enableTrsBlending": false,
"_duration": 0.6111111111111112,
"_hash": 500763545,
"_tracks": [
{
"__id__": 1
}
],
"_exoticAnimation": null,
"_events": [],
"_embeddedPlayers": [],
"_additiveSettings": {
"__id__": 7
},
"_auxiliaryCurveEntries": []
},
{
"__type__": "cc.animation.ObjectTrack",
"_binding": {
"__type__": "cc.animation.TrackBinding",
"path": {
"__id__": 2
},
"proxy": null
},
"_channel": {
"__id__": 5
}
},
{
"__type__": "cc.animation.TrackPath",
"_paths": [
{
"__id__": 3
},
{
"__id__": 4
},
"spriteFrame"
]
},
{
"__type__": "cc.animation.HierarchyPath",
"path": "Node"
},
{
"__type__": "cc.animation.ComponentPath",
"component": "cc.Sprite"
},
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 6
}
},
{
"__type__": "cc.ObjectCurve",
"_times": [
0,
0.05555555555555555,
0.1111111111111111,
0.16666666666666666,
0.2222222222222222,
0.2777777777777778,
0.3333333333333333,
0.3888888888888889,
0.4444444444444444,
0.5,
0.5555555555555556
],
"_values": [
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@30608",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@b0b10",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@76298",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@76bd7",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@d4058",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@9197a",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@22801",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@76161",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@a8392",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@e2de4",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "46594657-02d0-432c-bbad-dcbcad549216@d96ab",
"__expectedType__": "cc.SpriteFrame"
}
]
},
{
"__type__": "cc.AnimationClipAdditiveSettings",
"enabled": false,
"refClip": null
}
]

View File

@@ -0,0 +1,13 @@
{
"ver": "2.0.3",
"importer": "animation-clip",
"imported": true,
"uuid": "60c95561-2f53-4d0d-8a9d-2f1ceac3635a",
"files": [
".cconb"
],
"subMetas": {},
"userData": {
"name": "light4"
}
}

View File

@@ -1,17 +1,17 @@
[
{
"__type__": "cc.AnimationClip",
"_name": "max",
"_name": "map_cs",
"_objFlags": 0,
"__editorExtras__": {
"embeddedPlayerGroups": []
},
"_native": "",
"sample": 10,
"sample": 14,
"speed": 1,
"wrapMode": 1,
"enableTrsBlending": false,
"_duration": 0.8,
"_duration": 0.5714285714285714,
"_hash": 500763545,
"_tracks": [
{
@@ -19,21 +19,10 @@
}
],
"_exoticAnimation": null,
"_events": [
{
"frame": 0.7,
"func": "",
"params": []
},
{
"frame": 0.7,
"func": "atk",
"params": []
}
],
"_events": [],
"_embeddedPlayers": [],
"_additiveSettings": {
"__id__": 6
"__id__": 7
},
"_auxiliaryCurveEntries": []
},
@@ -47,7 +36,7 @@
"proxy": null
},
"_channel": {
"__id__": 4
"__id__": 5
}
},
{
@@ -56,9 +45,16 @@
{
"__id__": 3
},
{
"__id__": 4
},
"spriteFrame"
]
},
{
"__type__": "cc.animation.HierarchyPath",
"path": "skill"
},
{
"__type__": "cc.animation.ComponentPath",
"component": "cc.Sprite"
@@ -66,52 +62,52 @@
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 5
"__id__": 6
}
},
{
"__type__": "cc.ObjectCurve",
"_times": [
0,
0.1,
0.2,
0.3,
0.4,
0.5,
0.6,
0.7
0.07142857142857142,
0.14285714285714285,
0.21428571428571427,
0.2857142857142857,
0.35714285714285715,
0.42857142857142855,
0.5
],
"_values": [
{
"__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@106c7",
"__uuid__": "431dfc0e-1c05-4f41-a4d2-3d112efc6286@8e37d",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@cd96e",
"__uuid__": "431dfc0e-1c05-4f41-a4d2-3d112efc6286@da44e",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@ebbbf",
"__uuid__": "431dfc0e-1c05-4f41-a4d2-3d112efc6286@117bf",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@27858",
"__uuid__": "431dfc0e-1c05-4f41-a4d2-3d112efc6286@d62e6",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@6410f",
"__uuid__": "431dfc0e-1c05-4f41-a4d2-3d112efc6286@a4642",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@fb448",
"__uuid__": "431dfc0e-1c05-4f41-a4d2-3d112efc6286@06d24",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@a9733",
"__uuid__": "431dfc0e-1c05-4f41-a4d2-3d112efc6286@3b5ae",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "dfb39fcf-5894-4567-89d2-e38a97a323f3@35575",
"__uuid__": "431dfc0e-1c05-4f41-a4d2-3d112efc6286@5d894",
"__expectedType__": "cc.SpriteFrame"
}
]

View File

@@ -0,0 +1,13 @@
{
"ver": "2.0.3",
"importer": "animation-clip",
"imported": true,
"uuid": "4e7de055-43d0-4bed-a975-8c83539cccaf",
"files": [
".cconb"
],
"subMetas": {},
"userData": {
"name": "map_cs"
}
}

View File

@@ -0,0 +1,240 @@
[
{
"__type__": "cc.AnimationClip",
"_name": "max_bwind",
"_objFlags": 0,
"__editorExtras__": {
"embeddedPlayerGroups": []
},
"_native": "",
"sample": 16,
"speed": 1,
"wrapMode": 2,
"enableTrsBlending": false,
"_duration": 0.625,
"_hash": 500763545,
"_tracks": [
{
"__id__": 1
},
{
"__id__": 7
}
],
"_exoticAnimation": null,
"_events": [
{
"frame": 0.25,
"func": "",
"params": []
},
{
"frame": 0.25,
"func": "atk",
"params": []
}
],
"_embeddedPlayers": [],
"_additiveSettings": {
"__id__": 13
},
"_auxiliaryCurveEntries": []
},
{
"__type__": "cc.animation.ObjectTrack",
"_binding": {
"__type__": "cc.animation.TrackBinding",
"path": {
"__id__": 2
},
"proxy": null
},
"_channel": {
"__id__": 5
}
},
{
"__type__": "cc.animation.TrackPath",
"_paths": [
{
"__id__": 3
},
{
"__id__": 4
},
"spriteFrame"
]
},
{
"__type__": "cc.animation.HierarchyPath",
"path": "anm"
},
{
"__type__": "cc.animation.ComponentPath",
"component": "cc.Sprite"
},
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 6
}
},
{
"__type__": "cc.ObjectCurve",
"_times": [
0,
0.0625,
0.125,
0.1875,
0.25,
0.3125,
0.375,
0.4375,
0.5,
0.5625
],
"_values": [
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@260b5",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@d0af2",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@4227a",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@62e19",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@2a7dc",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@cb9ed",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@4867c",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@6e917",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@0332a",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@daea2",
"__expectedType__": "cc.SpriteFrame"
}
]
},
{
"__type__": "cc.animation.ObjectTrack",
"_binding": {
"__type__": "cc.animation.TrackBinding",
"path": {
"__id__": 8
},
"proxy": null
},
"_channel": {
"__id__": 11
}
},
{
"__type__": "cc.animation.TrackPath",
"_paths": [
{
"__id__": 9
},
{
"__id__": 10
},
"spriteFrame"
]
},
{
"__type__": "cc.animation.HierarchyPath",
"path": "Node"
},
{
"__type__": "cc.animation.ComponentPath",
"component": "cc.Sprite"
},
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 12
}
},
{
"__type__": "cc.ObjectCurve",
"_times": [
0,
0.0625,
0.125,
0.1875,
0.25,
0.3125,
0.375,
0.4375,
0.5,
0.5625
],
"_values": [
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@47d67",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@f657a",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@4b23b",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@248f8",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@4a311",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@5b879",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@88e75",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@6e59d",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@03629",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "45af5702-7585-4d72-85cf-d7b8da02d832@988ca",
"__expectedType__": "cc.SpriteFrame"
}
]
},
{
"__type__": "cc.AnimationClipAdditiveSettings",
"enabled": false,
"refClip": null
}
]

View File

@@ -0,0 +1,13 @@
{
"ver": "2.0.3",
"importer": "animation-clip",
"imported": true,
"uuid": "f02f25be-c381-4871-9167-87d4d4a2edb8",
"files": [
".cconb"
],
"subMetas": {},
"userData": {
"name": "max_bwind"
}
}

View File

@@ -0,0 +1,206 @@
[
{
"__type__": "cc.AnimationClip",
"_name": "max_firedun",
"_objFlags": 0,
"__editorExtras__": {
"embeddedPlayerGroups": []
},
"_native": "",
"sample": 30,
"speed": 1,
"wrapMode": 2,
"enableTrsBlending": false,
"_duration": 0.26666666666666666,
"_hash": 500763545,
"_tracks": [
{
"__id__": 1
},
{
"__id__": 7
}
],
"_exoticAnimation": null,
"_events": [],
"_embeddedPlayers": [],
"_additiveSettings": {
"__id__": 13
},
"_auxiliaryCurveEntries": []
},
{
"__type__": "cc.animation.ObjectTrack",
"_binding": {
"__type__": "cc.animation.TrackBinding",
"path": {
"__id__": 2
},
"proxy": null
},
"_channel": {
"__id__": 5
}
},
{
"__type__": "cc.animation.TrackPath",
"_paths": [
{
"__id__": 3
},
{
"__id__": 4
},
"spriteFrame"
]
},
{
"__type__": "cc.animation.HierarchyPath",
"path": "SlashFX4"
},
{
"__type__": "cc.animation.ComponentPath",
"component": "cc.Sprite"
},
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 6
}
},
{
"__type__": "cc.ObjectCurve",
"_times": [
0,
0.03333333333333333,
0.06666666666666667,
0.1,
0.13333333333333333,
0.16666666666666666,
0.2,
0.23333333333333334
],
"_values": [
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@dc8dc",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@8138a",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@98e07",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@559ac",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@eaf5e",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@d52e2",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@3b865",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@d447d",
"__expectedType__": "cc.SpriteFrame"
}
]
},
{
"__type__": "cc.animation.ObjectTrack",
"_binding": {
"__type__": "cc.animation.TrackBinding",
"path": {
"__id__": 8
},
"proxy": null
},
"_channel": {
"__id__": 11
}
},
{
"__type__": "cc.animation.TrackPath",
"_paths": [
{
"__id__": 9
},
{
"__id__": 10
},
"spriteFrame"
]
},
{
"__type__": "cc.animation.HierarchyPath",
"path": "SlashFX5"
},
{
"__type__": "cc.animation.ComponentPath",
"component": "cc.Sprite"
},
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 12
}
},
{
"__type__": "cc.ObjectCurve",
"_times": [
0,
0.03333333333333333,
0.06666666666666667,
0.1,
0.13333333333333333,
0.16666666666666666,
0.2,
0.23333333333333334
],
"_values": [
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@6bbad",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@8d11b",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@331b8",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@0fda1",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@7a03d",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@fb8b6",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@3f1d3",
"__expectedType__": "cc.SpriteFrame"
},
null
]
},
{
"__type__": "cc.AnimationClipAdditiveSettings",
"enabled": false,
"refClip": null
}
]

View File

@@ -0,0 +1,13 @@
{
"ver": "2.0.3",
"importer": "animation-clip",
"imported": true,
"uuid": "1d6f9037-81ca-4ffa-94d4-27b013e2f8dd",
"files": [
".cconb"
],
"subMetas": {},
"userData": {
"name": "max_firedun"
}
}

View File

@@ -0,0 +1,339 @@
[
{
"__type__": "cc.AnimationClip",
"_name": "max_gz",
"_objFlags": 0,
"__editorExtras__": {
"embeddedPlayerGroups": []
},
"_native": "",
"sample": 18,
"speed": 1,
"wrapMode": 1,
"enableTrsBlending": false,
"_duration": 1.0555555555555556,
"_hash": 500763545,
"_tracks": [
{
"__id__": 1
},
{
"__id__": 7
}
],
"_exoticAnimation": null,
"_events": [
{
"frame": 0.2222222222222222,
"func": "",
"params": []
},
{
"frame": 0.2222222222222222,
"func": "atk",
"params": []
},
{
"frame": 0.2777777777777778,
"func": "",
"params": []
},
{
"frame": 0.2777777777777778,
"func": "",
"params": []
},
{
"frame": 0.2777777777777778,
"func": "atk",
"params": []
},
{
"frame": 0.3333333333333333,
"func": "",
"params": []
},
{
"frame": 0.3333333333333333,
"func": "",
"params": []
},
{
"frame": 0.3333333333333333,
"func": "atk",
"params": []
}
],
"_embeddedPlayers": [],
"_additiveSettings": {
"__id__": 13
},
"_auxiliaryCurveEntries": []
},
{
"__type__": "cc.animation.ObjectTrack",
"_binding": {
"__type__": "cc.animation.TrackBinding",
"path": {
"__id__": 2
},
"proxy": null
},
"_channel": {
"__id__": 5
}
},
{
"__type__": "cc.animation.TrackPath",
"_paths": [
{
"__id__": 3
},
{
"__id__": 4
},
"spriteFrame"
]
},
{
"__type__": "cc.animation.HierarchyPath",
"path": "di"
},
{
"__type__": "cc.animation.ComponentPath",
"component": "cc.Sprite"
},
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 6
}
},
{
"__type__": "cc.ObjectCurve",
"_times": [
0,
0.1111111111111111,
0.16666666666666666,
0.2222222222222222,
0.2777777777777778,
0.3333333333333333,
0.3888888888888889,
0.4444444444444444,
0.5,
0.5555555555555556,
0.6111111111111112,
0.6666666666666666,
0.7222222222222222,
0.7777777777777778,
0.8333333333333334,
0.8888888888888888,
0.9444444444444444,
1
],
"_values": [
null,
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@40144",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@40144",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@bfd83",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@59342",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@183d9",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@751df",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@94ee9",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@6b79d",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@2cd83",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@efa96",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@c7c6f",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@f43a3",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@bde4c",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@c8db1",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@e8fa1",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@b6e92",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@35bbd",
"__expectedType__": "cc.SpriteFrame"
}
]
},
{
"__type__": "cc.animation.ObjectTrack",
"_binding": {
"__type__": "cc.animation.TrackBinding",
"path": {
"__id__": 8
},
"proxy": null
},
"_channel": {
"__id__": 11
}
},
{
"__type__": "cc.animation.TrackPath",
"_paths": [
{
"__id__": 9
},
{
"__id__": 10
},
"spriteFrame"
]
},
{
"__type__": "cc.animation.HierarchyPath",
"path": "guang"
},
{
"__type__": "cc.animation.ComponentPath",
"component": "cc.Sprite"
},
{
"__type__": "cc.animation.Channel",
"_curve": {
"__id__": 12
}
},
{
"__type__": "cc.ObjectCurve",
"_times": [
0,
0.05555555555555555,
0.1111111111111111,
0.16666666666666666,
0.2222222222222222,
0.2777777777777778,
0.3333333333333333,
0.3888888888888889,
0.4444444444444444,
0.5,
0.5555555555555556,
0.6111111111111112,
0.6666666666666666,
0.7222222222222222,
0.7777777777777778,
0.8333333333333334,
0.8888888888888888
],
"_values": [
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@cc0db",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@204cd",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@8433f",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@06ded",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@3df31",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@a3649",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@8ce58",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@e8ff9",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@fcdd4",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@b9b7a",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@c7fee",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@66e16",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@dcbbf",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@beb56",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@d0171",
"__expectedType__": "cc.SpriteFrame"
},
{
"__uuid__": "093403fd-fec9-42ef-b952-5831234ff06e@f0a48",
"__expectedType__": "cc.SpriteFrame"
},
null
]
},
{
"__type__": "cc.AnimationClipAdditiveSettings",
"enabled": false,
"refClip": null
}
]

View File

@@ -0,0 +1,13 @@
{
"ver": "2.0.3",
"importer": "animation-clip",
"imported": true,
"uuid": "8bcaba28-7188-418e-8074-20449a5541d8",
"files": [
".cconb"
],
"subMetas": {},
"userData": {
"name": "max_gz"
}
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,13 @@
{
"ver": "2.0.3",
"importer": "animation-clip",
"imported": true,
"uuid": "ce348edb-f421-4aa6-9149-ed2e8f3bc544",
"files": [
".cconb"
],
"subMetas": {},
"userData": {
"name": "max_icec"
}
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,13 @@
{
"ver": "2.0.3",
"importer": "animation-clip",
"imported": true,
"uuid": "c21f4c95-6dd2-4eaf-95a9-e36c16b71663",
"files": [
".cconb"
],
"subMetas": {},
"userData": {
"name": "max_jianyu1"
}
}

View File

@@ -0,0 +1,30 @@
[
{
"__type__": "cc.AnimationClip",
"_name": "atk2",
"_objFlags": 0,
"__editorExtras__": {
"embeddedPlayerGroups": []
},
"_native": "",
"sample": 24,
"speed": 1,
"wrapMode": 2,
"enableTrsBlending": false,
"_duration": 0,
"_hash": 500763545,
"_tracks": [],
"_exoticAnimation": null,
"_events": [],
"_embeddedPlayers": [],
"_additiveSettings": {
"__id__": 1
},
"_auxiliaryCurveEntries": []
},
{
"__type__": "cc.AnimationClipAdditiveSettings",
"enabled": false,
"refClip": null
}
]

View File

@@ -0,0 +1,13 @@
{
"ver": "2.0.3",
"importer": "animation-clip",
"imported": true,
"uuid": "d45fb9d7-ec0c-43d4-b169-e0f90f7ab61b",
"files": [
".cconb"
],
"subMetas": {},
"userData": {
"name": "max_light"
}
}

Some files were not shown because too many files have changed in this diff Show More