Gudradain / spirit-island-template

A set of templates to help create fan made content for the board game Spirit Island.
MIT License
16 stars 22 forks source link

More complex presence tracks #29

Closed SteveBallantine closed 3 years ago

SteveBallantine commented 3 years ago

Following on from #28, this change adds a new way of entering presence track data as an HTML table. Allowing for more flexible positioning. Checkout the new board_front_serpent_style.html example to see this in action.

As working with an HTML table is not as simple as the original approach, I've retained support for that as well.

This change also simplifies and unifies the logic and css for the presence tracks. This allowed me to cleanup some older issues like slight vertical missalingment of nodes, etc. There may well be a few edge cases that look better on the old boards than the new ones but I feel this is good enough to be merged in now.