extracted item control buttons to own templates
- removed code duplication of inline button templates for item and talent overview
This commit is contained in:
parent
e6b51c66a6
commit
177de1a486
5 changed files with 33 additions and 49 deletions
|
@ -38,6 +38,8 @@ async function registerHandlebarsPartials() {
|
|||
"systems/ds4/templates/item/partials/body.hbs",
|
||||
"systems/ds4/templates/actor/partials/items-overview.hbs",
|
||||
"systems/ds4/templates/actor/partials/talents-overview.hbs",
|
||||
"systems/ds4/templates/actor/partials/overview-add-button.hbs",
|
||||
"systems/ds4/templates/actor/partials/overview-control-buttons.hbs",
|
||||
"systems/ds4/templates/actor/partials/attributes-traits.hbs",
|
||||
"systems/ds4/templates/actor/partials/combat-values.hbs",
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue