page histoire - v0.0.11

This commit is contained in:
François-Xavier Guillois
2023-06-05 21:27:34 +02:00
parent 7d7ec478e5
commit d388c3ba4b
10 changed files with 58 additions and 27 deletions
+2 -1
View File
@@ -11,8 +11,9 @@ export class TotemActorSheet extends ActorSheet {
return mergeObject(super.defaultOptions, {
classes: ["totem", "sheet", "actor"],
template: "systems/totem/templates/actor/actor-sheet.html",
height: 820,
width: 690,
height: 800,
resizable: false,
tabs: [{ navSelector: ".sheet-tabs", contentSelector: ".sheet-body", initial: "features" }]
});
}