Marcin Bratek

Results 5 comments of Marcin Bratek

Same issue. Looks like DefaultFontFallbacks.plist was moved and renamed or removed / replaced by other solution. I spent some time to investigate this but sadly I found nothing.

Thanks @jgchristopher ! I took a look and also fixed my environment with these patched fonts approach.

My money is on https://foundryvtt.com/packages/popout/ module.

Source: ``` if ( game.settings.get("tokenmagic", "defaultTemplateOnHover") ) { Hooks.on("canvasReady", () => { canvas.stage.on("mousemove", event => { const {x: mx, y: my} = event.data.getLocalPosition(canvas.templates); for ( const template of canvas.templates.placeables )...

No problem! Yes, the issue is still on. I couldn't track it down to be more helpful :(