From 7ecadb0ff1a1ca28bfa5eb4c99a6eb583d224881 Mon Sep 17 00:00:00 2001 From: MrZ_26 Date: Sat, 22 Aug 2020 01:57:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=A0=E4=B8=AA=E8=AE=BE=E7=BD=AE=E5=A4=A7?= =?UTF-8?q?=E6=A0=87=E9=A2=98=E6=A0=B7=E5=BC=8F=E7=BB=9F=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zframework/paint.lua | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Zframework/paint.lua b/Zframework/paint.lua index 47dcc23c..9a57be56 100644 --- a/Zframework/paint.lua +++ b/Zframework/paint.lua @@ -314,10 +314,8 @@ end function Pnt.music() gc.setColor(1,1,1,.3+sin(Timer()*5)*.2) gc.rectangle("fill",45,98+30*sceneTemp,250,30) - gc.setColor(.7,.7,.7) - gc.draw(drawableText.musicRoom,20,20) - gc.setColor(1,1,1) - gc.draw(drawableText.musicRoom,22,23) + gc.setColor(.7,.7,.7)gc.draw(drawableText.musicRoom,20,20) + gc.setColor(1,1,1)gc.draw(drawableText.musicRoom,22,23) gc.draw(drawableText.nowPlaying,490,390) setFont(30) for i=1,BGM.len do @@ -676,7 +674,8 @@ function Pnt.setting_control() gc.line(950,530,950,630) --Texts - gc.draw(drawableText.setting_control,80,50) + gc.setColor(.7,.7,.7)gc.draw(drawableText.setting_control,80,50) + gc.setColor(1,1,1)gc.draw(drawableText.setting_control,80,50) setFont(50) gc.printf(text.preview,320,540,200,"right") @@ -746,7 +745,8 @@ function Pnt.setting_key() gc.draw(drawableText.ctrlSetHelp,50,650) end function Pnt.setting_skin() - gc.setColor(1,1,1) + gc.setColor(.7,.7,.7)gc.draw(drawableText.setting_skin,80,50) + gc.setColor(1,1,1)gc.draw(drawableText.setting_skin,80,50) for N=1,7 do local face=setting.face[N] local B=blocks[N][face] @@ -762,7 +762,6 @@ function Pnt.setting_skin() for i=1,6 do gc.draw(blockSkin[11+i],570+60*i,610,nil,2) end - gc.draw(drawableText.setting_skin,80,50) end function Pnt.setting_touch() gc.setColor(1,1,1)