mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 20:51:07 +01:00
Update module/applications/sheets/feature.mjs
Co-authored-by: Emilio Jimenez <19908114+emiliojc@users.noreply.github.com>
This commit is contained in:
parent
45a27fa2a8
commit
487c78e7a8
1 changed files with 2 additions and 1 deletions
|
|
@ -14,7 +14,8 @@ export default class FeatureSheet extends DaggerheartSheet(ItemSheetV2) {
|
||||||
tag: 'form',
|
tag: 'form',
|
||||||
id: 'daggerheart-feature',
|
id: 'daggerheart-feature',
|
||||||
classes: ['daggerheart', 'sheet', 'feature'],
|
classes: ['daggerheart', 'sheet', 'feature'],
|
||||||
position: { width: 600 },
|
position: { width: 600, height: 600 },
|
||||||
|
window: { resizable: true },
|
||||||
actions: {
|
actions: {
|
||||||
addEffect: this.addEffect,
|
addEffect: this.addEffect,
|
||||||
removeEffect: this.removeEffect,
|
removeEffect: this.removeEffect,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue