更多场景的大标题添加最大显示长度

This commit is contained in:
MrZ626
2021-12-07 22:40:16 +08:00
parent 351d0258b2
commit 66d5bd5490
8 changed files with 11 additions and 11 deletions

View File

@@ -31,7 +31,7 @@ function scene.draw()
end
scene.widgetList={
WIDGET.newText{name='title', x=640,y=15,font=80},
WIDGET.newText{name='title', x=640,y=15,lim=630,font=80},
WIDGET.newButton{name='graphic', x=200, y=80, w=240,h=80,color='lC',font=35,code=swapScene('setting_video','swipeR')},
WIDGET.newButton{name='sound', x=1080, y=80, w=240,h=80,color='lC',font=35,code=swapScene('setting_sound','swipeL')},