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

@@ -303,7 +303,7 @@ function scene.draw()
end
end
end
gc.setColor(0,0,0,.3)
gc.setColor(COLOR.dX)
gc.setLineWidth(10)
gc.rectangle('line',cx*160+173,cy*160-107,134,134,50)
end