added spell tab and sorted tabs

This commit is contained in:
Gesina Schwalbe 2021-01-09 23:39:35 +01:00
parent 7d04ad2309
commit 884327b156
9 changed files with 122 additions and 21 deletions

View file

@ -32,7 +32,7 @@ export class DS4ActorSheet extends ActorSheet<DS4ActorDataType, DS4Actor, DS4Ite
template: "systems/ds4/templates/actor/actor-sheet.hbs",
width: 725,
height: 600,
tabs: [{ navSelector: ".sheet-tabs", contentSelector: ".sheet-body", initial: "description" }],
tabs: [{ navSelector: ".sheet-tabs", contentSelector: ".sheet-body", initial: "inventory" }],
});
}