Eriku33 / Foundry-VTT-Image-Hover

Character art module for Foundry Virtual Table top
MIT License
7 stars 12 forks source link

Updates support to Foundry VTT 9 (and removes support for older versions of Foundry) #21

Closed xdy closed 2 years ago

xdy commented 2 years ago

Not sure if you're still active, but in case you are, this PR does what it says in the title.

xdy commented 2 years ago

Edited: See the last comment instead of this one, has been changed in PR.

One mistake, in the hoverToken hook, use this:

if (!game?.keybindings?.bindings?.get("image-hover.userKeybindButton")[0]?.key) {

instead of what I had there. Or, just look at the main branch on my fork.

xdy commented 2 years ago

Updated PR with the change above.