再次修正之前整理小程序代码把FONT.set打成FONT.get close #312

This commit is contained in:
MrZ626
2021-09-21 22:49:08 +08:00
parent b762741a6e
commit f1068eacd8
7 changed files with 13 additions and 13 deletions

View File

@@ -114,10 +114,10 @@ function scene.draw()
gc.setColor(COLOR.Z)
gc.setLineWidth(2)
gc.rectangle('line',100,80,650,150,5)
FONT.get(45)
FONT.set(45)
if reg then gc.printf(reg,0,100,720,'right')end
if val then gc.printf(val,0,150,720,'right')end
if sym then FONT.get(50)gc.print(sym,126,150)end
if sym then FONT.set(50)gc.print(sym,126,150)end
end
scene.widgetList={