mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +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>
5 lines
103 B
JavaScript
5 lines
103 B
JavaScript
const hooksConfig = {
|
|
effectDisplayToggle: 'DHEffectDisplayToggle'
|
|
};
|
|
|
|
export default hooksConfig;
|