关闭方块和影子的mod也可以强制开启 close #289
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user