feat(animation): 更新英雄攻击动画并移除默认剪辑
- 将 ha1 和 mo2 英雄的 atk2/atk1 动画重命名为 atk0 - 提高动画采样率从 15/20 到 30,缩短持续时间至 0.667 秒 - 更新动画元数据 UUID 以匹配新资源 - 在 prefab 中移除 _defaultClip 引用,避免默认动画冲突
This commit is contained in:
@@ -250,11 +250,11 @@
|
||||
"__expectedType__": "cc.AnimationClip"
|
||||
},
|
||||
{
|
||||
"__uuid__": "d68cb2ce-5f32-4387-a66c-d0546f737ccf",
|
||||
"__uuid__": "06b3f7cc-80a3-4aff-a20a-c398518ca4e8",
|
||||
"__expectedType__": "cc.AnimationClip"
|
||||
},
|
||||
{
|
||||
"__uuid__": "74fccdd7-c5d3-4f9c-bc29-4e17d8f181e1",
|
||||
"__uuid__": "1f1f9e83-4e0a-43fd-ab0b-bd260e793cbb",
|
||||
"__expectedType__": "cc.AnimationClip"
|
||||
},
|
||||
{
|
||||
@@ -286,10 +286,7 @@
|
||||
"__expectedType__": "cc.AnimationClip"
|
||||
}
|
||||
],
|
||||
"_defaultClip": {
|
||||
"__uuid__": "71bc2bec-d961-43e9-9b72-8814118087f2",
|
||||
"__expectedType__": "cc.AnimationClip"
|
||||
},
|
||||
"_defaultClip": null,
|
||||
"_id": ""
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user