mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Added DhTooltipManager aswell as placeholder rendering for Armor/Weapon/DomainCard (#245)
This commit is contained in:
parent
750282aeec
commit
ee8a48f73d
7 changed files with 34 additions and 1 deletions
|
|
@ -124,6 +124,7 @@ Hooks.once('init', () => {
|
|||
|
||||
CONFIG.ui.resources = Resources;
|
||||
CONFIG.ux.ContextMenu = applications.DhContextMenu;
|
||||
CONFIG.ux.TooltipManager = applications.DhTooltipManager;
|
||||
|
||||
game.socket.on(`system.${SYSTEM.id}`, handleSocketEvent);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue