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
47 stars 25 forks source link

.anchor() and .center() having no effect on a tile/tileDocument #23

Closed Vauryx closed 3 years ago

Vauryx commented 3 years ago

.anchor() and .center() seem to be not effecting the location of the effect at all when given a tile or tile Document


 let boltSeq = new Sequence()
                .effect()
                    .file("jb2a.chain_lightning.primary.blue")
                    .JB2A()
                    .atLocation(cloudTile)
                    .reachTowards(template)
                    .center()
                boltSeq.play();
Haxxer commented 3 years ago

Fixed with 0.6.6