修改一些背景默认值

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,
--Else
bg="none",
bg="blockfall",
bgm="infinite",
}
CUSTOMENV=FILE.load("conf/customEnv")--gameEnv for cutsom game

View File

@@ -79,7 +79,7 @@ return{
nextCount=1,holdCount=0,
ospin=false,
freshLimit=15,
bg="glow",bgm="reason",
bg="blockfall",bgm="reason",
},
pauseLimit=true,
load=function()

View File

@@ -9,7 +9,7 @@ return{
nextCount=3,
ospin=false,
freshLimit=15,
bg="glow",bgm="reason",
bg="blockfall",bgm="reason",
},
pauseLimit=true,
load=function()

View File

@@ -3,7 +3,7 @@ return{
env={
drop=1e99,lock=1e99,
infHold=true,
bg="glow",bgm="infinite",
bg="blockfall",bgm="infinite",
},
load=function()
PLY.newPlayer(1)