forked from public/foundryvtt-reve-de-dragon
		
	Fix: tooltip TMR par dessus les autres sprites
This commit is contained in:
		| @@ -26,6 +26,8 @@ export class PixiTMR { | ||||
|     this.pixiApp.eventMode = 'static'; | ||||
|     this.pixiApp.stage.sortableChildren = true; | ||||
|     this.tooltip = new PIXI.Text('', tooltipStyle); | ||||
|     this.tooltip.zIndex = 1000 | ||||
|  | ||||
|     this.pixiApp.stage.addChild(this.tooltip); | ||||
|  | ||||
|   } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user