From a81d2e9ccca677c01ab17ce9570b7d3b34d12d4a Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Fri, 20 Aug 2021 01:34:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dtas=E7=9A=84=E6=97=B6?= =?UTF-8?q?=E5=80=99=E9=87=8D=E5=BC=80=E6=B8=B8=E6=88=8F=E4=BC=9A=E6=9C=89?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/game.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/parts/scenes/game.lua b/parts/scenes/game.lua index 36d9dc09..c64e815f 100644 --- a/parts/scenes/game.lua +++ b/parts/scenes/game.lua @@ -107,6 +107,9 @@ local function restart() resetGameData(PLAYERS[1].frameRun<240 and'q') noKey=replaying noTouch=replaying + tasMode=false + floatGameRate,gameRate=0,1 + updateRepButtons() end local function checkGameKeyDown(key) local k=keyMap.keyboard[key]