reyzor1991 / pf2e-wiki

1 stars 0 forks source link

[FEATURE] Change location of Attack box and Damage dialogue boxes #60

Open reyzor1991 opened 3 months ago

reyzor1991 commented 3 months ago

There is one Mod Idea I'll throw your way Reyzor as I imagine you're better at implementing it than me. I hacked in a hook to just display the Attack box and Damage dialogue boxes near the mouse cursor and not the center of the screen as they annoy the shit out of me all the time and stops visual dices and everything else going on

app.setPosition({top: canvas.app.stage.toGlobal(canvas.mousePosition).y-400, left: canvas.app.stage.toGlobal(canvas.mousePosition).x-400})
}