mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-22 02:19:54 +02:00
rework fear tracker application, add static positions to hold the tracker, enhance token and bar display, create custom dragger and resize methods
This commit is contained in:
parent
79d6522614
commit
6f040532aa
9 changed files with 469 additions and 112 deletions
10
lang/en.json
10
lang/en.json
|
|
@ -2687,6 +2687,9 @@
|
|||
"displayFear": {
|
||||
"label": "Display Fear"
|
||||
},
|
||||
"fearPosition": {
|
||||
"label": "Fear Position"
|
||||
},
|
||||
"displayCountdownUI": {
|
||||
"label": "Display Countdown UI"
|
||||
},
|
||||
|
|
@ -2738,6 +2741,13 @@
|
|||
"token": "Tokens",
|
||||
"bar": "Bar",
|
||||
"hide": "Hide"
|
||||
},
|
||||
"fearPosition": {
|
||||
"free": "Free",
|
||||
"topCenter": "Top + Center",
|
||||
"bottomCenter": "Bottom + Center",
|
||||
"rightTop": "Right + Top",
|
||||
"leftBottom": "Left + Bottom"
|
||||
}
|
||||
},
|
||||
"Automation": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue