模式规则忘了跟上使用holdCount变量名

This commit is contained in:
MrZ626
2020-11-18 21:48:50 +08:00
parent feafb79529
commit 4a84466ffe
6 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ return{
color=COLOR.lGrey,
env={
drop=1e99,lock=1e99,
hold=false,
holdCount=0,
dropPiece=function(P)P:lose()end,
task=nil,
bg="bg1",bgm="new era",

View File

@@ -24,7 +24,7 @@ return{
irs=false,ims=false,
center=0,ghost=0,
drop=3,lock=3,wait=10,fall=25,
nextCount=1,hold=false,
nextCount=1,holdCount=false,
sequence="rnd",
RS="Classic",
freshLimit=0,

View File

@@ -92,7 +92,7 @@ return{
end
end,
target=100,dropPiece=PLY.check_lineReach,
nextCount=1,hold=false,
nextCount=1,holdCount=0,
ospin=false,
freshLimit=15,
bg="glow",bgm="reason",

View File

@@ -50,7 +50,7 @@ return{
color=COLOR.red,
env={
nextCount=4,
hold=false,
holdCount=0,
drop=60,lock=60,
fall=20,
sequence="none",

View File

@@ -43,7 +43,7 @@ return{
color=COLOR.green,
env={
nextCount=4,
hold=false,
holdCount=0,
drop=120,lock=180,
fall=20,
sequence="none",

View File

@@ -2,7 +2,7 @@ return{
color=COLOR.green,
env={
drop=60,lock=60,
nextCount=0,hold=false,
nextCount=0,holdCount=0,
sequence="rnd",
target=40,dropPiece=PLY.check_lineReach,
bg="aura",bgm="waterfall",