Remove some classes from the main entry
This commit is contained in:
parent
dda38b6695
commit
32bc59088b
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ export class CharacterSheet extends ActorSheet {
|
||||||
return mergeObject(
|
return mergeObject(
|
||||||
super.defaultOptions,
|
super.defaultOptions,
|
||||||
{
|
{
|
||||||
classes: ["dotdungeon", "sheet", "actor"],
|
classes: ["dotdungeon"],
|
||||||
template: "systems/dotdungeon/templates/actors/char-sheet-mvp/sheet.hbs"
|
template: "systems/dotdungeon/templates/actors/char-sheet-mvp/sheet.hbs"
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue