Register some settings for the system, including some developer-only settings
This commit is contained in:
parent
a2a72792a2
commit
2026785b09
6 changed files with 43 additions and 0 deletions
|
|
@ -18,8 +18,15 @@ import * as hbs from "./handlebars.mjs";
|
|||
import "./hooks/hotReload.mjs";
|
||||
|
||||
|
||||
// Misc Imports
|
||||
import loadSettings from "./settings/index.mjs";
|
||||
|
||||
|
||||
Hooks.once(`init`, () => {
|
||||
console.debug(`.dungeon | Initializing`);
|
||||
|
||||
loadSettings();
|
||||
|
||||
game.boilerplate = {
|
||||
PlayerActor,
|
||||
AspectItem,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue