Continue working on v2 of the PC sheet (w/ Material design now)

This commit is contained in:
Oliver-Akins 2024-02-27 22:49:39 -07:00
parent 6d2d02b077
commit 753d72b4e0
7 changed files with 249 additions and 23 deletions

View file

@ -8,8 +8,8 @@ export class PlayerSheetv2 extends GenericActorSheet {
template: `systems/dotdungeon/templates/actors/char-sheet/v2/sheet.hbs`,
tabs: [
{
// group: `page`,
navSelector: `.potato`,
group: `page`,
navSelector: `nav`,
contentSelector: `.tab-content`,
initial: `tab1`,
},