调整游戏内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

@@ -16,7 +16,7 @@ function back.draw()
if -t%13.55<.1283 then
gc.clear(.2+.1*sin(t),.2+.1*sin(1.26*t),.2+.1*sin(1.626*t))
else
gc.clear(.1,.1,.1)
gc.clear(.08,.08,.084)
end
gc.push('transform')
gc.translate(SCR.cx,SCR.cy+20*sin(t*.02))