From 832d222f5d26a9346c7ae033f99d0ba4156965f8 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Thu, 11 Mar 2021 19:13:51 +0800 Subject: [PATCH] =?UTF-8?q?=E9=95=9C=E5=A4=B4=E7=A7=BB=E5=8A=A8=E5=BE=AE?= =?UTF-8?q?=E8=B0=83=EF=BC=8C=E9=AB=98=E5=A4=84=E6=9B=B4=E5=AE=B9=E6=98=93?= =?UTF-8?q?=E7=9C=8B=E6=B8=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/player/update.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/player/update.lua b/parts/player/update.lua index 14f6a679..f016a040 100644 --- a/parts/player/update.lua +++ b/parts/player/update.lua @@ -28,7 +28,7 @@ local function updateLine(P)--Attacks, line pushing, cam moving if not P.alive then y=0 else - y=30*max(min(#P.field-19.5-P.fieldBeneath/30,P.ghoY-17),0) + y=30*max(min(#P.field-18.5-P.fieldBeneath/30,P.ghoY-17),0) end if f~=y then P.fieldUp=f>y and max(f*.95+y*.05-2,y)or min(f*.97+y*.03+1,y)