diff --git a/assets/script/game/hero/SACastSystem.ts b/assets/script/game/hero/SACastSystem.ts index 8306aa10..453c31c5 100644 --- a/assets/script/game/hero/SACastSystem.ts +++ b/assets/script/game/hero/SACastSystem.ts @@ -253,7 +253,6 @@ export class SACastSystem extends ecs.ComblockSystem implements ecs.ISystemUpdat // 获取施法者位置作为起始位置 const startPos = caster.node.position.clone(); - startPos.y += 30; const targetPos = targets[0]; // 使用第一个目标位置 // console.log(`[SACastSystem]: ${s_uuid}, 起始位置: ${startPos}, 目标位置: ${targetPos}`);