模式规则忘了跟上使用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, color=COLOR.lGrey,
env={ env={
drop=1e99,lock=1e99, drop=1e99,lock=1e99,
hold=false, holdCount=0,
dropPiece=function(P)P:lose()end, dropPiece=function(P)P:lose()end,
task=nil, task=nil,
bg="bg1",bgm="new era", bg="bg1",bgm="new era",

View File

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

View File

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

View File

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

View File

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

View File

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