【战斗】修改会自己动的指定目标特效的显示时长

dev_chengFeng
gaoxin 2020-11-02 23:53:12 +08:00
parent 108e5b2568
commit ba42282cc3
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@ function SkillCaster:CheckFullSceenSkill(combat, skill)
go2.transform.localPosition = startPos
go2.transform:DOLocalMove(targetPos, 1, false)
BattleManager.AddDelayRecycleRes(combat.Bullet, go2, 4)
BattleManager.AddDelayRecycleRes(combat.Bullet, go2, combat.KeyFrame/1000)
end
end