控件系统升级,部分控件的text属性改为任意love可绘制对象
This commit is contained in:
@@ -31,7 +31,7 @@ function scene.sceneInit()
|
||||
cmdEntryThread()
|
||||
|
||||
--Set quick-play-button text
|
||||
scene.widgetList[2].text=text.WidgetText.main.qplay..": "..text.modes[STAT.lastPlay][1]
|
||||
scene.widgetList[2].text=gc.newText(getFont(scene.widgetList[2].font),text.WidgetText.main.qplay..": "..text.modes[STAT.lastPlay][1])
|
||||
quickSure=false
|
||||
|
||||
--Create demo player
|
||||
|
||||
Reference in New Issue
Block a user