Preparation fiche perso

This commit is contained in:
2024-05-06 12:33:28 +02:00
parent 939923e5ed
commit af65209d23
27 changed files with 196 additions and 411 deletions

View File

@@ -160,16 +160,10 @@ export class TeDeumUtility {
/* -------------------------------------------- */
static async preloadHandlebarsTemplates() {
console.log("PRELOAD >>>>>")
const templatePaths = [
'systems/fvtt-te-deum/templates/actors/editor-notes-gm.hbs',
'systems/fvtt-te-deum/templates/items/partial-item-nav.hbs',
'systems/fvtt-te-deum/templates/items/partial-item-equipment.hbs',
'systems/fvtt-te-deum/templates/items/partial-item-description.hbs',
'systems/fvtt-te-deum/templates/dialogs/partial-common-roll-dialog.hbs',
'systems/fvtt-te-deum/templates/dialogs/partial-confront-dice-area.hbs',
'systems/fvtt-te-deum/templates/dialogs/partial-confront-bonus-area.hbs',
'systems/fvtt-te-deum/templates/actors/partial-impacts.hbs',
'systems/fvtt-te-deum/templates/items/partial-item-description.hbs'
]
return loadTemplates(templatePaths);
}