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

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

@@ -265,7 +265,7 @@ local backColor={
}
function scene.draw()
setFont(40)
gc.setColor(1,1,1)
gc.setColor(COLOR.Z)
gc.print(("%.3f"):format(time),1026,80)
gc.setColor(1,.8,.8)
gc.print(move,1026,130)
@@ -303,7 +303,7 @@ function scene.draw()
gc.setColor(.1,.1,.1)
mStr(N,j*160+240,i*160-96)
mStr(N,j*160+242,i*160-98)
gc.setColor(1,1,1)
gc.setColor(COLOR.Z)
mStr(N,j*160+243,i*160-95)
end
end