Vectorize and redesign some modeicons (#966)

This commit is contained in:
NOT_A_ROBOT
2023-09-11 17:04:47 +07:00
committed by GitHub
parent a3e5ccffa4
commit 7b97aefa0a
13 changed files with 122 additions and 55 deletions

View File

@@ -520,7 +520,6 @@ function scene.draw()
end
scene.widgetList={
-- TODO: Icons for "Toggle Drawing Mode" button and auto-draw button (waiting for C29H25N3O5 to make the icons in the font)
WIDGET.newButton{name='reset',x=155,y=100,w=180,h=100,color='lG',font=50,fText=CHAR.icon.retry_spin,code=pressKey'r',hideF=isDrawing},
WIDGET.newKey{name='X', x=540, y=620,w=90,font=60,fText=CHAR.key.clear,code=pressKey'backspace',hideF=isDrawing},
WIDGET.newKey{name='0', x=640, y=620,w=90,font=60,fText="0",code=pressKey'0',hideF=isDrawing},