From 781e0d5f6b79e98beee95d29627c818fbe966979 Mon Sep 17 00:00:00 2001 From: xiejun <467745540@qq.com> Date: Thu, 14 Dec 2023 18:36:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/Battle/View/Unit/SkillCaster.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Battle/View/Unit/SkillCaster.lua b/Assets/ManagedResources/~Lua/Modules/Battle/View/Unit/SkillCaster.lua index 938ba7e738..bdeb5a18b5 100644 --- a/Assets/ManagedResources/~Lua/Modules/Battle/View/Unit/SkillCaster.lua +++ b/Assets/ManagedResources/~Lua/Modules/Battle/View/Unit/SkillCaster.lua @@ -98,7 +98,7 @@ function SkillCaster:OnSkillCast(skill) end LogError(tostring(postion)) LogError(tostring(Vector3.New(postion.x-(self.owner.camp==0 and posx or(-posx)),postion.y+posy,postion.z))) - self.owner.RoleLiveGO.transform:DOLocalMove(Vector3.New(postion.x-(self.owner.camp==0 and posx or(-posx)),postion.y+posy,postion.z), combat.AttackDisplaceTime/1000, false):OnComplete(function () + self.owner.RoleLiveGO.transform:DOMove(Vector3.New(postion.x-(self.owner.camp==0 and posx or(-posx)),postion.y+posy,startPos.z), combat.AttackDisplaceTime/1000, false):OnComplete(function () if self.owner.OnSkillPlay then self.owner:OnSkillPlay(localtype,combat) end @@ -358,7 +358,7 @@ local MoveMentPosition = { Enemy_All = Vector3.New(50, 0, 0), --全部 Enemy_Front = Vector3.New(0, 0, 0),--前面一列 - Enemy_Behind = Vector3.New(990,-551 , 0), --后面一列 + Enemy_Behind = Vector3.New(1.5,-1 , 0), --后面一列 Enemy_COL_1 = Vector3.New(990, 916, 0),--第一行 Enemy_COL_2 = Vector3.New(990, 378, 0),--第二行 Enemy_COL_3 = Vector3.New(990, -250, 0),--第三行