Minimal working example for a character sheet
This commit is contained in:
parent
08a8b89ec0
commit
e5c1cfec97
11 changed files with 91 additions and 31 deletions
|
|
@ -1,10 +0,0 @@
|
|||
import ActorSheetPC from "./module/sheets/pc.mjs";
|
||||
|
||||
console.log(`.dungeon | hello from dotdungeon.mjs`)
|
||||
Hooks.once(`init`, async () => {
|
||||
Actors.registerSheet("dotdungeon-pug", ActorSheetPC, {
|
||||
types: ["pc", "pug"],
|
||||
makeDefault: true,
|
||||
canBeDefault: true,
|
||||
});
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue