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
41 stars 19 forks source link

[BUG] - tint does not work with attachTo #202

Closed Nexusprime22 closed 1 month ago

Nexusprime22 commented 10 months ago

When doing the sequence below, the tint does not apply on the effect, it is because of attachTo

new Sequence() .effect() .attachTo(targets[0]) .stretchTo(token,{attachTo:true}) .file("jb2a.energy_beam.normal.bluepink.02") .fadeIn(500) .fadeOut(500) .belowTokens() .tint(0xff0000) .play()

Haxxer commented 1 month ago

Fixed with 3.2.0