Added DhTooltipManager aswell as placeholder rendering for Armor/Weapon/DomainCard (#245)

This commit is contained in:
WBHarry 2025-07-02 23:21:02 +02:00 committed by GitHub
parent 750282aeec
commit ee8a48f73d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 34 additions and 1 deletions

View file

@ -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);