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:
trotFunky 2025-05-30 21:38:02 +01:00
parent 3f0f81ee54
commit fe9b56acaa
2 changed files with 4 additions and 1 deletions

View file

@ -50,7 +50,8 @@
}
],
"esmodules": [
"scripts/token_combat_border.mjs"
"scripts/token_combat_border.mjs",
"scripts/token_ui_adjust.mjs"
],
"socket": true,
"packs": [

View file

@ -0,0 +1,2 @@
import * as MillsFabula from "./mills_fabula.mjs";