From 1d8e2094e0ff55804521f22607cdc7c6c32e7db3 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sat, 13 Mar 2021 11:21:16 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=A8=A1=E5=BC=8F=E5=9C=B0?= =?UTF-8?q?=E5=9B=BE=E5=8F=B3=E4=BE=A7=E4=BF=A1=E6=81=AF=E7=89=88=E9=9D=A2?= =?UTF-8?q?=E9=80=8F=E6=98=8E=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/mode.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parts/scenes/mode.lua b/parts/scenes/mode.lua index 7c964c3a..c62d451a 100644 --- a/parts/scenes/mode.lua +++ b/parts/scenes/mode.lua @@ -265,7 +265,7 @@ function scene.draw() --Score board if sel then local M=MODES[sel] - gc.setColor(.7,.7,.7,.5) + gc.setColor(.5,.5,.5,.8) gc.rectangle("fill",920,0,360,720)--Info board gc.setColor(M.color) setFont(40)mStr(text.modes[sel][1],1100,5) @@ -277,7 +277,7 @@ function scene.draw() end if M.score then mText(drawableText.highScore,1100,240) - gc.setColor(.4,.4,.4,.8) + gc.setColor(.3,.3,.3,.7) gc.rectangle("fill",940,290,320,280)--Highscore board local L=M.records gc.setColor(1,1,1)