mod可关闭骨块

This commit is contained in:
MrZ626
2020-12-04 16:03:45 +08:00
parent 9d893f51c2
commit a83bc31258

View File

@@ -126,7 +126,8 @@ MODOPT={--Mod options
},
boneBlock={no=21,id="BN",
key="m",x=920,y=470,color="blue",
func=function(P)P.gameEnv.bone=true end,
list={"on","off"},
func=function(P,M)P.gameEnv.bone=M.sel==1 end,
},
}
for _,M in next,MODOPT do