dev_chengFeng
jiaoyangna 2020-07-16 18:45:58 +08:00
parent c282e19b5e
commit 47a1c94495
1 changed files with 4 additions and 4 deletions

View File

@ -88,7 +88,7 @@ function this.test(itemId)
if not this.turnEffect2 then
this.turnEffect2 = Timer.New(function()
this.tableTurnEffect(1/t)
t=t-5
t=t-3.3
end,0.2,10,true)
this.turnEffect2:Start()
end