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 26 forks source link

[BUG] - Above Screen Space UI layer not working #337

Closed Drakerus1 closed 3 weeks ago

Drakerus1 commented 3 weeks ago

Describe the bug When using .screenSpaceAboveUI() the effect does not render at all, leading me to believe that the layer is broken.

To Reproduce Steps to reproduce the behavior:

  1. Run the macro I attached to see that the effect renders correctly when not using the aforementioned layer.. You'll need a generic black square image for Dark_Screen.
  2. Remove the "//" from the .screenSpaceAboveUI() line and run the macro again to see that the effect no longer renders.

Expected behavior The desired result is a full screen dimming.

Screenshots N/A

Setup:

Active modules:

fvtt-Macro-debug-convergence-6XwcKHkSg5JYXHri.json

Haxxer commented 3 weeks ago

Fixed in #338