Skip to content

Commit aa98116

Browse files
committed
spinren少出两行防止一直响警报
1 parent 24a95a3 commit aa98116

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

parts/modes/spinren.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ return {
5555
P.modeData.colorSet[i]=P.holeRND:random(25)
5656
end
5757
P.randomizer_spinren=randomizer(P.holeRND)
58-
P:pushLineList(get_lines(20,P))
58+
P:pushLineList(get_lines(18,P))
5959
P.fieldBeneath=0
6060
end,
6161
env={
6262
lock=1e99,
6363
drop=1e99,
64-
minsdarr=4,
64+
minsdarr=3,
6565
infHold=true,
6666
highCam=false,
6767
bgm='lounge',
@@ -70,7 +70,7 @@ return {
7070
if P.lastPiece.row==0 then
7171
P:win('finish')
7272
end
73-
local up=MATH.clamp(20-P.stat.row+P.lastPiece.row,0,P.lastPiece.row)
73+
local up=MATH.clamp(22-P.stat.row+P.lastPiece.row,0,P.lastPiece.row)
7474
P:pushLineList(get_lines(up,P))
7575
end
7676
},

0 commit comments

Comments
 (0)