From 8a34146028d85da08f01e967fb52ab5862e101eb Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sat, 21 Nov 2020 17:09:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=BB=A3=E7=A0=81=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/player/player.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/parts/player/player.lua b/parts/player/player.lua index e590891b..c5a1769c 100644 --- a/parts/player/player.lua +++ b/parts/player/player.lua @@ -1678,6 +1678,7 @@ function Player.act_restart() LOG.print(text.holdR,20,COLOR.orange) end end + function Player.act_insLeft(P,auto) if not P.cur then return end local x0=P.curX @@ -1729,13 +1730,13 @@ function Player.act_insDown(P) end if P.gameEnv.shakeFX then P.fieldOff.vy=P.gameEnv.shakeFX*.5 - end + end P.curY=P.imgY P.lockDelay=P.gameEnv.lock P.spinLast=false P:freshBlock(true,true) + end end - end function Player.act_down1(P) if P.cur and P.curY>P.imgY then if P.gameEnv.moveFX and P.gameEnv.block then