From c777fc969a18f6597de336d3ae3cc07072fe5683 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Tue, 17 Aug 2021 02:12:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=88=87=E6=8D=A2=E5=88=B0?= =?UTF-8?q?=E6=B8=B8=E6=88=8F=E5=9C=BA=E6=99=AF=E6=97=B6=E9=87=8D=E7=BD=AE?= =?UTF-8?q?=E6=92=AD=E6=94=BE=E9=80=9F=E5=BA=A6=E7=9A=84=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/game.lua | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/parts/scenes/game.lua b/parts/scenes/game.lua index 528a5d21..c2974a15 100644 --- a/parts/scenes/game.lua +++ b/parts/scenes/game.lua @@ -135,10 +135,14 @@ function scene.sceneInit(org) noKey=replaying noTouch=not SETTING.VKSwitch or replaying - if tasMode then - floatGameRate,gameRate=0,0 - elseif org~='depause'and org~='pause'then + if org~='depause'and org~='pause'then floatGameRate,gameRate=0,1 + elseif not replaying then + if tasMode then + floatGameRate,gameRate=0,0 + else + floatGameRate,gameRate=0,1 + end end updateRepButtons()