mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-21 18:09:54 +02:00
[Feature] System Styled GamePause (#1986)
Some checks are pending
Project CI / build (24.x) (push) Waiting to run
Some checks are pending
Project CI / build (24.x) (push) Waiting to run
* Experimented with hope/fear pulsed text and the DhCompatible logo * Improved handling so that modules changing the game pause work normally * Moved pause-pulse keyframes to game-pause.less
This commit is contained in:
parent
a96eb6ab62
commit
58eb41e4a9
6 changed files with 50 additions and 0 deletions
|
|
@ -88,6 +88,7 @@ CONFIG.ui.actors = applications.sidebar.DhActorDirectory;
|
|||
CONFIG.ui.daggerheartMenu = applications.sidebar.DaggerheartMenu;
|
||||
CONFIG.ui.resources = applications.ui.DhFearTracker;
|
||||
CONFIG.ui.countdowns = applications.ui.DhCountdowns;
|
||||
CONFIG.ui.pause = applications.ui.DhGamePause;
|
||||
CONFIG.ux.ContextMenu = applications.ux.DHContextMenu;
|
||||
CONFIG.ux.TooltipManager = documents.DhTooltipManager;
|
||||
CONFIG.ux.TokenManager = new TokenManager();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue