模式规则忘了跟上使用holdCount变量名
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -50,7 +50,7 @@ return{
|
||||
color=COLOR.red,
|
||||
env={
|
||||
nextCount=4,
|
||||
hold=false,
|
||||
holdCount=0,
|
||||
drop=60,lock=60,
|
||||
fall=20,
|
||||
sequence="none",
|
||||
|
||||
@@ -43,7 +43,7 @@ return{
|
||||
color=COLOR.green,
|
||||
env={
|
||||
nextCount=4,
|
||||
hold=false,
|
||||
holdCount=0,
|
||||
drop=120,lock=180,
|
||||
fall=20,
|
||||
sequence="none",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user