feat(技能系统): 实现技能移动系统并优化位置计算
- 新增SMoveSystem处理技能移动逻辑,支持多种移动类型 - 使用Vec3.lerp优化直线运动的位置计算 - 调整技能起始位置y轴偏移量 - 为线性移动类型添加方向旋转功能
This commit is contained in:
9
assets/script/game/skill/SMoveSystem.ts.meta
Normal file
9
assets/script/game/skill/SMoveSystem.ts.meta
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"ver": "4.0.24",
|
||||
"importer": "typescript",
|
||||
"imported": true,
|
||||
"uuid": "5c973fdb-ae0b-45e9-86e6-c6d7d73bf429",
|
||||
"files": [],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
Reference in New Issue
Block a user