调整游戏内ui和控件ui:

默认背景色调整
减少纯白色使用
减小线宽
增加圆角
This commit is contained in:
MrZ626
2021-08-05 17:37:16 +08:00
parent 450483acc7
commit a9d2f097d8
20 changed files with 156 additions and 145 deletions

View File

@@ -37,7 +37,7 @@ function back.update(dt)
end
end
function back.draw()
gc.clear(.1,.1,.1)
gc.clear(.08,.08,.084)
gc.setColor(1,1,1,.2)
local img=IMG.lanterns
for i=1,#lanterns do