更多场景的大标题添加最大显示长度
This commit is contained in:
@@ -79,7 +79,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='game', x=200, y=80,w=240,h=80,color='lC',font=35,code=swapScene('setting_game','swipeR')},
|
||||
WIDGET.newButton{name='graphic', x=1080,y=80,w=240,h=80,color='lC',font=35,code=swapScene('setting_video','swipeL')},
|
||||
|
||||
Reference in New Issue
Block a user