修改一些背景默认值

This commit is contained in:
MrZ626
2021-04-29 11:24:46 +08:00
parent 29e664ece4
commit c770fc4528
4 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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()

View File

@@ -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()

View File

@@ -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)