From b2dcbcdbd7e8891b12cae65d94c11e59f882528a Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sat, 7 Nov 2020 00:54:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AF=E8=A7=86=E5=8C=96=E6=96=B9=E5=9D=97?= =?UTF-8?q?=E9=AB=98=E5=BA=A6=E8=B0=83=E8=AF=95=E7=94=A8=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=9D=90=E6=A0=87=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/player.lua | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/parts/player.lua b/parts/player.lua index 0ad9b4f2..f331518f 100644 --- a/parts/player.lua +++ b/parts/player.lua @@ -789,6 +789,13 @@ local Pdraw_norm do --Bonus texts TEXT.draw(P.bonus) + + --Display Ys + -- gc.setLineWidth(6) + -- if P.curY then gc.setColor(1,.4,0,.42)gc.line(0,611-P.curY*30,300,611-P.curY*30)end + -- if P.imgY then gc.setColor(0,1,.4,.42)gc.line(0,615-P.imgY*30,300,615-P.imgY*30)end + -- if P.minY then gc.setColor(0,.4,1,.42)gc.line(0,619-P.minY*30,300,619-P.minY*30)end + -- gc.setColor(0,.4,1,.42)gc.line(0,600-P.garbageBeneath*30,300,600-P.garbageBeneath*30) gc.pop() --Speed dials @@ -842,12 +849,6 @@ local Pdraw_norm do end end - --Display Ys - -- gc.setLineWidth(6) - -- if P.curY then gc.setColor(1,.4,0,.626)gc.line(0,611-P.curY*30,300,611-P.curY*30)end - -- if P.imgY then gc.setColor(0,1,.4,.626)gc.line(0,615-P.imgY*30,300,615-P.imgY*30)end - -- if P.minY then gc.setColor(0,.4,1,.626)gc.line(0,619-P.minY*30,300,619-P.minY*30)end - --Other messages gc.setColor(1,1,1) if CURMODE.mesDisp then