COLOR模块新增三个半透明灰色并大量应用

微调颜色V和lV的hue值
This commit is contained in:
MrZ626
2021-11-30 23:28:41 +08:00
parent 4ff737a4ac
commit c0adf5bf0b
12 changed files with 37 additions and 21 deletions

View File

@@ -235,11 +235,15 @@ function scene.draw()
gc_setLineWidth(2)
--Pad frame
gc_setColor(COLOR.dX)
gc_rectangle('fill',-3,-3,726,646,2)
gc_setColor(white)
gc_rectangle('line',-3,-3,726,646,2)
--Buttons
for y=1,8 do
gc_setColor(COLOR.dX)
gc_circle('fill',40,(y-1)*80+40,34)
gc_setColor(white)
gc_circle('line',40,(y-1)*80+40,34)
if pad.funcAlpha[y]>0 then
@@ -248,6 +252,10 @@ function scene.draw()
end
end
setFont(10)
gc_setColor(COLOR.dX)
for y=1,8 do for x=1,8 do
gc_rectangle('fill',x*80+2,(y-1)*80+2,76,76,5)
end end
gc_setColor(white)
for y=1,8 do for x=1,8 do
gc_rectangle('line',x*80+2,(y-1)*80+2,76,76,5)