暂停界面布局微调

This commit is contained in:
MrZ_26
2020-07-29 02:32:51 +08:00
parent bd619fc4f4
commit e5ed78bac8
2 changed files with 3 additions and 3 deletions

View File

@@ -545,8 +545,8 @@ function Pnt.pause()
--Mode Info
_=drawableText.modeName
gc.draw(_,40,180)
gc.draw(drawableText.levelName,60+_:getWidth(),180)
gc.draw(_,40,170)
gc.draw(drawableText.levelName,60+_:getWidth(),170)
--Result Text
setFont(35)

View File

@@ -265,7 +265,7 @@ function sceneInit.stat()
end
end
function sceneInit.history()
BG.set("game1")
BG.set("game3")
sceneTemp={require("parts/updateLog"),1}--scroll pos
end
function sceneInit.debug()