page histoire - v0.0.11
This commit is contained in:
@@ -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" }]
|
||||
});
|
||||
}
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
"systems/totem/templates/actor/parts/actor-items.html",
|
||||
"systems/totem/templates/actor/parts/actor-weapons.hbs",
|
||||
"systems/totem/templates/actor/parts/actor-defenses.hbs",
|
||||
"systems/totem/templates/actor/parts/actor-stories.hbs",
|
||||
"systems/totem/templates/actor/parts/actor-effects.html",
|
||||
|
||||
// additional templates
|
||||
|
||||
Reference in New Issue
Block a user