Character Sheet Updates
Not really sure if any portion of my followers play Pathfinder, but I'm still working on my character sheet manager anyhow! It's actually been a lot of fun to work on since web development is way easier than game development, and I get instant feedback on it from my pathfinder group every time we play.
Here's how it looks now.
Added fancy icons from the Bootstrap glyphicons and did some formatting work on some of the headers to make them readable.
Also added a dropdown menu with a "hamburger" button to open it. The icons make it look even cooler than it actually is.
Behind the scenes I made the sheet auto ping the server every 15 seconds so that the player session will remain active and not get garbage collected by the server.
Here's how it looks now.
Added fancy icons from the Bootstrap glyphicons and did some formatting work on some of the headers to make them readable.
Also added a dropdown menu with a "hamburger" button to open it. The icons make it look even cooler than it actually is.
Behind the scenes I made the sheet auto ping the server every 15 seconds so that the player session will remain active and not get garbage collected by the server.
No Comments