From aa981160e8dd1a2cab9e945dd50d5596c2dd629d Mon Sep 17 00:00:00 2001 From: MrZ_26 <1046101471@qq.com> Date: Fri, 2 Aug 2024 22:49:51 +0800 Subject: [PATCH] =?UTF-8?q?spinren=E5=B0=91=E5=87=BA=E4=B8=A4=E8=A1=8C?= =?UTF-8?q?=E9=98=B2=E6=AD=A2=E4=B8=80=E7=9B=B4=E5=93=8D=E8=AD=A6=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/modes/spinren.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/parts/modes/spinren.lua b/parts/modes/spinren.lua index 3285c047..d4c76379 100644 --- a/parts/modes/spinren.lua +++ b/parts/modes/spinren.lua @@ -55,13 +55,13 @@ return { P.modeData.colorSet[i]=P.holeRND:random(25) end P.randomizer_spinren=randomizer(P.holeRND) - P:pushLineList(get_lines(20,P)) + P:pushLineList(get_lines(18,P)) P.fieldBeneath=0 end, env={ lock=1e99, drop=1e99, - minsdarr=4, + minsdarr=3, infHold=true, highCam=false, bgm='lounge', @@ -70,7 +70,7 @@ return { if P.lastPiece.row==0 then P:win('finish') end - local up=MATH.clamp(20-P.stat.row+P.lastPiece.row,0,P.lastPiece.row) + local up=MATH.clamp(22-P.stat.row+P.lastPiece.row,0,P.lastPiece.row) P:pushLineList(get_lines(up,P)) end },