mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-09 06:08:10 +02:00
Experimented with hope/fear pulsed text and the DhCompatible logo
This commit is contained in:
parent
a148aa3bcb
commit
47a852754c
7 changed files with 37 additions and 0 deletions
10
module/applications/ui/gamePause.mjs
Normal file
10
module/applications/ui/gamePause.mjs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
export default class DhGamePause extends foundry.applications.ui.GamePause {
|
||||
/** @override */
|
||||
async _prepareContext(options) {
|
||||
const context = await super._prepareContext(options);
|
||||
context.spin = false;
|
||||
context.icon = 'systems/daggerheart/assets/logos/compatible_with_DH_logos-10.png';
|
||||
|
||||
return context;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue