Begin getting a layout that has some semblance of a character sheet working.
This commit is contained in:
parent
0d19becd74
commit
89ccb742f8
10 changed files with 241 additions and 40 deletions
|
|
@ -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 = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue