Skip to content

v2.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Sep 11:33
74edd0d

Release v2.2.0

Build Details:


IMPROVEMENTS

  • Shadows cast by tokens at the same elevation now render beneath all peer tokens, preventing visual overlap. (If you prefer the old behaviour where shadows could overlap peer tokens based on their sort order, let me know and I can add a toggle in the game settings).

BUG FIXES

  • Fixed a visual bug where shadows would incorrectly render on top of large tokens when using dynamic sorting modules like Token Z.

UNDER THE HOOD

  • Replaced static sorting assignments with dynamic getters (elevation, sortLayer, sort, zIndex). Shadows now evaluate their token's current state, ensuring compatibility with third-party modules that manipulate rendering tiers post-load.