Adds PP.
Adds item-sheet CSS class to item sheets.
This commit is contained in:
@@ -5,8 +5,8 @@ export class M5ItemSheet extends ItemSheet {
|
||||
|
||||
static get defaultOptions() {
|
||||
return mergeObject(super.defaultOptions, {
|
||||
width: 420,
|
||||
height: 240,
|
||||
width: 640,
|
||||
height: 480,
|
||||
classes: ["midgard5", "sheet", "item"]
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user