From 4d7f2e66984c1fb3457a6f63396a94250fceac45 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Fri, 18 Dec 2020 22:56:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=B8=B8=E6=88=8F=E7=BB=93?= =?UTF-8?q?=E6=9D=9F=E5=90=8E=E4=B8=A4=E4=B8=AA=E7=A0=81=E8=A1=A8=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E4=B8=8D=E6=AD=A3=E7=A1=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/player/update.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parts/player/update.lua b/parts/player/update.lua index c7c9a319..fd5ea2d8 100644 --- a/parts/player/update.lua +++ b/parts/player/update.lua @@ -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)