修改一些背景默认值
This commit is contained in:
@@ -230,7 +230,7 @@ customEnv0={
|
|||||||
missionKill=false,
|
missionKill=false,
|
||||||
|
|
||||||
--Else
|
--Else
|
||||||
bg="none",
|
bg="blockfall",
|
||||||
bgm="infinite",
|
bgm="infinite",
|
||||||
}
|
}
|
||||||
CUSTOMENV=FILE.load("conf/customEnv")--gameEnv for cutsom game
|
CUSTOMENV=FILE.load("conf/customEnv")--gameEnv for cutsom game
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ return{
|
|||||||
nextCount=1,holdCount=0,
|
nextCount=1,holdCount=0,
|
||||||
ospin=false,
|
ospin=false,
|
||||||
freshLimit=15,
|
freshLimit=15,
|
||||||
bg="glow",bgm="reason",
|
bg="blockfall",bgm="reason",
|
||||||
},
|
},
|
||||||
pauseLimit=true,
|
pauseLimit=true,
|
||||||
load=function()
|
load=function()
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ return{
|
|||||||
nextCount=3,
|
nextCount=3,
|
||||||
ospin=false,
|
ospin=false,
|
||||||
freshLimit=15,
|
freshLimit=15,
|
||||||
bg="glow",bgm="reason",
|
bg="blockfall",bgm="reason",
|
||||||
},
|
},
|
||||||
pauseLimit=true,
|
pauseLimit=true,
|
||||||
load=function()
|
load=function()
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ return{
|
|||||||
env={
|
env={
|
||||||
drop=1e99,lock=1e99,
|
drop=1e99,lock=1e99,
|
||||||
infHold=true,
|
infHold=true,
|
||||||
bg="glow",bgm="infinite",
|
bg="blockfall",bgm="infinite",
|
||||||
},
|
},
|
||||||
load=function()
|
load=function()
|
||||||
PLY.newPlayer(1)
|
PLY.newPlayer(1)
|
||||||
|
|||||||
Reference in New Issue
Block a user