refactor(skill): 重构技能移动系统,整合移动逻辑到SMoveComp
将技能移动逻辑从SkillView迁移到SMoveComp,实现统一的移动管理 添加多种移动类型支持(线性、贝塞尔、固定位置) 优化移动参数配置,从SkillView获取攻击偏移量
This commit is contained in:
@@ -285,8 +285,8 @@
|
||||
},
|
||||
"atk_x": 0,
|
||||
"atk_y": 0,
|
||||
"runType": 2,
|
||||
"endType": 0,
|
||||
"runType": 0,
|
||||
"endType": 2,
|
||||
"_id": ""
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user