mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 14:36:13 +01:00
registration things
This commit is contained in:
parent
a0f1441373
commit
e1d89999d7
5 changed files with 17 additions and 2 deletions
|
|
@ -1,3 +1,4 @@
|
|||
export * as actors from './actors/_module.mjs';
|
||||
export * as api from './api/_modules.mjs';
|
||||
export * as items from './items/_module.mjs';
|
||||
export * as rollTables from './rollTable/_module.mjs'
|
||||
|
|
|
|||
1
module/applications/sheets/rollTable/_module.mjs
Normal file
1
module/applications/sheets/rollTable/_module.mjs
Normal file
|
|
@ -0,0 +1 @@
|
|||
export { default as RollTableSheet } from './rollTable.mjs';
|
||||
|
|
@ -4,7 +4,7 @@ export default class DhRollTableSheet extends foundry.applications.sheets.RollTa
|
|||
const parts= super.PARTS;
|
||||
return{
|
||||
summary: {
|
||||
template: "ournewmodifiedsummary.hbs"
|
||||
template: "templates\sheets\rollTable\summary.hbs"
|
||||
},
|
||||
...parts
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue