148 - Character Setup (#151)

* Added a character setup dialog

* Added optional equipment tab

* Removed temp button to open character setup

* Cleaned up footer from commented code
This commit is contained in:
WBHarry 2025-06-18 20:57:32 +02:00 committed by GitHub
parent a0a5196825
commit f6e077b290
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 1560 additions and 142 deletions

View file

@ -0,0 +1,9 @@
<section
class='tab {{tabs.story.cssClass}} {{tabs.story.id}}'
data-tab='{{tabs.story.id}}'
data-group='{{tabs.story.group}}'
>
<div>
Story
</div>
</section>