mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 23:49:02 +01:00
Darkened the blue
This commit is contained in:
parent
c6fc64df98
commit
05b492326b
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ export default class DhTokenPlaceable extends foundry.canvas.placeables.Token {
|
||||||
|
|
||||||
// Determine the color to use
|
// Determine the color to use
|
||||||
const fillColor =
|
const fillColor =
|
||||||
number === 0 ? foundry.utils.Color.fromRGB([1, 0, 0]) : foundry.utils.Color.fromRGB([0, 0, 1]);
|
number === 0 ? foundry.utils.Color.fromRGB([1, 0, 0]) : foundry.utils.Color.fromString('#0032b1');
|
||||||
|
|
||||||
// Draw the bar
|
// Draw the bar
|
||||||
const widthUnit = bw / data.max;
|
const widthUnit = bw / data.max;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue