mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 14:36:13 +01:00
[Feature] Show token distance on hover (#1607)
* Show token distance on hover * Do not show distance hover when ranges variant rule is disabled * Use range labels function for distance hover * Fix very far and support feet * . --------- Co-authored-by: WBHarry <williambjrklund@gmail.com>
This commit is contained in:
parent
b374070809
commit
1bc9e07098
5 changed files with 92 additions and 26 deletions
|
|
@ -2405,6 +2405,14 @@
|
|||
"hideAttribution": {
|
||||
"label": "Hide Attribution"
|
||||
},
|
||||
"showTokenDistance": {
|
||||
"label": "Show Token Distance on Hover",
|
||||
"choices": {
|
||||
"always": "Always",
|
||||
"encounters": "Encounters",
|
||||
"never": "Never"
|
||||
}
|
||||
},
|
||||
"expandedTitle": "Auto-expand Descriptions",
|
||||
"extendCharacterDescriptions": {
|
||||
"label": "Characters"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue