调整大爆炸模式模板
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user