From f4912f5772bc66b639545895ff750d1bd2fa4918 Mon Sep 17 00:00:00 2001 From: gaoxin Date: Thu, 21 Oct 2021 16:43:19 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E9=80=8D=E9=81=A5=E6=B8=B8=E3=80=91?= =?UTF-8?q?=E8=BD=AC=E7=9B=98=E5=86=8D=E5=8A=A0=E9=80=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../XiaoYao/XiaoYaoLuckyTurnTablePopup.lua | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/XiaoYao/XiaoYaoLuckyTurnTablePopup.lua b/Assets/ManagedResources/~Lua/Modules/XiaoYao/XiaoYaoLuckyTurnTablePopup.lua index 74366e81ed..8a294d04ed 100644 --- a/Assets/ManagedResources/~Lua/Modules/XiaoYao/XiaoYaoLuckyTurnTablePopup.lua +++ b/Assets/ManagedResources/~Lua/Modules/XiaoYao/XiaoYaoLuckyTurnTablePopup.lua @@ -98,18 +98,18 @@ function XiaoYaoLuckyTurnTablePopup:test(itemId) end,0.1,10,true) this.turnEffect2:Start() coroutine.wait(1) - --减速阶段 - if this.turnEffect2 then - this.turnEffect2:Stop() - this.turnEffect2 = nil - end - this.turnEffect2 = Timer.New(function() - this:tableTurnEffect(1/t) - t=t-3.3 - end,0.1,10,true) - this.turnEffect2:Start() - coroutine.wait(1) - this:tableTurnEffect(0.2,itemId) + -- --减速阶段 + -- if this.turnEffect2 then + -- this.turnEffect2:Stop() + -- this.turnEffect2 = nil + -- end + -- this.turnEffect2 = Timer.New(function() + -- this:tableTurnEffect(1/t) + -- t=t-3.3 + -- end,0.1,10,true) + -- this.turnEffect2:Start() + -- coroutine.wait(1) + this:tableTurnEffect(0.1,itemId) end) end