mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
* Merged with main * Added the display * . * Removed unused override function * Fixed layout for generic effects * feat: add basic style to effects tooltip * Corrected distancing * Use CSS based solution for shifting the countdowns * Centered tooltip header --------- Co-authored-by: moliloo <dev.murilobrito@gmail.com> Co-authored-by: Carlos Fernandez <cfern1990@gmail.com>
11 lines
572 B
JavaScript
11 lines
572 B
JavaScript
export * as actionConfig from './actionConfig.mjs';
|
|
export * as actorConfig from './actorConfig.mjs';
|
|
export * as domainConfig from './domainConfig.mjs';
|
|
export * as effectConfig from './effectConfig.mjs';
|
|
export * as flagsConfig from './flagsConfig.mjs';
|
|
export * as generalConfig from './generalConfig.mjs';
|
|
export * as hooksConfig from './hooksConfig.mjs';
|
|
export * as itemConfig from './itemConfig.mjs';
|
|
export * as settingsConfig from './settingsConfig.mjs';
|
|
export * as systemConfig from './system.mjs';
|
|
export * as itemBrowserConfig from './itemBrowserConfig.mjs';
|