整理模式代码:
移除无用的pauseLimit 移除重复的模式load函数(自动创建一个玩家)
This commit is contained in:
@@ -499,7 +499,11 @@ do--function resetGameData(args)
|
|||||||
end
|
end
|
||||||
|
|
||||||
destroyPlayers()
|
destroyPlayers()
|
||||||
GAME.curMode.load()
|
if GAME.curMode.load then
|
||||||
|
GAME.curMode.load()
|
||||||
|
else
|
||||||
|
PLY.newPlayer(1)
|
||||||
|
end
|
||||||
freshPlayerPosition(args:find'q')
|
freshPlayerPosition(args:find'q')
|
||||||
VK.restore()
|
VK.restore()
|
||||||
if GAME.modeEnv.task then
|
if GAME.modeEnv.task then
|
||||||
|
|||||||
@@ -35,10 +35,6 @@ return{
|
|||||||
end,
|
end,
|
||||||
bg='rainbow2',bgm='shining terminal',
|
bg='rainbow2',bgm='shining terminal',
|
||||||
},
|
},
|
||||||
pauseLimit=true,
|
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(55)
|
setFont(55)
|
||||||
mStr(P.modeData.wave,69,200)
|
mStr(P.modeData.wave,69,200)
|
||||||
|
|||||||
@@ -43,10 +43,6 @@ return{
|
|||||||
end,
|
end,
|
||||||
bg='rainbow2',bgm='shining terminal',
|
bg='rainbow2',bgm='shining terminal',
|
||||||
},
|
},
|
||||||
pauseLimit=true,
|
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(55)
|
setFont(55)
|
||||||
mStr(P.modeData.wave,69,200)
|
mStr(P.modeData.wave,69,200)
|
||||||
|
|||||||
@@ -13,10 +13,6 @@ return{
|
|||||||
end,
|
end,
|
||||||
bg='tunnel',bgm='echo',
|
bg='tunnel',bgm='echo',
|
||||||
},
|
},
|
||||||
pauseLimit=true,
|
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(65)
|
setFont(65)
|
||||||
mStr(P.stat.atk,69,310)
|
mStr(P.stat.atk,69,310)
|
||||||
|
|||||||
@@ -13,10 +13,6 @@ return{
|
|||||||
end,
|
end,
|
||||||
bg='blackhole',bgm='echo',
|
bg='blackhole',bgm='echo',
|
||||||
},
|
},
|
||||||
pauseLimit=true,
|
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(65)
|
setFont(65)
|
||||||
mStr(P.stat.atk,69,310)
|
mStr(P.stat.atk,69,310)
|
||||||
|
|||||||
@@ -12,10 +12,6 @@ return{
|
|||||||
end,
|
end,
|
||||||
bg='tunnel',bgm='echo',
|
bg='tunnel',bgm='echo',
|
||||||
},
|
},
|
||||||
pauseLimit=true,
|
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(65)
|
setFont(65)
|
||||||
mStr(P.stat.atk,69,310)
|
mStr(P.stat.atk,69,310)
|
||||||
|
|||||||
@@ -13,10 +13,6 @@ return{
|
|||||||
end,
|
end,
|
||||||
bg='blackhole',bgm='echo',
|
bg='blackhole',bgm='echo',
|
||||||
},
|
},
|
||||||
pauseLimit=true,
|
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(65)
|
setFont(65)
|
||||||
mStr(P.stat.atk,69,310)
|
mStr(P.stat.atk,69,310)
|
||||||
|
|||||||
@@ -10,10 +10,6 @@ return{
|
|||||||
end,
|
end,
|
||||||
bg='bg1',bgm='new era',
|
bg='bg1',bgm='new era',
|
||||||
},
|
},
|
||||||
pauseLimit=true,
|
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
score=function(P)return{P.modeData.event,P.stat.finesseRate*.2/P.stat.piece}end,
|
score=function(P)return{P.modeData.event,P.stat.finesseRate*.2/P.stat.piece}end,
|
||||||
scoreDisp=function(D)return("%d Stage %.2f%%"):format(D[1],D[2])end,
|
scoreDisp=function(D)return("%d Stage %.2f%%"):format(D[1],D[2])end,
|
||||||
comp=function(a,b)return a[1]>b[1]or a[1]==b[1]and a[2]>b[2]end,
|
comp=function(a,b)return a[1]>b[1]or a[1]==b[1]and a[2]>b[2]end,
|
||||||
|
|||||||
@@ -8,10 +8,6 @@ return{
|
|||||||
freshLimit=10,
|
freshLimit=10,
|
||||||
bg='glow',bgm='push',
|
bg='glow',bgm='push',
|
||||||
},
|
},
|
||||||
pauseLimit=true,
|
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
mText(drawableText.line,69,300)
|
mText(drawableText.line,69,300)
|
||||||
mText(drawableText.techrash,69,420)
|
mText(drawableText.techrash,69,420)
|
||||||
|
|||||||
@@ -12,10 +12,6 @@ return{
|
|||||||
freshLimit=15,
|
freshLimit=15,
|
||||||
bg='rgb',bgm='push',
|
bg='rgb',bgm='push',
|
||||||
},
|
},
|
||||||
pauseLimit=true,
|
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
mText(drawableText.line,69,300)
|
mText(drawableText.line,69,300)
|
||||||
mText(drawableText.techrash,69,420)
|
mText(drawableText.techrash,69,420)
|
||||||
|
|||||||
@@ -13,10 +13,6 @@ return{
|
|||||||
freshLimit=15,
|
freshLimit=15,
|
||||||
bg='rgb',bgm='push',
|
bg='rgb',bgm='push',
|
||||||
},
|
},
|
||||||
pauseLimit=true,
|
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
mText(drawableText.line,69,300)
|
mText(drawableText.line,69,300)
|
||||||
mText(drawableText.techrash,69,420)
|
mText(drawableText.techrash,69,420)
|
||||||
|
|||||||
@@ -9,10 +9,6 @@ return{
|
|||||||
dropPiece=function(P)if P.stat.row>=200 then P:win('finish')end end,
|
dropPiece=function(P)if P.stat.row>=200 then P:win('finish')end end,
|
||||||
bg='glow',bgm='push',
|
bg='glow',bgm='push',
|
||||||
},
|
},
|
||||||
pauseLimit=true,
|
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
mText(drawableText.line,69,300)
|
mText(drawableText.line,69,300)
|
||||||
mText(drawableText.techrash,69,420)
|
mText(drawableText.techrash,69,420)
|
||||||
|
|||||||
@@ -12,10 +12,6 @@ return{
|
|||||||
freshLimit=15,
|
freshLimit=15,
|
||||||
bg='rgb',bgm='far',
|
bg='rgb',bgm='far',
|
||||||
},
|
},
|
||||||
pauseLimit=true,
|
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
mText(drawableText.line,69,300)
|
mText(drawableText.line,69,300)
|
||||||
mText(drawableText.techrash,69,420)
|
mText(drawableText.techrash,69,420)
|
||||||
|
|||||||
@@ -12,7 +12,6 @@ return{
|
|||||||
freshLimit=15,
|
freshLimit=15,
|
||||||
bg='none',bgm='far',
|
bg='none',bgm='far',
|
||||||
},
|
},
|
||||||
pauseLimit=true,
|
|
||||||
load=function()
|
load=function()
|
||||||
PLY.newPlayer(1)
|
PLY.newPlayer(1)
|
||||||
if SETTING.sfx_spawn==0 then
|
if SETTING.sfx_spawn==0 then
|
||||||
|
|||||||
@@ -27,7 +27,6 @@ return{
|
|||||||
freshLimit=15,ospin=false,
|
freshLimit=15,ospin=false,
|
||||||
bg='rgb',bgm='oxygen',
|
bg='rgb',bgm='oxygen',
|
||||||
},
|
},
|
||||||
pauseLimit=true,
|
|
||||||
load=function()
|
load=function()
|
||||||
PLY.newPlayer(1)
|
PLY.newPlayer(1)
|
||||||
local P=PLAYERS[1]
|
local P=PLAYERS[1]
|
||||||
|
|||||||
@@ -25,7 +25,6 @@ return{
|
|||||||
freshLimit=15,ospin=false,
|
freshLimit=15,ospin=false,
|
||||||
bg='rgb',bgm='oxygen',
|
bg='rgb',bgm='oxygen',
|
||||||
},
|
},
|
||||||
pauseLimit=true,
|
|
||||||
load=function()
|
load=function()
|
||||||
PLY.newPlayer(1)
|
PLY.newPlayer(1)
|
||||||
local P=PLAYERS[1]
|
local P=PLAYERS[1]
|
||||||
|
|||||||
@@ -33,9 +33,6 @@ return{
|
|||||||
bg='rgb',bgm='magicblock',
|
bg='rgb',bgm='magicblock',
|
||||||
},
|
},
|
||||||
slowMark=true,
|
slowMark=true,
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(75)
|
setFont(75)
|
||||||
local r=P.modeData.target*.1
|
local r=P.modeData.target*.1
|
||||||
|
|||||||
@@ -42,10 +42,6 @@ return{
|
|||||||
end,
|
end,
|
||||||
bg='rainbow2',bgm='storm',
|
bg='rainbow2',bgm='storm',
|
||||||
},
|
},
|
||||||
pauseLimit=true,
|
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(55)
|
setFont(55)
|
||||||
mStr(P.modeData.wave,69,200)
|
mStr(P.modeData.wave,69,200)
|
||||||
|
|||||||
@@ -42,10 +42,6 @@ return{
|
|||||||
end,
|
end,
|
||||||
bg='rainbow2',bgm='storm',
|
bg='rainbow2',bgm='storm',
|
||||||
},
|
},
|
||||||
pauseLimit=true,
|
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(55)
|
setFont(55)
|
||||||
mStr(P.modeData.wave,69,200)
|
mStr(P.modeData.wave,69,200)
|
||||||
|
|||||||
@@ -21,10 +21,6 @@ return{
|
|||||||
end,
|
end,
|
||||||
bg='bg2',bgm='there',
|
bg='bg2',bgm='there',
|
||||||
},
|
},
|
||||||
pauseLimit=true,
|
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(65)
|
setFont(65)
|
||||||
mStr(P.modeData.wave,69,310)
|
mStr(P.modeData.wave,69,310)
|
||||||
|
|||||||
@@ -20,10 +20,6 @@ return{
|
|||||||
end,
|
end,
|
||||||
bg='bg2',bgm='there',
|
bg='bg2',bgm='there',
|
||||||
},
|
},
|
||||||
pauseLimit=true,
|
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(65)
|
setFont(65)
|
||||||
mStr(P.modeData.wave,69,310)
|
mStr(P.modeData.wave,69,310)
|
||||||
|
|||||||
@@ -81,10 +81,6 @@ return{
|
|||||||
freshLimit=15,
|
freshLimit=15,
|
||||||
bg='blockfall',bgm='reason',
|
bg='blockfall',bgm='reason',
|
||||||
},
|
},
|
||||||
pauseLimit=true,
|
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(70)
|
setFont(70)
|
||||||
local R=100-P.stat.row
|
local R=100-P.stat.row
|
||||||
|
|||||||
@@ -11,10 +11,6 @@ return{
|
|||||||
freshLimit=15,
|
freshLimit=15,
|
||||||
bg='blockfall',bgm='reason',
|
bg='blockfall',bgm='reason',
|
||||||
},
|
},
|
||||||
pauseLimit=true,
|
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(70)
|
setFont(70)
|
||||||
local R=100-P.stat.row
|
local R=100-P.stat.row
|
||||||
|
|||||||
@@ -5,9 +5,6 @@ return{
|
|||||||
infHold=true,
|
infHold=true,
|
||||||
bg='blockfall',bgm='infinite',
|
bg='blockfall',bgm='infinite',
|
||||||
},
|
},
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(45)
|
setFont(45)
|
||||||
mStr(("%.1f"):format(P.stat.atk),69,190)
|
mStr(("%.1f"):format(P.stat.atk),69,190)
|
||||||
|
|||||||
@@ -34,11 +34,7 @@ return{
|
|||||||
mindas=7,minarr=1,minsdarr=1,
|
mindas=7,minarr=1,minsdarr=1,
|
||||||
bg='bg2',bgm='blank',
|
bg='bg2',bgm='blank',
|
||||||
},
|
},
|
||||||
pauseLimit=true,
|
|
||||||
slowMark=true,
|
slowMark=true,
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(45)
|
setFont(45)
|
||||||
mStr(P.stat.row,69,320)
|
mStr(P.stat.row,69,320)
|
||||||
|
|||||||
@@ -25,11 +25,7 @@ return{
|
|||||||
noInitSZO=true,
|
noInitSZO=true,
|
||||||
bg='cubes',bgm='push',
|
bg='cubes',bgm='push',
|
||||||
},
|
},
|
||||||
pauseLimit=true,
|
|
||||||
slowMark=true,
|
slowMark=true,
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(45)
|
setFont(45)
|
||||||
mStr(P.stat.row,69,320)
|
mStr(P.stat.row,69,320)
|
||||||
|
|||||||
@@ -22,11 +22,7 @@ return{
|
|||||||
noInitSZO=true,
|
noInitSZO=true,
|
||||||
bg='bg2',bgm='push',
|
bg='bg2',bgm='push',
|
||||||
},
|
},
|
||||||
pauseLimit=true,
|
|
||||||
slowMark=true,
|
slowMark=true,
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(45)
|
setFont(45)
|
||||||
mStr(P.stat.row,69,320)
|
mStr(P.stat.row,69,320)
|
||||||
|
|||||||
@@ -40,9 +40,6 @@ return{
|
|||||||
bg='blockspace',bgm='hope',
|
bg='blockspace',bgm='hope',
|
||||||
},
|
},
|
||||||
slowMark=true,
|
slowMark=true,
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
mText(drawableText.line,69,300)
|
mText(drawableText.line,69,300)
|
||||||
mText(drawableText.techrash,69,420)
|
mText(drawableText.techrash,69,420)
|
||||||
|
|||||||
@@ -57,9 +57,6 @@ return{
|
|||||||
bg='lightning',bgm='rectification',
|
bg='lightning',bgm='rectification',
|
||||||
},
|
},
|
||||||
slowMark=true,
|
slowMark=true,
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(45)
|
setFont(45)
|
||||||
mStr(P.modeData.pt,69,320)
|
mStr(P.modeData.pt,69,320)
|
||||||
|
|||||||
@@ -73,9 +73,6 @@ return{
|
|||||||
bg='bg2',bgm='secret7th',
|
bg='bg2',bgm='secret7th',
|
||||||
},
|
},
|
||||||
slowMark=true,
|
slowMark=true,
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(45)
|
setFont(45)
|
||||||
mStr(P.modeData.pt,69,320)
|
mStr(P.modeData.pt,69,320)
|
||||||
|
|||||||
@@ -59,9 +59,6 @@ return{
|
|||||||
bg='bg1',bgm='secret8th',
|
bg='bg1',bgm='secret8th',
|
||||||
},
|
},
|
||||||
slowMark=true,
|
slowMark=true,
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(45)
|
setFont(45)
|
||||||
mStr(P.modeData.pt,69,320)
|
mStr(P.modeData.pt,69,320)
|
||||||
|
|||||||
@@ -73,9 +73,6 @@ return{
|
|||||||
bg='bg1',bgm='secret8th',
|
bg='bg1',bgm='secret8th',
|
||||||
},
|
},
|
||||||
slowMark=true,
|
slowMark=true,
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(45)
|
setFont(45)
|
||||||
mStr(P.modeData.pt,69,320)
|
mStr(P.modeData.pt,69,320)
|
||||||
|
|||||||
@@ -146,9 +146,6 @@ return{
|
|||||||
bg='blockspace',bgm='super7th',
|
bg='blockspace',bgm='super7th',
|
||||||
},
|
},
|
||||||
slowMark=true,
|
slowMark=true,
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(45)
|
setFont(45)
|
||||||
mStr(P.modeData.pt,69,320)
|
mStr(P.modeData.pt,69,320)
|
||||||
|
|||||||
@@ -68,9 +68,6 @@ return{
|
|||||||
bg='bg2',bgm='secret7th',
|
bg='bg2',bgm='secret7th',
|
||||||
},
|
},
|
||||||
slowMark=true,
|
slowMark=true,
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(45)
|
setFont(45)
|
||||||
mStr(P.modeData.pt,69,320)
|
mStr(P.modeData.pt,69,320)
|
||||||
|
|||||||
@@ -8,10 +8,6 @@ return{
|
|||||||
ospin=false,
|
ospin=false,
|
||||||
bg='rgb',bgm='truth',
|
bg='rgb',bgm='truth',
|
||||||
},
|
},
|
||||||
pauseLimit=true,
|
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(45)
|
setFont(45)
|
||||||
local R=100-P.stat.row
|
local R=100-P.stat.row
|
||||||
|
|||||||
@@ -21,10 +21,6 @@ return{
|
|||||||
ospin=false,
|
ospin=false,
|
||||||
bg='rgb',bgm='moonbeam',
|
bg='rgb',bgm='moonbeam',
|
||||||
},
|
},
|
||||||
pauseLimit=true,
|
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(70)
|
setFont(70)
|
||||||
mStr(P.stat.pc,69,300)
|
mStr(P.stat.pc,69,300)
|
||||||
|
|||||||
@@ -8,10 +8,6 @@ return{
|
|||||||
ospin=false,
|
ospin=false,
|
||||||
bg='rgb',bgm='moonbeam',
|
bg='rgb',bgm='moonbeam',
|
||||||
},
|
},
|
||||||
pauseLimit=true,
|
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(45)
|
setFont(45)
|
||||||
local R=100-P.stat.row
|
local R=100-P.stat.row
|
||||||
|
|||||||
@@ -6,10 +6,6 @@ return{
|
|||||||
dropPiece=function(P)if P.stat.row>=100 then P:win('finish')end end,
|
dropPiece=function(P)if P.stat.row>=100 then P:win('finish')end end,
|
||||||
bg='rgb',bgm='truth',
|
bg='rgb',bgm='truth',
|
||||||
},
|
},
|
||||||
pauseLimit=true,
|
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(45)
|
setFont(45)
|
||||||
local R=100-P.stat.row
|
local R=100-P.stat.row
|
||||||
|
|||||||
@@ -52,7 +52,6 @@ return{
|
|||||||
RS="SRS",
|
RS="SRS",
|
||||||
bg='rgb',bgm='oxygen',
|
bg='rgb',bgm='oxygen',
|
||||||
},
|
},
|
||||||
pauseLimit=true,
|
|
||||||
load=function()
|
load=function()
|
||||||
PLY.newPlayer(1)
|
PLY.newPlayer(1)
|
||||||
check(PLAYERS[1])
|
check(PLAYERS[1])
|
||||||
|
|||||||
@@ -43,7 +43,6 @@ return{
|
|||||||
RS="SRS",
|
RS="SRS",
|
||||||
bg='rgb',bgm='oxygen',
|
bg='rgb',bgm='oxygen',
|
||||||
},
|
},
|
||||||
pauseLimit=true,
|
|
||||||
load=function()
|
load=function()
|
||||||
PLY.newPlayer(1)
|
PLY.newPlayer(1)
|
||||||
check(PLAYERS[1])
|
check(PLAYERS[1])
|
||||||
|
|||||||
@@ -43,11 +43,7 @@ return{
|
|||||||
end,
|
end,
|
||||||
bg='bg2',bgm='push',
|
bg='bg2',bgm='push',
|
||||||
},
|
},
|
||||||
pauseLimit=true,
|
|
||||||
slowMark=true,
|
slowMark=true,
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(45)
|
setFont(45)
|
||||||
mStr(P.stat.row,69,320)
|
mStr(P.stat.row,69,320)
|
||||||
|
|||||||
@@ -43,11 +43,7 @@ return{
|
|||||||
end,
|
end,
|
||||||
bg='bg2',bgm='secret8th',
|
bg='bg2',bgm='secret8th',
|
||||||
},
|
},
|
||||||
pauseLimit=true,
|
|
||||||
slowMark=true,
|
slowMark=true,
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(45)
|
setFont(45)
|
||||||
mStr(P.stat.row,69,320)
|
mStr(P.stat.row,69,320)
|
||||||
|
|||||||
@@ -49,11 +49,7 @@ return{
|
|||||||
end,
|
end,
|
||||||
bg='bg2',bgm='secret7th',
|
bg='bg2',bgm='secret7th',
|
||||||
},
|
},
|
||||||
pauseLimit=true,
|
|
||||||
slowMark=true,
|
slowMark=true,
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(45)
|
setFont(45)
|
||||||
mStr(P.stat.row,69,320)
|
mStr(P.stat.row,69,320)
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ return{
|
|||||||
bufferLimit=20,
|
bufferLimit=20,
|
||||||
bg='bg2',bgm='battle',
|
bg='bg2',bgm='battle',
|
||||||
},
|
},
|
||||||
pauseLimit=true,
|
|
||||||
load=function()
|
load=function()
|
||||||
PLY.newPlayer(1)
|
PLY.newPlayer(1)
|
||||||
PLY.newAIPlayer(2,AIBUILDER('9S',4))
|
PLY.newAIPlayer(2,AIBUILDER('9S',4))
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ return{
|
|||||||
bufferLimit=20,
|
bufferLimit=20,
|
||||||
bg='bg2',bgm='battle',
|
bg='bg2',bgm='battle',
|
||||||
},
|
},
|
||||||
pauseLimit=true,
|
|
||||||
load=function()
|
load=function()
|
||||||
PLY.newPlayer(1)
|
PLY.newPlayer(1)
|
||||||
PLY.newAIPlayer(2,AIBUILDER('9S',6))
|
PLY.newAIPlayer(2,AIBUILDER('9S',6))
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ return{
|
|||||||
bufferLimit=20,
|
bufferLimit=20,
|
||||||
bg='bg2',bgm='battle',
|
bg='bg2',bgm='battle',
|
||||||
},
|
},
|
||||||
pauseLimit=true,
|
|
||||||
load=function()
|
load=function()
|
||||||
PLY.newPlayer(1)
|
PLY.newPlayer(1)
|
||||||
PLY.newAIPlayer(2,AIBUILDER('CC',6,2,true,30000))
|
PLY.newAIPlayer(2,AIBUILDER('CC',6,2,true,30000))
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ return{
|
|||||||
bufferLimit=20,
|
bufferLimit=20,
|
||||||
bg='bg2',bgm='battle',
|
bg='bg2',bgm='battle',
|
||||||
},
|
},
|
||||||
pauseLimit=true,
|
|
||||||
load=function()
|
load=function()
|
||||||
PLY.newPlayer(1)
|
PLY.newPlayer(1)
|
||||||
PLY.newAIPlayer(2,AIBUILDER('9S',5))
|
PLY.newAIPlayer(2,AIBUILDER('9S',5))
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ return{
|
|||||||
bufferLimit=20,
|
bufferLimit=20,
|
||||||
bg='bg2',bgm='battle',
|
bg='bg2',bgm='battle',
|
||||||
},
|
},
|
||||||
pauseLimit=true,
|
|
||||||
load=function()
|
load=function()
|
||||||
PLY.newPlayer(1)
|
PLY.newPlayer(1)
|
||||||
PLY.newAIPlayer(2,AIBUILDER('CC',7,3,true,50000))
|
PLY.newAIPlayer(2,AIBUILDER('CC',7,3,true,50000))
|
||||||
|
|||||||
@@ -6,9 +6,6 @@ return{
|
|||||||
dropPiece=function(P)if P.stat.atk>=100 then P:win('finish')end end,
|
dropPiece=function(P)if P.stat.atk>=100 then P:win('finish')end end,
|
||||||
bg='matrix',bgm='new era',
|
bg='matrix',bgm='new era',
|
||||||
},
|
},
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(45)
|
setFont(45)
|
||||||
mStr(("%.1f"):format(P.stat.atk),69,190)
|
mStr(("%.1f"):format(P.stat.atk),69,190)
|
||||||
|
|||||||
@@ -7,9 +7,6 @@ return{
|
|||||||
dropPiece=function(P)if P.stat.row>=40 then P:win('finish')end end,
|
dropPiece=function(P)if P.stat.row>=40 then P:win('finish')end end,
|
||||||
bg='aura',bgm='waterfall',
|
bg='aura',bgm='waterfall',
|
||||||
},
|
},
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(55)
|
setFont(55)
|
||||||
local r=40-P.stat.row
|
local r=40-P.stat.row
|
||||||
|
|||||||
@@ -6,9 +6,6 @@ return{
|
|||||||
dropPiece=function(P)if P.stat.row>=40 then P:win('finish')end end,
|
dropPiece=function(P)if P.stat.row>=40 then P:win('finish')end end,
|
||||||
bg='aura',bgm='waterfall',
|
bg='aura',bgm='waterfall',
|
||||||
},
|
},
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(55)
|
setFont(55)
|
||||||
local r=40-P.stat.row
|
local r=40-P.stat.row
|
||||||
|
|||||||
@@ -7,9 +7,6 @@ return{
|
|||||||
dropPiece=function(P)if P.stat.row>=40 then P:win('finish')end end,
|
dropPiece=function(P)if P.stat.row>=40 then P:win('finish')end end,
|
||||||
bg='aura',bgm='waterfall',
|
bg='aura',bgm='waterfall',
|
||||||
},
|
},
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(55)
|
setFont(55)
|
||||||
local r=40-P.stat.row
|
local r=40-P.stat.row
|
||||||
|
|||||||
@@ -6,9 +6,6 @@ return{
|
|||||||
dropPiece=function(P)if P.stat.row>=40 then P:win('finish')end end,
|
dropPiece=function(P)if P.stat.row>=40 then P:win('finish')end end,
|
||||||
bg='aura',bgm='beat5th',
|
bg='aura',bgm='beat5th',
|
||||||
},
|
},
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(55)
|
setFont(55)
|
||||||
local r=40-P.stat.row
|
local r=40-P.stat.row
|
||||||
|
|||||||
@@ -7,9 +7,6 @@ return{
|
|||||||
dropPiece=function(P)if P.stat.row>=40 then P:win('finish')end end,
|
dropPiece=function(P)if P.stat.row>=40 then P:win('finish')end end,
|
||||||
bg='aura',bgm='waterfall',
|
bg='aura',bgm='waterfall',
|
||||||
},
|
},
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(55)
|
setFont(55)
|
||||||
local r=40-P.stat.row
|
local r=40-P.stat.row
|
||||||
|
|||||||
@@ -5,9 +5,6 @@ return{
|
|||||||
dropPiece=function(P)if P.stat.row>=1000 then P:win('finish')end end,
|
dropPiece=function(P)if P.stat.row>=1000 then P:win('finish')end end,
|
||||||
bg='rainbow',bgm='push',
|
bg='rainbow',bgm='push',
|
||||||
},
|
},
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(55)
|
setFont(55)
|
||||||
local r=1000-P.stat.row
|
local r=1000-P.stat.row
|
||||||
|
|||||||
@@ -5,9 +5,6 @@ return{
|
|||||||
dropPiece=function(P)if P.stat.row>=100 then P:win('finish')end end,
|
dropPiece=function(P)if P.stat.row>=100 then P:win('finish')end end,
|
||||||
bg='bg2',bgm='race',
|
bg='bg2',bgm='race',
|
||||||
},
|
},
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(55)
|
setFont(55)
|
||||||
local r=100-P.stat.row
|
local r=100-P.stat.row
|
||||||
|
|||||||
@@ -5,9 +5,6 @@ return{
|
|||||||
dropPiece=function(P)if P.stat.row>=10 then P:win('finish')end end,
|
dropPiece=function(P)if P.stat.row>=10 then P:win('finish')end end,
|
||||||
bg='bg2',bgm='race',
|
bg='bg2',bgm='race',
|
||||||
},
|
},
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(55)
|
setFont(55)
|
||||||
local r=10-P.stat.row
|
local r=10-P.stat.row
|
||||||
|
|||||||
@@ -5,9 +5,6 @@ return{
|
|||||||
dropPiece=function(P)if P.stat.row>=20 then P:win('finish')end end,
|
dropPiece=function(P)if P.stat.row>=20 then P:win('finish')end end,
|
||||||
bg='bg2',bgm='race',
|
bg='bg2',bgm='race',
|
||||||
},
|
},
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(55)
|
setFont(55)
|
||||||
local r=20-P.stat.row
|
local r=20-P.stat.row
|
||||||
|
|||||||
@@ -5,9 +5,6 @@ return{
|
|||||||
dropPiece=function(P)if P.stat.row>=400 then P:win('finish')end end,
|
dropPiece=function(P)if P.stat.row>=400 then P:win('finish')end end,
|
||||||
bg='rainbow',bgm='push',
|
bg='rainbow',bgm='push',
|
||||||
},
|
},
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(55)
|
setFont(55)
|
||||||
local r=400-P.stat.row
|
local r=400-P.stat.row
|
||||||
|
|||||||
@@ -5,9 +5,6 @@ return{
|
|||||||
dropPiece=function(P)if P.stat.row>=40 then P:win('finish')end end,
|
dropPiece=function(P)if P.stat.row>=40 then P:win('finish')end end,
|
||||||
bg='bg2',bgm='race',
|
bg='bg2',bgm='race',
|
||||||
},
|
},
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(55)
|
setFont(55)
|
||||||
local r=40-P.stat.row
|
local r=40-P.stat.row
|
||||||
|
|||||||
@@ -22,10 +22,6 @@ return{
|
|||||||
end,
|
end,
|
||||||
bg='glow',bgm='new era',
|
bg='glow',bgm='new era',
|
||||||
},
|
},
|
||||||
pauseLimit=true,
|
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(65)
|
setFont(65)
|
||||||
mStr(P.modeData.wave,69,310)
|
mStr(P.modeData.wave,69,310)
|
||||||
|
|||||||
@@ -29,10 +29,6 @@ return{
|
|||||||
end,
|
end,
|
||||||
bg='glow',bgm='shift',
|
bg='glow',bgm='shift',
|
||||||
},
|
},
|
||||||
pauseLimit=true,
|
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(65)
|
setFont(65)
|
||||||
mStr(P.modeData.wave,69,310)
|
mStr(P.modeData.wave,69,310)
|
||||||
|
|||||||
@@ -23,10 +23,6 @@ return{
|
|||||||
end,
|
end,
|
||||||
bg='glow',bgm='shift',
|
bg='glow',bgm='shift',
|
||||||
},
|
},
|
||||||
pauseLimit=true,
|
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(65)
|
setFont(65)
|
||||||
mStr(P.modeData.wave,69,310)
|
mStr(P.modeData.wave,69,310)
|
||||||
|
|||||||
@@ -28,10 +28,6 @@ return{
|
|||||||
end,
|
end,
|
||||||
bg='glow',bgm='new era',
|
bg='glow',bgm='new era',
|
||||||
},
|
},
|
||||||
pauseLimit=true,
|
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(65)
|
setFont(65)
|
||||||
mStr(P.modeData.wave,69,310)
|
mStr(P.modeData.wave,69,310)
|
||||||
|
|||||||
@@ -28,10 +28,6 @@ return{
|
|||||||
end,
|
end,
|
||||||
bg='welcome',bgm='here',
|
bg='welcome',bgm='here',
|
||||||
},
|
},
|
||||||
pauseLimit=true,
|
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(65)
|
setFont(65)
|
||||||
mStr(P.modeData.wave,69,310)
|
mStr(P.modeData.wave,69,310)
|
||||||
|
|||||||
@@ -9,9 +9,6 @@ return{
|
|||||||
bg='flink',bgm='infinite',
|
bg='flink',bgm='infinite',
|
||||||
},
|
},
|
||||||
slowMark=true,
|
slowMark=true,
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(45)
|
setFont(45)
|
||||||
mStr(("%.1f"):format(P.stat.atk),69,190)
|
mStr(("%.1f"):format(P.stat.atk),69,190)
|
||||||
|
|||||||
@@ -22,9 +22,6 @@ return{
|
|||||||
bg='flink',bgm='infinite',
|
bg='flink',bgm='infinite',
|
||||||
},
|
},
|
||||||
slowMark=true,
|
slowMark=true,
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(45)
|
setFont(45)
|
||||||
mStr(("%.1f"):format(P.stat.atk),69,190)
|
mStr(("%.1f"):format(P.stat.atk),69,190)
|
||||||
|
|||||||
@@ -7,9 +7,6 @@ return{
|
|||||||
dropPiece=function(P)if P.stat.atk>=100 then P:win('finish')end end,
|
dropPiece=function(P)if P.stat.atk>=100 then P:win('finish')end end,
|
||||||
bg='matrix',bgm='down',
|
bg='matrix',bgm='down',
|
||||||
},
|
},
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(45)
|
setFont(45)
|
||||||
mStr(("%.1f"):format(P.stat.atk),69,190)
|
mStr(("%.1f"):format(P.stat.atk),69,190)
|
||||||
|
|||||||
@@ -19,9 +19,6 @@ return{
|
|||||||
dropPiece=tech_check_hard,
|
dropPiece=tech_check_hard,
|
||||||
bg='matrix',bgm='down',
|
bg='matrix',bgm='down',
|
||||||
},
|
},
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(45)
|
setFont(45)
|
||||||
mStr(("%.1f"):format(P.stat.atk),69,190)
|
mStr(("%.1f"):format(P.stat.atk),69,190)
|
||||||
|
|||||||
@@ -7,9 +7,6 @@ return{
|
|||||||
dropPiece=function(P)if P.stat.atk>=100 then P:win('finish')end end,
|
dropPiece=function(P)if P.stat.atk>=100 then P:win('finish')end end,
|
||||||
bg='matrix',bgm='warped',
|
bg='matrix',bgm='warped',
|
||||||
},
|
},
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(45)
|
setFont(45)
|
||||||
mStr(("%.1f"):format(P.stat.atk),69,190)
|
mStr(("%.1f"):format(P.stat.atk),69,190)
|
||||||
|
|||||||
@@ -19,9 +19,6 @@ return{
|
|||||||
dropPiece=tech_check_hard,
|
dropPiece=tech_check_hard,
|
||||||
bg='matrix',bgm='warped',
|
bg='matrix',bgm='warped',
|
||||||
},
|
},
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(45)
|
setFont(45)
|
||||||
mStr(("%.1f"):format(P.stat.atk),69,190)
|
mStr(("%.1f"):format(P.stat.atk),69,190)
|
||||||
|
|||||||
@@ -7,9 +7,6 @@ return{
|
|||||||
dropPiece=function(P)if P.stat.atk>=100 then P:win('finish')end end,
|
dropPiece=function(P)if P.stat.atk>=100 then P:win('finish')end end,
|
||||||
bg='matrix',bgm='new era',
|
bg='matrix',bgm='new era',
|
||||||
},
|
},
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(45)
|
setFont(45)
|
||||||
mStr(("%.1f"):format(P.stat.atk),69,190)
|
mStr(("%.1f"):format(P.stat.atk),69,190)
|
||||||
|
|||||||
@@ -19,9 +19,6 @@ return{
|
|||||||
dropPiece=tech_check_hard,
|
dropPiece=tech_check_hard,
|
||||||
bg='matrix',bgm='new era',
|
bg='matrix',bgm='new era',
|
||||||
},
|
},
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(45)
|
setFont(45)
|
||||||
mStr(("%.1f"):format(P.stat.atk),69,190)
|
mStr(("%.1f"):format(P.stat.atk),69,190)
|
||||||
|
|||||||
@@ -18,9 +18,6 @@ return{
|
|||||||
ospin=false,
|
ospin=false,
|
||||||
bg='matrix',bgm='vapor',
|
bg='matrix',bgm='vapor',
|
||||||
},
|
},
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(65)
|
setFont(65)
|
||||||
mStr(P.modeData.tsd,69,250)
|
mStr(P.modeData.tsd,69,250)
|
||||||
|
|||||||
@@ -18,10 +18,6 @@ return{
|
|||||||
ospin=false,
|
ospin=false,
|
||||||
bg='matrix',bgm='vapor',
|
bg='matrix',bgm='vapor',
|
||||||
},
|
},
|
||||||
pauseLimit=true,
|
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(65)
|
setFont(65)
|
||||||
mStr(P.modeData.tsd,69,250)
|
mStr(P.modeData.tsd,69,250)
|
||||||
|
|||||||
@@ -27,10 +27,6 @@ return{
|
|||||||
ospin=false,
|
ospin=false,
|
||||||
bg='matrix',bgm='vapor',
|
bg='matrix',bgm='vapor',
|
||||||
},
|
},
|
||||||
pauseLimit=true,
|
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(65)
|
setFont(65)
|
||||||
mStr(P.modeData.tsd,69,250)
|
mStr(P.modeData.tsd,69,250)
|
||||||
|
|||||||
@@ -26,10 +26,6 @@ return{
|
|||||||
bg='fan',bgm='memory',
|
bg='fan',bgm='memory',
|
||||||
},
|
},
|
||||||
slowMark=true,
|
slowMark=true,
|
||||||
pauseLimit=true,
|
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
gc.setLineWidth(2)
|
gc.setLineWidth(2)
|
||||||
gc.rectangle('line',55,110,32,402)
|
gc.rectangle('line',55,110,32,402)
|
||||||
|
|||||||
@@ -6,9 +6,6 @@ return{
|
|||||||
dropPiece=function(P)if P.stat.row>=200 then P:win('finish')end end,
|
dropPiece=function(P)if P.stat.row>=200 then P:win('finish')end end,
|
||||||
bg='bg2',bgm='venus',
|
bg='bg2',bgm='venus',
|
||||||
},
|
},
|
||||||
load=function()
|
|
||||||
PLY.newPlayer(1)
|
|
||||||
end,
|
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
setFont(70)
|
setFont(70)
|
||||||
local R=200-P.stat.row
|
local R=200-P.stat.row
|
||||||
|
|||||||
Reference in New Issue
Block a user