forked from public/foundryvtt-reve-de-dragon
Ajout de zIndex pour afficher le demi-rêve devant
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { Misc } from "../misc.js";
|
||||
import { RollDataAjustements } from "../rolldata-ajustements.js";
|
||||
import { tmrColors, tmrConstants, TMRType, TMRUtility } from "../tmr-utility.js";
|
||||
import { tmrColors, tmrConstants, tmrTokenZIndex, TMRType, TMRUtility } from "../tmr-utility.js";
|
||||
import { Debordement } from "./debordement.js";
|
||||
import { Draconique } from "./draconique.js";
|
||||
|
||||
@ -36,7 +36,11 @@ export class Desorientation extends Draconique {
|
||||
_createSprite(pixiTMR) {
|
||||
return pixiTMR.sprite(this.code(),
|
||||
{
|
||||
color: tmrColors.trounoir, alpha: 1, taille: tmrConstants.full, decallage: { x: 2, y: 2 },
|
||||
zIndex: tmrTokenZIndex.trounoir,
|
||||
color: tmrColors.trounoir,
|
||||
alpha: 1,
|
||||
taille: tmrConstants.full,
|
||||
decallage: { x: 2, y: 2 },
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user