Begin getting a layout that has some semblance of a character sheet working.

This commit is contained in:
Oliver-Akins 2023-11-25 00:32:53 -07:00
parent 0d19becd74
commit 89ccb742f8
10 changed files with 241 additions and 40 deletions

View file

@ -11,6 +11,7 @@ export async function preloadHandlebarsTemplates() {
"actors/char-sheet-mvp/partials/dice_choice.hbs",
"actors/char-sheet-mvp/partials/stat.hbs",
"actors/char-sheet-mvp/partials/skill.hbs",
"actors/char-sheet-mvp/partials/panel.hbs",
];
const paths = {};