HB和HG改回之前的无开关状态,等待之后重做mod close #317

This commit is contained in:
MrZ626
2021-09-22 14:04:53 +08:00
parent 3bfa49236e
commit a021fcd951

View File

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