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:
@@ -249,18 +249,6 @@
|
||||
"__uuid__": "7ccb2254-2d5e-49d3-9a73-2d91ff672efc",
|
||||
"__expectedType__": "cc.AnimationClip"
|
||||
},
|
||||
{
|
||||
"__uuid__": "d0dac6a2-1736-41c8-83db-4eb4fa21915a",
|
||||
"__expectedType__": "cc.AnimationClip"
|
||||
},
|
||||
{
|
||||
"__uuid__": "b1ebadf5-9cf7-45e3-acfb-b52540823057",
|
||||
"__expectedType__": "cc.AnimationClip"
|
||||
},
|
||||
{
|
||||
"__uuid__": "2d74f54d-1375-49e7-b015-9511de515834",
|
||||
"__expectedType__": "cc.AnimationClip"
|
||||
},
|
||||
{
|
||||
"__uuid__": "6fae6dd2-cf61-4145-b285-cf12b0a97b07",
|
||||
"__expectedType__": "cc.AnimationClip"
|
||||
@@ -280,10 +268,6 @@
|
||||
{
|
||||
"__uuid__": "67314b9b-d99c-4b7b-b9a2-7dfd2e6e7df4",
|
||||
"__expectedType__": "cc.AnimationClip"
|
||||
},
|
||||
{
|
||||
"__uuid__": "f36effca-5434-463c-9dd5-908db8adc7cd",
|
||||
"__expectedType__": "cc.AnimationClip"
|
||||
}
|
||||
],
|
||||
"_defaultClip": {
|
||||
|
||||
Reference in New Issue
Block a user