自定义模式默认参数增加垃圾行缓冲速度设定

This commit is contained in:
MrZ626
2021-05-27 21:16:33 +08:00
parent f183686463
commit 6a30651cc5

View File

@@ -229,11 +229,12 @@ customEnv0={
opponent="X", opponent="X",
life=0, life=0,
pushSpeed=3, pushSpeed=3,
garbageSpeed=1,
missionKill=false, missionKill=false,
--Else --Else
bg='blockfall', bg='blockfall',
bgm='infinite', bgm='hang out',
} }
CUSTOMENV=FILE.load("conf/customEnv")--gameEnv for cutsom game CUSTOMENV=FILE.load("conf/customEnv")--gameEnv for cutsom game
if not CUSTOMENV or CUSTOMENV.version~=VERSION.code then if not CUSTOMENV or CUSTOMENV.version~=VERSION.code then