Code changes for v9 compatibility (moves keybindings into the new foundry API)
This commit is contained in:
+23
-5
@@ -29,6 +29,19 @@
|
||||
"dash": "dash"
|
||||
}
|
||||
},
|
||||
"keybindings": {
|
||||
"cancelDrag": "Cancel dragging",
|
||||
"createWaypoint": "Create waypoint",
|
||||
"deleteWaypoint": "Delete waypoint",
|
||||
"disableSnap": {
|
||||
"name": "Disable snapping",
|
||||
"hint": "Snapping will be temporarily disabled while this key is being held down"
|
||||
},
|
||||
"moveWithoutAnimation": {
|
||||
"name": "Disable token animation",
|
||||
"hint": "When being held while dropping a token, the token will move to the target location without animating"
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"alwaysShowSpeedForPCs": {
|
||||
"name": "Show PC speed to everyone",
|
||||
@@ -42,6 +55,15 @@
|
||||
"name": "Enable movement history during combat",
|
||||
"hint": "If enabled, Drag Ruler will remember the path a token took during it's turn in combat and will display it when you pick the token back up."
|
||||
},
|
||||
"rightClickAction": {
|
||||
"name": "Right click action",
|
||||
"hint": "What action shall be performed when right clicking while dragging a token?",
|
||||
"choices": {
|
||||
"create": "Create waypoint",
|
||||
"delete": "Delete waypoint",
|
||||
"cancel": "Cancel drag"
|
||||
}
|
||||
},
|
||||
"showGMRulerToPlayers": {
|
||||
"name": "Show GM ruler to players",
|
||||
"hint": "If disabled the ruler of GMs will not be shown for non-GM players"
|
||||
@@ -78,13 +100,9 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"swapSpacebarRightClick": {
|
||||
"name": "Swap spacebar and right click",
|
||||
"hint": "Swaps the functions of spacebar and right click during dragging. If enabled right click will place waypoints and spacebar will delete them"
|
||||
},
|
||||
"useGridlessRaster": {
|
||||
"name": "Use speed based snapping",
|
||||
"hint": "On Gridless scenes, this makes tokens snap to the token's speed ranges. This can be temporarily disabled by pressing Shift during drag."
|
||||
"hint": "On Gridless scenes, this makes tokens snap to the token's speed ranges."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user