Sante et autrs

This commit is contained in:
2022-06-06 22:33:46 +02:00
parent d7387ac062
commit f23bdca66d
12 changed files with 423 additions and 137 deletions

View File

@ -5,7 +5,7 @@ export class MournbladeRollDialog extends Dialog {
/* -------------------------------------------- */
static async create(actor, rollData ) {
let options = { classes: ["MournbladeDialog"], width: 620, height: 380, 'z-index': 99999 };
let options = { classes: ["MournbladeDialog"], width: 320, height: 380, 'z-index': 99999 };
let html = await renderTemplate('systems/fvtt-mournblade/templates/roll-dialog-generic.html', rollData);
return new MournbladeRollDialog(actor, rollData, html, options );