修复游戏结束后两个码表显示不正确

This commit is contained in:
MrZ626
2020-12-18 22:56:44 +08:00
parent abf827bc2b
commit 4d7f2e6698

View File

@@ -333,8 +333,8 @@ local update={
function update.dead(P,dt)
if P.keyRec then
local S=P.stat
P.keySpeed=P.keySpeed*.96+S.key/S.frame*.04
P.dropSpeed=P.dropSpeed*.96+S.piece/S.frame*.04
P.keySpeed=P.keySpeed*.96+S.key/S.frame*144
P.dropSpeed=P.dropSpeed*.96+S.piece/S.frame*144
--Final average speeds
if GAME.modeEnv.royaleMode then
P.swappingAtkMode=min(P.swappingAtkMode+2,30)