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.
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.