From 45ec45c206edc70a2b3108c2d4cdec0ba927e4a1 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Fri, 13 Aug 2021 21:45:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BD=95=E5=83=8F=E5=9B=9E?= =?UTF-8?q?=E6=94=BE=E7=9A=84=E6=97=B6=E5=80=99=E5=A6=82=E6=9E=9C=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E6=9A=82=E5=81=9C=E6=8C=89=E9=92=AE=E5=9C=A8=E5=B7=A6?= =?UTF-8?q?=E8=BE=B9=E5=B0=B1=E4=BC=9A=E9=87=8D=E5=8F=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/game.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/scenes/game.lua b/parts/scenes/game.lua index 0670df05..0ba9b6d8 100644 --- a/parts/scenes/game.lua +++ b/parts/scenes/game.lua @@ -84,7 +84,7 @@ function scene.sceneInit(org) updateRepButtons() WIDGET.active.restart.hide=replaying - if SETTING.menuPos=='right'then + if GAME.replaying or SETTING.menuPos=='right'then WIDGET.active.restart.x=1125 WIDGET.active.pause.x=1195 modeTextPos=1100-drawableText.modeName:getWidth()