mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 19:51:08 +01:00
* Added a character setup dialog * Added optional equipment tab * Removed temp button to open character setup * Cleaned up footer from commented code
4 lines
No EOL
266 B
Handlebars
4 lines
No EOL
266 B
Handlebars
<section class="creation-action-footer">
|
|
<button data-action="close">{{localize "Cancel"}}</button>
|
|
<button {{#if tabs.setup.finished}}data-action="finish"{{else}}disabled{{/if}}>{{localize "DAGGERHEART.CharacterCreation.FinishCreation"}}</button>
|
|
</section> |