更多场景的大标题添加最大显示长度
This commit is contained in:
@@ -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')},
|
||||
|
||||
Reference in New Issue
Block a user