mirror of
https://github.com/RoY7x/worldbuilding.git
synced 2025-04-30 02:31:41 -04:00
Remove public prefix from system template paths.
This commit is contained in:
parent
f8c8e8c731
commit
fc8331c13c
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ export class SimpleActorSheet extends ActorSheet {
|
|||
static get defaultOptions() {
|
||||
return mergeObject(super.defaultOptions, {
|
||||
classes: ["worldbuilding", "sheet", "actor"],
|
||||
template: "public/systems/worldbuilding/templates/actor-sheet.html",
|
||||
template: "systems/worldbuilding/templates/actor-sheet.html",
|
||||
width: 600,
|
||||
height: 600
|
||||
});
|
||||
|
|
|
@ -19,7 +19,7 @@ export class SimpleItemSheet extends ItemSheet {
|
|||
static get defaultOptions() {
|
||||
return mergeObject(super.defaultOptions, {
|
||||
classes: ["worldbuilding", "sheet", "item"],
|
||||
template: "public/systems/worldbuilding/templates/item-sheet.html",
|
||||
template: "systems/worldbuilding/templates/item-sheet.html",
|
||||
width: 520,
|
||||
height: 480,
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue