-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Joe A. Spandrusyszyn
committed
Dec 20, 2020
1 parent
99167af
commit 22b0202
Showing
2 changed files
with
7 additions
and
3 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 |
---|---|---|
@@ -1,18 +1,18 @@ | ||
{ | ||
"type": "module", | ||
"name": "illandril-token-hud-scale", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"title": "Illandril's Token HUD scaler", | ||
"description": "Improves the visibility of the Token HUD and Status Effect icons. More specifically, this increases the scale of the Token HUD by 50%, adjusts the size of token status effects so they fit 3 across for the token (60% larger than standard for 1:1 tokens, much larger than standard for double-sized tokens, slightly smaller than standard for half-size tokens), and increases the opacity of the background behind both the Token HUD and Status Effect icons.", | ||
"author": "Joe Spandrusyszyn", | ||
"minimumCoreVersion": "0.6.5", | ||
"compatibleCoreVersion": "0.7.6", | ||
"compatibleCoreVersion": "0.7.9", | ||
"styles": ["./styles.css"], | ||
"esmodules": ["./init.js"], | ||
"license": "./LICENSE", | ||
"url": "https://github.com/illandril/FoundryVTT-token-hud-scale", | ||
"bugs": "https://github.com/illandril/FoundryVTT-token-hud-scale/issues", | ||
"changelog": "https://github.com/illandril/FoundryVTT-token-hud-scale/blob/master/CHANGELOG.md", | ||
"manifest": "https://github.com/illandril/FoundryVTT-token-hud-scale/releases/latest/download/module.json", | ||
"download": "https://github.com/illandril/FoundryVTT-token-hud-scale/releases/download/v1.0.5/illandril-token-hud-scale.zip" | ||
"download": "https://github.com/illandril/FoundryVTT-token-hud-scale/releases/download/v1.0.6/illandril-token-hud-scale.zip" | ||
} |