mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-16 05:31:07 +01:00
Updated SystemSettings to V2 and organized some
This commit is contained in:
parent
f80a849b73
commit
3cfa1d19c9
31 changed files with 584 additions and 460 deletions
|
|
@ -106,7 +106,7 @@ Hooks.once('init', () => {
|
|||
|
||||
Hooks.on('ready', () => {
|
||||
ui.resources = new CONFIG.ui.resources();
|
||||
if (game.settings.get(SYSTEM.id, SYSTEM.SETTINGS.gameSettings.Resources.DisplayFear) !== 'hide')
|
||||
if (game.settings.get(SYSTEM.id, SYSTEM.SETTINGS.gameSettings.appearance).displayFear !== 'hide')
|
||||
ui.resources.render({ force: true });
|
||||
document.body.classList.toggle(
|
||||
'theme-colorful',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue