fantasycalendar / FoundryVTT-Sequencer

This module implements a basic pipeline that can be used for managing the flow of a set of functions, effects, sounds, and macros.
Other
46 stars 22 forks source link

Prefetch files in parallel #272

Closed Codas closed 1 month ago

Codas commented 1 month ago

With this PR, prefetching of assets when .play({ prefetch: true }) is used is done in parallel instead of sequentially.