修改mod菜单的文本显示

This commit is contained in:
MrZ626
2020-11-21 21:28:45 +08:00
parent 8544279cb6
commit 314e1de5f0
2 changed files with 12 additions and 7 deletions

View File

@@ -115,8 +115,13 @@ function Pnt.mod()
gc.pop()
end
setFont(30)
gc.printf(sceneTemp.sel and text.modInfo[sceneTemp.sel]or text.modInstruction,70,540,950)
if sceneTemp.sel then
setFont(30)
gc.printf(text.modInfo[sceneTemp.sel],70,540,950)
else
setFont(25)
gc.printf(text.modInstruction,70,540,950)
end
end
WIDGET.init("mod",{