模式规则忘了跟上使用holdCount变量名
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user