mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 14:36:13 +01:00
.
This commit is contained in:
parent
e77a0042cb
commit
632a717173
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ export default class DhTokenPlaceable extends foundry.canvas.placeables.Token {
|
||||||
textStyle.wordWrapWidth = this.w * 2.5;
|
textStyle.wordWrapWidth = this.w * 2.5;
|
||||||
textStyle.fontStyle = 'italic';
|
textStyle.fontStyle = 'italic';
|
||||||
|
|
||||||
const helpText = new PreciseText(
|
const helpText = new foundry.canvas.containers.PreciseText(
|
||||||
`(${game.i18n.localize('DAGGERHEART.UI.Tooltip.previewTokenHelp')})`,
|
`(${game.i18n.localize('DAGGERHEART.UI.Tooltip.previewTokenHelp')})`,
|
||||||
textStyle
|
textStyle
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue