From 5ba8cd9d6fb53921b265d472718cec353a621b92 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Wed, 2 Sep 2020 19:57:20 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A0=81=E8=A1=A8=E6=8C=87=E9=92=88=E4=B8=8D?= =?UTF-8?q?=E9=80=8F=E6=98=8E=E5=BA=A6=E5=A2=9E=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/player.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/player.lua b/parts/player.lua index f1a253bb..fb07d127 100644 --- a/parts/player.lua +++ b/parts/player.lua @@ -545,7 +545,7 @@ local function drawDial(x,y,speed) gc.setColor(1,1,1,.6) gc.circle("line",x,y,30,10) - gc.setColor(1,1,1,.6) + gc.setColor(1,1,1,.8) gc.draw(IMG.dialNeedle,x,y,2.094+(speed<=175 and .02094*speed or 4.712-52.36/(speed-125)),nil,nil,5,4) end local function drawFXs(P)