From 65cbffc5e21465fce1dfc3bd3700fbcdd106c9a8 Mon Sep 17 00:00:00 2001 From: chenxi Date: Tue, 18 Apr 2023 22:32:11 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=80=E6=9D=A1=E5=8A=A8=E7=94=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/ui/battle/battle_ui.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lua/app/ui/battle/battle_ui.lua b/lua/app/ui/battle/battle_ui.lua index 5858cf63..fa42d686 100644 --- a/lua/app/ui/battle/battle_ui.lua +++ b/lua/app/ui/battle/battle_ui.lua @@ -118,10 +118,10 @@ function BattleUI:setIsPauseHpProgress(value) self:unscheduleGlobal(self.hpProgressYellowLeftSid) end self.hpProgressYellowLeftSid = self:performWithDelayGlobal(function() - self:playHpProgressYellowRightTween(timeLeft) + self:playHpProgressYellowLeftTween(timeLeft) end, delayTime) else - self:playHpProgressYellowRightTween(timeLeft) + self:playHpProgressYellowLeftTween(timeLeft) end else if self.hpProgressYellowLeftTween then @@ -137,10 +137,10 @@ function BattleUI:setIsPauseHpProgress(value) self:unscheduleGlobal(self.hpProgressYellowRightSid) end self.hpProgressYellowRightSid = self:performWithDelayGlobal(function() - self:playHpProgressYellowRightTween(delayTime) + self:playHpProgressYellowRightTween(timeRight) end, delayTime) else - self:playHpProgressYellowRightTween(delayTime) + self:playHpProgressYellowRightTween(timeRight) end else if self.hpProgressYellowRightTween then