Part progress on adding config tab to scene config

This commit is contained in:
Chris Ryan 2025-08-19 20:58:48 +10:00
parent fcf35ac17e
commit 55edd6b3ac
7 changed files with 49 additions and 1 deletions

View file

@ -35,5 +35,8 @@ export const preloadHandlebarsTemplates = async function () {
'systems/daggerheart/templates/ui/chat/parts/damage-part.hbs',
'systems/daggerheart/templates/ui/chat/parts/target-part.hbs',
'systems/daggerheart/templates/ui/chat/parts/button-part.hbs',
'systems/daggerheart/templates/scene/dh-config.hbs',
]);
};