再次调整cmd相关,全部改成console

This commit is contained in:
MrZ626
2021-04-29 22:40:35 +08:00
parent 89b87be143
commit c21e010159
10 changed files with 21 additions and 26 deletions

View File

@@ -36,7 +36,7 @@ function scene.draw()
end
scene.widgetList={
WIDGET.newKey{name="cmd",x=940,y=640,w=170,h=80,font=40,code=goScene"app_cmd"},
WIDGET.newKey{name="console",x=940,y=640,w=170,h=80,font=40,code=goScene"app_console"},
WIDGET.newKey{name="quit",x=1140,y=640,w=170,h=80,font=40,code=backScene},
}