Z3nner / lancer-weapon-fx

Visual and Sound Effects for use primarily with the Lancer TTRPG system on Foundry.
5 stars 6 forks source link

Correctly fetch effect filenames for measured template texture updates #66

Open cirrahn opened 2 weeks ago

cirrahn commented 2 weeks ago

Fixes a regression introduced in #61 where Sequencer Database paths were being used instead of file paths. The intent of the change was good, but the implementation was incomplete. Add the missing step to fetch a real file path from Sequencer.

Closes #65.