This commit is contained in:
Carlos Fernandez 2026-06-01 16:50:39 -04:00 committed by GitHub
commit a340e87c29
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 177 additions and 88 deletions

View file

@ -7,7 +7,7 @@ export default class AdversarySheet extends DHBaseActorSheet {
/** @inheritDoc */
static DEFAULT_OPTIONS = {
classes: ['adversary'],
position: { width: 660, height: 766 },
position: { width: 670, height: 766 },
window: { resizable: true },
actions: {
toggleHitPoints: AdversarySheet.#toggleHitPoints,