整理代码,调整大量场景内绘图用的纯白色和纯黑色

This commit is contained in:
MrZ626
2021-08-06 19:16:01 +08:00
parent e6f5723ecc
commit b501cd374b
32 changed files with 91 additions and 90 deletions

View File

@@ -123,7 +123,7 @@ function scene.draw()
gc.setColor(color)
gc.circle('line',0,0,rad,side)
gc.setColor(1,1,1)
gc.setColor(COLOR.Z)
mStr(M.id,0,-28)
if M.sel>0 and M.list then
setFont(25)
@@ -139,7 +139,7 @@ function scene.draw()
gc.pop()
end
gc.setColor(1,1,1)
gc.setColor(COLOR.Z)
if selected then
setFont(30)
gc.printf(text.modInfo[selected.name],70,540,950)