Ajout QoL

This commit is contained in:
2021-04-24 21:30:17 +02:00
parent 0149f49e7c
commit 36bb9ecd17
10 changed files with 231 additions and 8 deletions

View File

@@ -10,7 +10,9 @@ export class VadentisUtility extends Entity {
const templatePaths = [
'systems/foundryvtt-vadentis/templates/actor-sheet.html',
'systems/foundryvtt-vadentis/templates/item-sheet.html',
'systems/foundryvtt-vadentis/templates/editor-notes-gm.html'
'systems/foundryvtt-vadentis/templates/editor-notes-gm.html',
'systems/foundryvtt-vadentis/templates/hud-actor-attaque.html',
'systems/foundryvtt-vadentis/templates/hud-actor-sort.html'
]
return loadTemplates(templatePaths);
}