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__": "5761a09c-30b7-4d2c-849d-e4c5911fbce9",
|
||||
"__expectedType__": "cc.AnimationClip"
|
||||
},
|
||||
{
|
||||
"__uuid__": "06b3f7cc-80a3-4aff-a20a-c398518ca4e8",
|
||||
"__expectedType__": "cc.AnimationClip"
|
||||
},
|
||||
{
|
||||
"__uuid__": "1f1f9e83-4e0a-43fd-ab0b-bd260e793cbb",
|
||||
"__expectedType__": "cc.AnimationClip"
|
||||
},
|
||||
{
|
||||
"__uuid__": "f6b3d8a4-960f-41f6-8816-46f8c6158574",
|
||||
"__expectedType__": "cc.AnimationClip"
|
||||
},
|
||||
{
|
||||
"__uuid__": "014202d8-b8bb-47e2-946e-565941eebacb",
|
||||
"__expectedType__": "cc.AnimationClip"
|
||||
@@ -270,20 +258,16 @@
|
||||
"__expectedType__": "cc.AnimationClip"
|
||||
},
|
||||
{
|
||||
"__uuid__": "c53f3540-c7d6-4cbf-ba17-a220e45f2d74",
|
||||
"__uuid__": "864ef2eb-1de1-44a9-9307-fc9dc7ee2e99",
|
||||
"__expectedType__": "cc.AnimationClip"
|
||||
},
|
||||
{
|
||||
"__uuid__": "0961bfc7-cb8a-48be-883d-8e383387c7e4",
|
||||
"__uuid__": "83a7baf3-1dde-4a8e-9d2e-b35667245f1f",
|
||||
"__expectedType__": "cc.AnimationClip"
|
||||
},
|
||||
{
|
||||
"__uuid__": "78da8ce0-399f-4540-97b6-cb961fab4443",
|
||||
"__expectedType__": "cc.AnimationClip"
|
||||
},
|
||||
{
|
||||
"__uuid__": "df3670b7-eeb4-474d-a7fb-32c2713be567",
|
||||
"__expectedType__": "cc.AnimationClip"
|
||||
}
|
||||
],
|
||||
"_defaultClip": null,
|
||||
|
||||
Reference in New Issue
Block a user