feat(hero): 添加新英雄资源并优化动画系统
- 新增英雄 ha2、ha3、hk2、hk3、hk4、hm3、hm4、hm5、mo5、mo6 的目录元数据 - 为新增英雄添加完整的动画剪辑(atk0、dead、idle、max0、max1、move) - 移除旧版英雄的冗余动画文件(atk1、atk2、buff、stun) - 更新现有英雄的动画配置,统一使用 atk0 作为攻击动画 - 优化 hm1 英雄的动画时长和采样率,提升流畅度 - 在 HeroViewComp 中增加英雄等级显示逻辑 - 重构 HeroAnmComp,简化动画状态管理
This commit is contained in:
@@ -245,22 +245,10 @@
|
||||
},
|
||||
"playOnLoad": true,
|
||||
"_clips": [
|
||||
{
|
||||
"__uuid__": "95c9a034-1c29-483d-a6f3-bd5e973f6c06",
|
||||
"__expectedType__": "cc.AnimationClip"
|
||||
},
|
||||
{
|
||||
"__uuid__": "c7a0ded9-a870-4fc4-93e2-1bec11801142",
|
||||
"__expectedType__": "cc.AnimationClip"
|
||||
},
|
||||
{
|
||||
"__uuid__": "5ac9c26d-0afa-4667-8e62-a5bf13e51e38",
|
||||
"__expectedType__": "cc.AnimationClip"
|
||||
},
|
||||
{
|
||||
"__uuid__": "1ea275cc-cb83-452b-bc4d-98e40364523c",
|
||||
"__expectedType__": "cc.AnimationClip"
|
||||
},
|
||||
{
|
||||
"__uuid__": "7cdb305a-f16a-47eb-add8-8cda788aa184",
|
||||
"__expectedType__": "cc.AnimationClip"
|
||||
@@ -280,16 +268,9 @@
|
||||
{
|
||||
"__uuid__": "5390adef-a142-406a-9324-2fa2baefd64e",
|
||||
"__expectedType__": "cc.AnimationClip"
|
||||
},
|
||||
{
|
||||
"__uuid__": "083ce0cf-cfcb-4097-97fc-2283697ecb37",
|
||||
"__expectedType__": "cc.AnimationClip"
|
||||
}
|
||||
],
|
||||
"_defaultClip": {
|
||||
"__uuid__": "9098ce69-33e0-41d6-ab79-274accd1fa56",
|
||||
"__expectedType__": "cc.AnimationClip"
|
||||
},
|
||||
"_defaultClip": null,
|
||||
"_id": ""
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user