From 308512d36a166fb0f00a1d1d7373b71ed9cba2a9 Mon Sep 17 00:00:00 2001 From: MrZ_26 <1046101471@qq.com> Date: Sat, 29 Oct 2022 17:18:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9A=82=E5=81=9C=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E7=AC=AC=E4=B8=80=E5=B8=A7=E6=9C=89=E6=97=B6=E5=80=99?= =?UTF-8?q?=E4=BC=9A=E9=97=AA=E7=83=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/pause.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/scenes/pause.lua b/parts/scenes/pause.lua index ab34252f..cd9ebb1c 100644 --- a/parts/scenes/pause.lua +++ b/parts/scenes/pause.lua @@ -25,7 +25,7 @@ function scene.sceneInit() local P1=PLAYERS[1] local S=P1.stat - timer1=SCN.prev=='game' and 0 or 50 + timer1=(SCN.prev=='game' or SCN.prev=='depause') and 0 or 1 timer2=timer1 local frameLostRate=(S.frame/S.time/60-1)*100