调整大爆炸模式模板

This commit is contained in:
MrZ626
2021-11-21 03:52:13 +08:00
parent a4c52d9162
commit 9f666d69db

View File

@@ -1,4 +1,5 @@
local function task_newBoard(P,init) local function task_newBoard(P,init)
local targetLine
local F,L={},{1} local F,L={},{1}
--TODO --TODO
P:pushNextList(L) P:pushNextList(L)
@@ -7,7 +8,7 @@ local function task_newBoard(P,init)
if not init then for _=1,26 do YIELD()end end if not init then for _=1,26 do YIELD()end end
P.control=true P.control=true
P.gameEnv.heightLimit=#F P.gameEnv.heightLimit=targetLine or #F
P:pushLineList(F) P:pushLineList(F)
end end
local function _check(P) local function _check(P)
@@ -23,7 +24,7 @@ local function _check(P)
end end
return{ return{
sequence='none', sequence='none',
RS="SRS", RS="TRS",
pushSpeed=5, pushSpeed=5,
mesDisp=function(P) mesDisp=function(P)
setFont(60) setFont(60)