继续收拾各种ui相关

空心控件统一加上灰色背景方便观察
按钮样式调整
This commit is contained in:
MrZ626
2021-12-01 02:40:11 +08:00
parent c534bbd12a
commit 26e66b313f
10 changed files with 75 additions and 46 deletions

View File

@@ -284,7 +284,7 @@ function scene.draw()
--Score board
if sel then
local M=MODES[sel]
gc_setColor(COLOR.X)
gc_setColor(COLOR.lX)
gc_rectangle('fill',920,0,360,720,5)--Info board
gc_setColor(COLOR.Z)
setFont(40)mStr(text.modes[sel][1],1100,5)
@@ -295,7 +295,7 @@ function scene.draw()
end
if M.score then
mText(TEXTOBJ.highScore,1100,240)
gc_setColor(COLOR.dX)
gc_setColor(COLOR.X)
gc_rectangle('fill',940,290,320,280,5)--Highscore board
local L=M.records
gc_setColor(1,1,1)