diff --git a/Zframework/paint.lua b/Zframework/paint.lua index f0f2d740..e6fc984c 100644 --- a/Zframework/paint.lua +++ b/Zframework/paint.lua @@ -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) diff --git a/Zframework/scene.lua b/Zframework/scene.lua index cf839ed6..b1b72ce5 100644 --- a/Zframework/scene.lua +++ b/Zframework/scene.lua @@ -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()