Skip to content

Commit

Permalink
update to 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wsaunders1014 committed Sep 12, 2020
1 parent 6f669d8 commit cc9d965
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ New Settings:
You can now point to where the speed or movement attribute is located on the actor sheet. For instance, for DnD5e it is `actor.data.data.attributes.speed.value`. You can also point to a bonus movement attribute if your system has one. In addition you can use token.setFlag('ShowDragDistance','speed',{normal:0,dash:0}) to add any one time speed boosts via macro. The DragRuler also calls Hook.call('moveToken', token, dragRuler) when the token moves. Drag colors are configurable in client side settings if they are too close to player's color.

# Changelog
2.1.3 - Fixed user broadcasting.

2.1.2 - DragRuler no longer shows for GM movements, unless the GM holds down 'Alt' to broadcast. If your movement speed uses decimals, it will now work properly. You can now also press 'P' to place a waypoint while dragging if you're on a touchpad.


Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "Show Drag Distance",
"description": "Shows the distance you're dragging a token, similar to holding the ctrl key. Because 30 feet isn't as much as it sounds. Also removes the contraint of the normal ruler to hold CTRL and drag from Token. Now you can just press CTRL with token selected and it will show you the range from your token to mouse!",
"authors": [{"name":"Will Saunders","email":"[email protected]" }],
"version": "2.1.2",
"version": "2.1.3",
"minimumCoreVersion": "0.6.2",
"compatibleCoreVersion":"0.6.6",
"scripts": [
Expand All @@ -24,5 +24,5 @@
"changelog":"https://raw.githubusercontent.com/wsaunders1014/ShowDragDistance/master/README.md",
"url":"https://github.com/wsaunders1014/ShowDragDistance",
"manifest":"https://raw.githubusercontent.com/wsaunders1014/ShowDragDistance/master/module.json",
"download":"https://github.com/wsaunders1014/ShowDragDistance/releases/download/2.1.2/ShowDragDistance.zip"
"download":"https://github.com/wsaunders1014/ShowDragDistance/releases/download/2.1.3/ShowDragDistance.zip"
}

0 comments on commit cc9d965

Please sign in to comment.