调整登录界面ui

This commit is contained in:
MrZ_26
2023-05-28 18:31:52 +08:00
parent 0421654c50
commit 65fc0339b9
12 changed files with 22 additions and 11 deletions

View File

@@ -50,9 +50,9 @@ scene.widgetList={
WIDGET.newInputBox{name='ticket', x=280, y=200,w=730,h=320,font=30,regex="[0-9A-Z]",limit=128},
WIDGET.newKey{name='authorize', x=430, y=600,w=300,h=80,font=40,code=_authorize},
WIDGET.newKey{name='submit', x=755, y=600,w=300,h=80,font=40,code=_submit},
WIDGET.newKey{name='paste', x=970, y=600,w=80,font=40,fText=CHAR.icon.import,code=_paste},
WIDGET.newKey{name='authorize', x=400, y=600,w=240,h=80,font=40,code=_authorize},
WIDGET.newKey{name='paste', x=645, y=600,w=240,h=80,font=40,code=_paste},
WIDGET.newKey{name='submit', x=890, y=600,w=240,h=80,font=40,code=_submit},
WIDGET.newButton{name='back', x=1140,y=640,w=170,h=80,sound='back',font=60,fText=CHAR.icon.back,code=pressKey'escape'},
}