feat(英雄/怪物): 添加受击倒地特效
- 新增 down.prefab 和 down.anim 资源文件
- 在 Hero 和 Monster 的落地逻辑中调用 playEnd("down") 播放特效
- 优化 HeroViewComp 中特效生成逻辑,移除冗余的组件销毁操作
This commit is contained in:
13
assets/resources/game/skill/anm/atked/down.anim.meta
Normal file
13
assets/resources/game/skill/anm/atked/down.anim.meta
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"ver": "2.0.3",
|
||||
"importer": "animation-clip",
|
||||
"imported": true,
|
||||
"uuid": "33a2e81d-ecfe-4b0f-a566-52205e9be285",
|
||||
"files": [
|
||||
".cconb"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {
|
||||
"name": "down"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user