整理模式代码:

移除无用的pauseLimit
移除重复的模式load函数(自动创建一个玩家)
This commit is contained in:
MrZ626
2021-08-03 02:05:13 +08:00
parent cca53b6376
commit 9b1f9fa9dd
78 changed files with 5 additions and 248 deletions

View File

@@ -9,10 +9,6 @@ return{
dropPiece=function(P)if P.stat.row>=200 then P:win('finish')end end,
bg='glow',bgm='push',
},
pauseLimit=true,
load=function()
PLY.newPlayer(1)
end,
mesDisp=function(P)
mText(drawableText.line,69,300)
mText(drawableText.techrash,69,420)