From ee550553855087ccf342bb5e31d28e6d1859a1c0 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Wed, 25 Aug 2021 02:13:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E9=99=A4=E7=9B=AE=E6=A0=87=E7=BA=BF?= =?UTF-8?q?=E9=AB=98=E5=BA=A6=E4=BC=9A=E5=9C=A8=E6=B6=88=E8=A1=8C=E6=97=B6?= =?UTF-8?q?=E8=B7=9F=E9=9A=8F=E5=B9=B3=E6=BB=91=E4=B8=8B=E8=90=BD=E5=8A=A8?= =?UTF-8?q?=E7=94=BB=20close=20#208?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/player/draw.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/parts/player/draw.lua b/parts/player/draw.lua index d036b36d..801e2ccb 100644 --- a/parts/player/draw.lua +++ b/parts/player/draw.lua @@ -655,6 +655,7 @@ function draw.drawTargetLine(P,r) gc_setColor(1,r>10 and 0 or .2+.8*rnd(),.5) applyField(P) r=600-30*r + if P.falling~=-1 then r=r-#P.clearingRow*(P.gameEnv.smooth and(P.falling/(P.gameEnv.fall+1))^1.6*30 or 30)end gc_line(0,r,300,r) cancelField() end