refactor(skill): 重构技能移动系统,整合移动逻辑到SMoveComp

将技能移动逻辑从SkillView迁移到SMoveComp,实现统一的移动管理
添加多种移动类型支持(线性、贝塞尔、固定位置)
优化移动参数配置,从SkillView获取攻击偏移量
This commit is contained in:
2025-11-01 12:16:21 +08:00
parent ab03e32278
commit d014e63d27
5 changed files with 465 additions and 118 deletions

View File

@@ -285,8 +285,8 @@
},
"atk_x": 0,
"atk_y": 0,
"runType": 2,
"endType": 0,
"runType": 0,
"endType": 2,
"_id": ""
},
{