Initial import

This commit is contained in:
2023-12-11 22:44:06 +01:00
parent c33b758ddd
commit f142b8f6cd
9 changed files with 112 additions and 524 deletions

View File

@@ -13,7 +13,7 @@ export class TeDeumActorPJSheet extends ActorSheet {
return mergeObject(super.defaultOptions, {
classes: ["fvtt-tedeum", "sheet", "actor"],
template: "systems/fvtt-tedeum/templates/actors/actor-sheet.hbs",
template: "systems/fvtt-te-deum/templates/actors/actor-sheet.hbs",
width: 860,
height:680,
tabs: [{ navSelector: ".sheet-tabs", contentSelector: ".sheet-body", initial: "skills" }],