Add an option to do pathfinding automatically

This commit is contained in:
Manuel Vögele
2021-07-19 22:39:11 +02:00
parent 54cebc3192
commit c9696f8725
3 changed files with 15 additions and 1 deletions
+4
View File
@@ -51,6 +51,10 @@
"name": "Automatically start measuring",
"hint": "If enabled, Drag Ruler will start measuring as soon as the token is being dragged. If disabled, Drag Ruler will remain inactive and will only start measuring once the button to add a waypoint is being pressed."
},
"autoPathfinding": {
"name": "Pathfinding by default",
"hint": "If enabled, dragging a token will automatically use a pathfinding ruler"
},
"enableMovementHistory": {
"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."