关闭方块和影子的mod也可以强制开启 close #289

This commit is contained in:
MrZ626
2021-09-11 16:09:51 +08:00
parent 4de7ee4ce0
commit 7f4591bcec

View File

@@ -26,14 +26,16 @@ MODOPT={--Mod options
func=function(P)P.gameEnv.infHold=true end, func=function(P)P.gameEnv.infHold=true end,
unranked=true, unranked=true,
}, },
{no=4,id="HB",name="hideBlock", {no=4,id="HB",name="block",
key="y",x=680,y=230,color='lV', key="y",x=680,y=230,color='lV',
func=function(P)P.gameEnv.block=false end, list={'off','on'},
func=function(P,O)P.gameEnv.block=O=='on'end,
unranked=true, unranked=true,
}, },
{no=5,id="HG",name="hideGhost", {no=5,id="HG",name="ghost",
key="u",x=800,y=230,color='lV', key="u",x=800,y=230,color='lV',
func=function(P)P.gameEnv.ghost=false end, list={'off','on'},
func=function(P,O)P.gameEnv.ghost=O=='on'end,
unranked=true, unranked=true,
}, },
{no=6,id="HD",name="hidden", {no=6,id="HD",name="hidden",