Merge pull request #19 from Foundryborne/ikraik

- Added resizing for level up dialog
This commit is contained in:
WBHarry 2025-05-23 15:30:50 +02:00 committed by GitHub
commit cf66b4683e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 958 additions and 2782 deletions

View file

@ -21,6 +21,10 @@ export default class DhpLevelup extends HandlebarsApplicationMixin(ApplicationV2
id: "daggerheart-levelup",
classes: ["daggerheart", "views", "levelup"],
position: { width: 1200, height: 'auto' },
window: {
resizable: true,
},
actions: {
toggleBox: this.toggleBox,
advanceLevel: this.advanceLevel,