Aedif / TokenVariants

GNU General Public License v3.0
18 stars 12 forks source link

Hud rework #35

Closed Aedif closed 2 years ago

Aedif commented 2 years ago

The initial implementation of the new Token HUD button closely followed 'Token HUD Wildcard' module and was hard to follow.

To make the code easier to read and declutter the already large token-variants.mjs all of the logic for the rendering and token updating using the hud has been moved to a separate file.

jQuery has also been more extensively used to aid in clarity and each listener now has a dedicated method.