Update code for Foundry 9

This commit is contained in:
2022-01-05 11:49:14 +01:00
parent cf3cbb892c
commit 3dbaf84db3
7 changed files with 30 additions and 17 deletions

View File

@@ -1,5 +1,11 @@
{
"smart-doors": {
"keybindings": {
"toggleSecretDoor": {
"name": "Toggle Secret Door",
"hint": "While this key is being pressed, clicking on doors will cause the to toggle between normal and secret door"
}
},
"settings": {
"doorControlSizeFactor": {
"name": "Door Control Size Factor",
@@ -16,10 +22,6 @@
"synchronizedDoors": {
"name": "Synchronized Doors",
"hint": "Synchronize the state of configured doors"
},
"toggleSecretDoors": {
"name": "Toggle Secret Doors",
"hint": "Toggle the door type between normal and secret using ctrl+left click"
}
},
"ui": {