mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 20:51:07 +01:00
Added DHContextMenu to pass on the event from clicking a contextmenuitem
This commit is contained in:
parent
9dd05cab33
commit
992afd4d94
4 changed files with 30 additions and 4 deletions
|
|
@ -112,6 +112,7 @@ Hooks.once('init', () => {
|
|||
CONFIG.Token.rulerClass = DhpTokenRuler;
|
||||
|
||||
CONFIG.ui.resources = Resources;
|
||||
CONFIG.ux.ContextMenu = applications.DhContextMenu;
|
||||
|
||||
game.socket.on(`system.${SYSTEM.id}`, handleSocketEvent);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue