any_enemy_logic option added

This commit is contained in:
aerinon
2023-04-10 09:07:01 -06:00
parent 5d86ed4055
commit 907639b984
15 changed files with 73 additions and 13 deletions

View File

@@ -39,5 +39,19 @@
"expert"
]
}
},
"bottomEnemizerFrame": {
"enemylogic": {
"type": "selectbox",
"default": "allow_all",
"options": [
"none",
"allow_drops",
"allow_all"
],
"config": {
"width": 32
}
}
}
}