kxcrl / foundryvtt-retro

MIT License
0 stars 0 forks source link

Hide any token images on the canvas if the character has a spritesheet #7

Closed kxcrl closed 11 months ago

kxcrl commented 11 months ago

Context

It's useful to be able to set an image for a given Actor so that it can have a graphic in the UI. However, we only want to render the Actor's sprite once it's dragged onto the canvas.

Notes

Instead, maybe override the default token image to be whatever is at 0,0 (or some other setting) on the sprite sheet. Or maybe have an option to override/hide/etc default images in the global module settings.