v11.1.3 - Werther de Zloth l'Onirique #679

Merged
uberwald merged 11 commits from VincentVk/foundryvtt-reve-de-dragon:v11 into v11 2023-11-11 09:06:01 +01:00
Showing only changes of commit 2e74ccd1fe - Show all commits

View File

@ -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);
}