整理模式代码:
移除无用的pauseLimit 移除重复的模式load函数(自动创建一个玩家)
This commit is contained in:
@@ -7,9 +7,6 @@ return{
|
||||
dropPiece=function(P)if P.stat.row>=40 then P:win('finish')end end,
|
||||
bg='aura',bgm='waterfall',
|
||||
},
|
||||
load=function()
|
||||
PLY.newPlayer(1)
|
||||
end,
|
||||
mesDisp=function(P)
|
||||
setFont(55)
|
||||
local r=40-P.stat.row
|
||||
|
||||
Reference in New Issue
Block a user