diff --git a/Assets/ManagedResources/~Lua/Modules/XiaoYao/XiaoYaoLuckyTurnTablePopup.lua b/Assets/ManagedResources/~Lua/Modules/XiaoYao/XiaoYaoLuckyTurnTablePopup.lua index 44f9f81d3d..74366e81ed 100644 --- a/Assets/ManagedResources/~Lua/Modules/XiaoYao/XiaoYaoLuckyTurnTablePopup.lua +++ b/Assets/ManagedResources/~Lua/Modules/XiaoYao/XiaoYaoLuckyTurnTablePopup.lua @@ -95,9 +95,9 @@ function XiaoYaoLuckyTurnTablePopup:test(itemId) this.turnEffect2 = Timer.New(function() this:tableTurnEffect(1/t) t=t+5 - end,0.2,10,true) + end,0.1,10,true) this.turnEffect2:Start() - coroutine.wait(2) + coroutine.wait(1) --减速阶段 if this.turnEffect2 then this.turnEffect2:Stop() @@ -106,10 +106,10 @@ function XiaoYaoLuckyTurnTablePopup:test(itemId) this.turnEffect2 = Timer.New(function() this:tableTurnEffect(1/t) t=t-3.3 - end,0.2,10,true) + end,0.1,10,true) this.turnEffect2:Start() - coroutine.wait(2) - this:tableTurnEffect(0.4,itemId) + coroutine.wait(1) + this:tableTurnEffect(0.2,itemId) end) end