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

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",
life=0,
pushSpeed=3,
garbageSpeed=1,
missionKill=false,
--Else
bg='blockfall',
bgm='infinite',
bgm='hang out',
}
CUSTOMENV=FILE.load("conf/customEnv")--gameEnv for cutsom game
if not CUSTOMENV or CUSTOMENV.version~=VERSION.code then