forked from GitHub-Mirrors/foundry-sw5e
completed NPC sheet
This commit is contained in:
parent
88b4e6dfc9
commit
27a53a9361
7 changed files with 235 additions and 130 deletions
|
@ -17,7 +17,12 @@ export default class ActorSheet5eNPCNew extends ActorSheet5e {
|
|||
return mergeObject(super.defaultOptions, {
|
||||
classes: ["sw5e", "sheet", "actor", "npc"],
|
||||
width: 600,
|
||||
height: 680
|
||||
width: 800,
|
||||
tabs: [{
|
||||
navSelector: ".root-tabs",
|
||||
contentSelector: ".sheet-body",
|
||||
initial: "attributes"
|
||||
}],
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue