parent
255cdc6b7a
commit
0f4951573f
|
@ -1,8 +1,8 @@
|
||||||
export const preloadHandlebarsTemplates = async function () {
|
export const preloadHandlebarsTemplates = async function () {
|
||||||
const templatePaths = [
|
const templatePaths = [
|
||||||
//Character Sheets
|
//Character Sheets
|
||||||
'systems/acks/templates/actors/character-html.html',
|
'systems/acks/templates/actors/character-sheet.html',
|
||||||
'systems/acks/templates/actors/monster-html.html',
|
'systems/acks/templates/actors/monster-sheet.html',
|
||||||
//Actor partials
|
//Actor partials
|
||||||
//Sheet tabs
|
//Sheet tabs
|
||||||
'systems/acks/templates/actors/partials/character-header.html',
|
'systems/acks/templates/actors/partials/character-header.html',
|
||||||
|
|
Loading…
Reference in New Issue