mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
[Feature] DiceSoNice Fonts (#1318)
* Added a font choice to system diceSoNice settings * .
This commit is contained in:
parent
87643dc662
commit
9f7554cdff
4 changed files with 14 additions and 7 deletions
|
|
@ -144,6 +144,7 @@ export default class DHAppearanceSettings extends HandlebarsApplicationMixin(App
|
|||
context.diceSoNiceSystems = Object.fromEntries(
|
||||
[...game.dice3d.DiceFactory.systems].map(([k, v]) => [k, v.name])
|
||||
);
|
||||
context.diceSoNiceFonts = game.dice3d.exports.Utils.prepareFontList();
|
||||
|
||||
foundry.utils.mergeObject(
|
||||
context.dsnTabs,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue