新增initSkip功能,允许开局跳过若干个方块

This commit is contained in:
MrZ626
2021-05-13 11:47:29 +08:00
parent 0f30a35ae3
commit a04438dbf8
4 changed files with 10 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ return{
drop=5,lock=30,
task=function(P)P.modeData.maxCombo=0 end,
dropPiece=check_c4w,
freshLimit=15,ospin=false,
freshLimit=15,ospin=false,initSkip=true,
bg='rgb',bgm='oxygen',
},
pauseLimit=true,

View File

@@ -22,7 +22,7 @@ return{
drop=30,lock=60,infHold=true,
task=function(P)P.modeData.maxCombo=0 end,
dropPiece=check_c4w,
freshLimit=15,ospin=false,
freshLimit=15,ospin=false,initSkip=true,
bg='rgb',bgm='oxygen',
},
pauseLimit=true,