mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-06 21:04:16 +02:00
Added an app to work on campaign frame things in
This commit is contained in:
parent
bae9006f64
commit
044ecd9d55
12 changed files with 187 additions and 1 deletions
|
|
@ -32,7 +32,8 @@ export default class DaggerheartMenu extends HandlebarsApplicationMixin(Abstract
|
|||
actions: {
|
||||
selectRefreshable: DaggerheartMenu.#selectRefreshable,
|
||||
refreshActors: DaggerheartMenu.#refreshActors,
|
||||
createFallCollisionDamage: DaggerheartMenu.#createFallCollisionDamage
|
||||
createFallCollisionDamage: DaggerheartMenu.#createFallCollisionDamage,
|
||||
openCampaignFrames: DaggerheartMenu.#openCampaignFrames
|
||||
}
|
||||
};
|
||||
|
||||
|
|
@ -91,4 +92,8 @@ export default class DaggerheartMenu extends HandlebarsApplicationMixin(Abstract
|
|||
sound: CONFIG.sounds.dice
|
||||
});
|
||||
}
|
||||
|
||||
static async #openCampaignFrames() {
|
||||
new game.system.api.applications.campaignFrame.CampaignFrames().render({ force: true });
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue