[Housekeeping] V14.364 Update (#1991)
Some checks are pending
Project CI / build (24.x) (push) Waiting to run

* Raised compatability to foundry-364. Swapped to new resourceBar color methodology

* Bumped min-version
This commit is contained in:
WBHarry 2026-06-10 23:29:15 +02:00 committed by GitHub
parent 58eb41e4a9
commit 0fb79b98bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 20 additions and 8 deletions

View file

@ -77,6 +77,20 @@ CONFIG.Token.prototypeSheetClass = applications.sheetConfigs.DhPrototypeTokenCon
CONFIG.Token.objectClass = placeables.DhTokenPlaceable;
CONFIG.Token.rulerClass = placeables.DhTokenRuler;
CONFIG.Token.hudClass = applications.hud.DHTokenHUD;
CONFIG.Token.barConfig = {
bar1: {
colors: {
full: Color.fromRGB([1, 0, 0]),
empty: Color.fromRGB([0, 0, 0])
}
},
bar2: {
colors: {
full: Color.fromString('#0032b1'),
empty: Color.fromRGB([0, 0, 0])
}
}
};
CONFIG.ui.combat = applications.ui.DhCombatTracker;
CONFIG.ui.nav = applications.ui.DhSceneNavigation;