from totem to vermine - v0.0.12
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
* Extend the basic ItemSheet with some very simple modifications
|
||||
* @extends {ItemSheet}
|
||||
*/
|
||||
export class TotemItemSheet extends ItemSheet {
|
||||
export class VermineItemSheet extends ItemSheet {
|
||||
|
||||
/** @override */
|
||||
static get defaultOptions() {
|
||||
return mergeObject(super.defaultOptions, {
|
||||
classes: ["totem", "sheet", "item"],
|
||||
classes: ["vermine2047", "sheet", "item"],
|
||||
width: 520,
|
||||
height: 480,
|
||||
tabs: [{ navSelector: ".sheet-tabs", contentSelector: ".sheet-body", initial: "description" }]
|
||||
@@ -16,7 +16,7 @@ export class TotemItemSheet extends ItemSheet {
|
||||
|
||||
/** @override */
|
||||
get template() {
|
||||
const path = "systems/totem/templates/item";
|
||||
const path = "systems/vermine2047/templates/item";
|
||||
// Return a single sheet for all item types.
|
||||
// return `${path}/item-sheet.html`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user