整理游戏设置变量
This commit is contained in:
@@ -20,7 +20,6 @@ end
|
|||||||
return{
|
return{
|
||||||
color=color.white,
|
color=color.white,
|
||||||
env={
|
env={
|
||||||
puzzle=true,
|
|
||||||
Fkey=function(P)P.modeData.event=1-P.modeData.event end,
|
Fkey=function(P)P.modeData.event=1-P.modeData.event end,
|
||||||
dropPiece=puzzleCheck,
|
dropPiece=puzzleCheck,
|
||||||
},
|
},
|
||||||
@@ -65,7 +64,7 @@ return{
|
|||||||
setFont(55)
|
setFont(55)
|
||||||
mStr(P.stat.row,69,295)
|
mStr(P.stat.row,69,295)
|
||||||
mText(drawableText.line,69,360)
|
mText(drawableText.line,69,360)
|
||||||
if P.gameEnv.puzzle and P.modeData.event==0 then
|
if P.modeData.event==0 then
|
||||||
local m=puzzleMark
|
local m=puzzleMark
|
||||||
for y=1,preField.h do for x=1,10 do
|
for y=1,preField.h do for x=1,10 do
|
||||||
local T=preField[y][x]
|
local T=preField[y][x]
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ setting={
|
|||||||
face={},
|
face={},
|
||||||
|
|
||||||
--Graphic
|
--Graphic
|
||||||
ghost=.3,center=1,
|
block=1,ghost=.3,center=1,
|
||||||
smooth=true,grid=false,
|
smooth=true,grid=false,
|
||||||
bagLine=false,
|
bagLine=false,
|
||||||
lockFX=2,
|
lockFX=2,
|
||||||
|
|||||||
@@ -10,9 +10,7 @@ local setFont=setFont
|
|||||||
|
|
||||||
--------------------------<Data>--------------------------
|
--------------------------<Data>--------------------------
|
||||||
local gameEnv0={
|
local gameEnv0={
|
||||||
noTele=false,
|
das=10,arr=2,sddas=2,sdarr=2,
|
||||||
das=10,arr=2,
|
|
||||||
sddas=2,sdarr=2,
|
|
||||||
ihs=true,irs=true,ims=true,
|
ihs=true,irs=true,ims=true,
|
||||||
swap=true,
|
swap=true,
|
||||||
|
|
||||||
@@ -36,15 +34,16 @@ local gameEnv0={
|
|||||||
hold=true,oncehold=true,
|
hold=true,oncehold=true,
|
||||||
ospin=true,
|
ospin=true,
|
||||||
sequence="bag",bag={1,2,3,4,5,6,7},
|
sequence="bag",bag={1,2,3,4,5,6,7},
|
||||||
freshMethod=NULL,
|
|
||||||
face=NULL,skin=NULL,
|
face=NULL,skin=NULL,
|
||||||
|
|
||||||
life=0,
|
life=0,
|
||||||
pushSpeed=3,
|
pushSpeed=3,
|
||||||
block=true,
|
block=true,
|
||||||
|
noTele=false,
|
||||||
visible="show",
|
visible="show",
|
||||||
Fkey=NULL,puzzle=false,
|
|
||||||
freshLimit=1e99,easyFresh=true,
|
freshLimit=1e99,easyFresh=true,
|
||||||
|
|
||||||
|
Fkey=NULL,
|
||||||
fine=false,fineKill=false,
|
fine=false,fineKill=false,
|
||||||
target=1e99,dropPiece=NULL,
|
target=1e99,dropPiece=NULL,
|
||||||
mindas=0,minarr=0,minsdarr=0,
|
mindas=0,minarr=0,minsdarr=0,
|
||||||
@@ -3010,10 +3009,7 @@ function PLY.newDemoPlayer(id,x,y,size)
|
|||||||
pushSpeed=3,
|
pushSpeed=3,
|
||||||
block=true,
|
block=true,
|
||||||
visible="show",
|
visible="show",
|
||||||
Fkey=nil,puzzle=false,
|
|
||||||
freshLimit=1e99,easyFresh=true,
|
freshLimit=1e99,easyFresh=true,
|
||||||
fine=false,fineKill=false,
|
|
||||||
target=1e99,dropPiece=NULL,
|
|
||||||
mindas=0,minarr=0,minsdarr=0,
|
mindas=0,minarr=0,minsdarr=0,
|
||||||
}
|
}
|
||||||
applyGameEnv(P)
|
applyGameEnv(P)
|
||||||
|
|||||||
Reference in New Issue
Block a user