-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fixed conflict with Pick-Up-Stix module.
- Loading branch information
1 parent
cc9d965
commit f72791e
Showing
3 changed files
with
29 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.3", | ||
"version": "2.1.4", | ||
"minimumCoreVersion": "0.6.2", | ||
"compatibleCoreVersion":"0.6.6", | ||
"scripts": [ | ||
|
@@ -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.3/ShowDragDistance.zip" | ||
"download":"https://github.com/wsaunders1014/ShowDragDistance/releases/download/2.1.4/ShowDragDistance.zip" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters