From d993810269ded23538447695ea13f8d58744caff Mon Sep 17 00:00:00 2001 From: MrZ_26 <1046101471@qq.com> Date: Sun, 17 Jul 2022 22:39:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E8=8F=9C=E5=8D=95ai=E4=B8=8D=E5=86=8D?= =?UTF-8?q?=E4=BC=9A=E5=9B=A0=E4=B8=BA=E5=A4=B1=E7=84=A6=E8=80=8Cmd?= =?UTF-8?q?=E8=87=B4=E6=AD=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/main.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/parts/scenes/main.lua b/parts/scenes/main.lua index 62e63718..fb646bb4 100644 --- a/parts/scenes/main.lua +++ b/parts/scenes/main.lua @@ -128,6 +128,7 @@ function scene.keyDown(key,isRep) end function scene.update(dt) + if dt>.26 then return end PLAYERS[1]:update(dt) scrollX=scrollX-162*dt if scrollX<-tip:getWidth()then