Introduce token UI adjustment script
Most of the token UI like tracking bars go over the token in its own square. However, the dynamic borders do the same and conflict with them. This script will handle moving the already existing UI elements to free up the view of the token.
This commit is contained in:
parent
3f0f81ee54
commit
fe9b56acaa
2 changed files with 4 additions and 1 deletions
|
@ -50,7 +50,8 @@
|
|||
}
|
||||
],
|
||||
"esmodules": [
|
||||
"scripts/token_combat_border.mjs"
|
||||
"scripts/token_combat_border.mjs",
|
||||
"scripts/token_ui_adjust.mjs"
|
||||
],
|
||||
"socket": true,
|
||||
"packs": [
|
||||
|
|
2
scripts/token_ui_adjust.mjs
Normal file
2
scripts/token_ui_adjust.mjs
Normal file
|
@ -0,0 +1,2 @@
|
|||
import * as MillsFabula from "./mills_fabula.mjs";
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue