Déplacement terre d'attache

This commit is contained in:
Vincent Vandemeulebrouck 2023-11-21 16:03:47 +01:00
parent a2fcb9a453
commit f50e9cd305
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ export class TerreAttache extends Draconique {
createSprite(pixiTMR) {
return pixiTMR.sprite(this.code(), {
zIndex: tmrTokenZIndex.tetes,
decallage: pixiTMR.sizes.decallage(-1, -1),
decallage: pixiTMR.sizes.decallage(1, 1),
taille: () => pixiTMR.sizes.third
});
}