jacobwojoski / dice-stats

A Module for Foundry VTT that tracks and displays dice stats
MIT License
7 stars 6 forks source link

Fix button collision #70

Closed juanferrer closed 1 year ago

juanferrer commented 1 year ago

When a system or module registers a button before dice-stats is loaded, the button is unusable. This PR registers a new layer (diceStats) and uses is to hold the Dice Stats button. Additionally, a pretty name was given to the button.

jacobwojoski commented 1 year ago

Cool stuff. Was trying to get it to be its own layer but couldn't figure it out so thanks! I'll do a bit of testing and merge it if it looks good.