Remove some classes from the main entry

This commit is contained in:
Oliver-Akins 2023-11-26 01:30:27 -07:00
parent dda38b6695
commit 32bc59088b

View file

@ -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"
} }
); );