修改自定义模式默认设置为科研用

This commit is contained in:
MrZ626
2021-04-19 19:56:30 +08:00
parent b0ac27ad23
commit 5826231326

View File

@@ -150,15 +150,15 @@ BAG={}--Sequence for custom game
MISSION={}--Clearing mission for custom game MISSION={}--Clearing mission for custom game
CUSTOMENV={--gameEnv for cutsom game CUSTOMENV={--gameEnv for cutsom game
--Basic --Basic
drop=60, drop=1e99,
lock=60, lock=1e99,
wait=0, wait=0,
fall=0, fall=0,
--Control --Control
nextCount=6, nextCount=6,
holdCount=1, holdCount=1,
infHold=false, infHold=true,
phyHold=false, phyHold=false,
--Visual --Visual
@@ -184,7 +184,7 @@ CUSTOMENV={--gameEnv for cutsom game
--Else --Else
bg="none", bg="none",
bgm="race", bgm="infinite",
} }
GAME={--Global game data GAME={--Global game data
init=false, --If need initializing game when enter scene-play init=false, --If need initializing game when enter scene-play