Rework des fiches creature/PJ et Tinji/Loksyu

This commit is contained in:
2026-03-30 16:36:38 +02:00
parent 0689fae792
commit cab77645b7
70 changed files with 1712 additions and 1075 deletions

View File

@@ -1,5 +1,5 @@
import { TEMPLATE_PARTIALS } from "../config/constants.js"
export async function preloadPartials() {
return loadTemplates(TEMPLATE_PARTIALS)
return foundry.applications.handlebars.loadTemplates(TEMPLATE_PARTIALS)
}