We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24a95a3 commit aa98116Copy full SHA for aa98116
parts/modes/spinren.lua
@@ -55,13 +55,13 @@ return {
55
P.modeData.colorSet[i]=P.holeRND:random(25)
56
end
57
P.randomizer_spinren=randomizer(P.holeRND)
58
- P:pushLineList(get_lines(20,P))
+ P:pushLineList(get_lines(18,P))
59
P.fieldBeneath=0
60
end,
61
env={
62
lock=1e99,
63
drop=1e99,
64
- minsdarr=4,
+ minsdarr=3,
65
infHold=true,
66
highCam=false,
67
bgm='lounge',
@@ -70,7 +70,7 @@ return {
70
if P.lastPiece.row==0 then
71
P:win('finish')
72
73
- 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)
74
P:pushLineList(get_lines(up,P))
75
76
},
0 commit comments