整理代码,调整大量场景内绘图用的纯白色和纯黑色
This commit is contained in:
@@ -123,7 +123,7 @@ end
|
||||
function scene.draw()
|
||||
--Draw frame
|
||||
gc.setLineWidth(4)
|
||||
gc.setColor(1,1,1)
|
||||
gc.setColor(COLOR.Z)
|
||||
gc.rectangle('line',60,110,1160,170)
|
||||
|
||||
--Draw inputing target
|
||||
@@ -145,7 +145,7 @@ function scene.draw()
|
||||
else
|
||||
if count>1 then
|
||||
setFont(25)
|
||||
gc.setColor(1,1,1)
|
||||
gc.setColor(COLOR.Z)
|
||||
gc.print("×",x-10,y-14)
|
||||
gc.print(count,x+5,y-13)
|
||||
x=x+(count<10 and 33 or 45)
|
||||
|
||||
Reference in New Issue
Block a user