调整主菜单快速开始按钮文本生成逻辑,找不到不会报错了

This commit is contained in:
MrZ626
2021-09-26 01:11:19 +08:00
parent 535a590ffd
commit 52bb86ad78

View File

@@ -31,7 +31,8 @@ function scene.sceneInit()
scrollX=tipLength
--Set quick-play-button text
scene.widgetList[2]:setObject(text.WidgetText.main.qplay..": "..text.modes[STAT.lastPlay][1])
local qpModeName=text.modes[STAT.lastPlay]and text.modes[STAT.lastPlay][1]or"["..STAT.lastPlay.."]"
scene.widgetList[2]:setObject(text.WidgetText.main.qplay..": "..qpModeName)
--Create demo player
destroyPlayers()