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__": "7da5ea0a-2227-4d48-bc05-6bc36da7ec38",
|
||||
"__expectedType__": "cc.AnimationClip"
|
||||
},
|
||||
{
|
||||
"__uuid__": "afa3af65-9726-4259-bcca-6bb253d72822",
|
||||
"__expectedType__": "cc.AnimationClip"
|
||||
},
|
||||
{
|
||||
"__uuid__": "1e1c5d8f-ea12-4011-9062-487fe6c389be",
|
||||
"__expectedType__": "cc.AnimationClip"
|
||||
},
|
||||
{
|
||||
"__uuid__": "5424823f-8e86-4c65-aa9f-941bd527876e",
|
||||
"__expectedType__": "cc.AnimationClip"
|
||||
},
|
||||
{
|
||||
"__uuid__": "7d826186-39ff-43f9-8b30-6a9a5ef5d62e",
|
||||
"__expectedType__": "cc.AnimationClip"
|
||||
@@ -270,20 +258,16 @@
|
||||
"__expectedType__": "cc.AnimationClip"
|
||||
},
|
||||
{
|
||||
"__uuid__": "7e45d431-e9f0-42c7-b9e2-3fdf731e08ce",
|
||||
"__uuid__": "668f6c86-6f45-40be-8451-45eba99ad9f5",
|
||||
"__expectedType__": "cc.AnimationClip"
|
||||
},
|
||||
{
|
||||
"__uuid__": "0bce3d75-27c8-4823-b3c5-f2275f9f8b20",
|
||||
"__uuid__": "51e6a426-c225-4597-bdf1-651cff7ed458",
|
||||
"__expectedType__": "cc.AnimationClip"
|
||||
},
|
||||
{
|
||||
"__uuid__": "555d9736-2615-4539-a241-7b886f1cd2c1",
|
||||
"__expectedType__": "cc.AnimationClip"
|
||||
},
|
||||
{
|
||||
"__uuid__": "c864af21-0c14-415a-947a-a96558c2b008",
|
||||
"__expectedType__": "cc.AnimationClip"
|
||||
}
|
||||
],
|
||||
"_defaultClip": null,
|
||||
|
||||
Reference in New Issue
Block a user