Carte des TMR alternatives
Ajout d'une option pour choisir parmi les TMRs des 3 éditions
This commit is contained in:
@ -17,11 +17,11 @@ export class SortReserve extends Draconique {
|
||||
createSprite(pixiTMR) {
|
||||
return pixiTMR.sprite(this.code(), {
|
||||
zIndex: tmrTokenZIndex.sort,
|
||||
decallage: pixiTMR.sizes.decallage(-1, 0),
|
||||
taille: () => pixiTMR.sizes.third,
|
||||
decallage: pixiTMR.sizes.decallage(-0.6, 0),
|
||||
taille: () => pixiTMR.sizes.half,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
tokens(pixiTMR, linkData, coordTMR, type = undefined) {
|
||||
if (TMRUtility.getTMR(coordTMR()).type == 'fleuve') {
|
||||
const tooltip = this.tooltip(linkData)
|
||||
|
Reference in New Issue
Block a user