forked from public/foundryvtt-reve-de-dragon
Load handlebars dans app-personnage-aleatoire
This commit is contained in:
@ -25,6 +25,11 @@ const RANDOM_VALUES = {
|
||||
}
|
||||
|
||||
export class AppPersonnageAleatoire extends FormApplication {
|
||||
static preloadHandlebars() {
|
||||
loadTemplates([
|
||||
'systems/foundryvtt-reve-de-dragon/templates/actor/random/champ-aleatoire.hbs',
|
||||
])
|
||||
}
|
||||
|
||||
static get defaultOptions() {
|
||||
return foundry.utils.mergeObject(super.defaultOptions, {
|
||||
|
Reference in New Issue
Block a user