dmarcuse / fvtt-adventure-bundler

Export and import Foundry adventures, assets included!
MIT License
3 stars 3 forks source link

does not understand wildcard images #10

Open theyellingmute opened 1 year ago

theyellingmute commented 1 year ago

It seems to not understand wildcard images and gives an error when trying to find them.

in case you dont know. if you put an in an image. for example. Beast01.PNG and turn it into Beast.PNG.

the function is that if you have multiple images Beast_01.PNG through Beast_10.PNG. it will randomly choose an image that shares the same name before the *.

dmarcuse commented 1 year ago

Hmm, that's annoying. I can try to lump a fix for this into the same work as preserving the folder structure when I get time to implement it. Thanks for the report!