forked from public/foundryvtt-reve-de-dragon
Ajout de zIndex pour afficher le demi-rêve devant
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import { ChatUtility } from "../chat-utility.js";
|
||||
import { tmrColors, tmrConstants, TMRUtility } from "../tmr-utility.js";
|
||||
import { tmrColors, tmrConstants, tmrTokenZIndex, TMRUtility } from "../tmr-utility.js";
|
||||
import { Draconique } from "./draconique.js";
|
||||
|
||||
export class PresentCites extends Draconique {
|
||||
@ -20,7 +20,11 @@ export class PresentCites extends Draconique {
|
||||
_createSprite(pixiTMR) {
|
||||
return pixiTMR.sprite(this.code(),
|
||||
{
|
||||
color: 0xFEFEFE, alpha: 0.8, taille: tmrConstants.third, decallage: tmrConstants.topRight
|
||||
zIndex: tmrTokenZIndex.tetes,
|
||||
color: 0xFEFEFE,
|
||||
alpha: 0.8,
|
||||
taille: tmrConstants.third,
|
||||
decallage: tmrConstants.topRight
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user