调整大爆炸模式模板

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