This commit is contained in:
Dapoolp 2025-08-06 18:37:53 +02:00
parent 2554803741
commit 5a7d1d204c
14 changed files with 55 additions and 154 deletions

View file

@ -7,7 +7,11 @@ export default class DhpEnvironment extends DHBaseActorSheet {
static DEFAULT_OPTIONS = {
classes: ['environment'],
position: {
width: 500
width: 500,
height: 725
},
window: {
resizable: true
},
actions: {},
dragDrop: [{ dragSelector: '.action-section .inventory-item', dropSelector: null }]