mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31: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',
|
||||
id: 'daggerheart-feature',
|
||||
classes: ['daggerheart', 'sheet', 'feature'],
|
||||
position: { width: 600 },
|
||||
position: { width: 600, height: 600 },
|
||||
window: { resizable: true },
|
||||
actions: {
|
||||
addEffect: this.addEffect,
|
||||
removeEffect: this.removeEffect,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue