First full step for character creation

This commit is contained in:
2025-01-31 11:54:52 +01:00
parent 6331ab9736
commit a72e671f75
46 changed files with 548 additions and 168 deletions

View File

@ -27,6 +27,7 @@ import { TeDeumItemSheet } from "./items/tedeum-item-sheet.js";
import { TeDeumHotbar } from "./app/tedeum-hotbar.js"
import { TeDeumCombat } from "./app/tedeum-combat.js";
import { TeDeumCharacterCreator } from "./app/tedeum-character-creator.js"
import { TeDeumUtility } from "./common/tedeum-utility.js";
import { TEDEUM_CONFIG } from "./common/tedeum-config.js";
@ -42,6 +43,7 @@ Hooks.once("init", async function () {
game.system.tedeum = {
config: TEDEUM_CONFIG,
TeDeumCharacterCreator,
TeDeumHotbar
}
console.log(`Initializing TeDeum RPG 2`);