Update pc.mjs

This commit is contained in:
Jacob 2025-05-22 22:40:53 -04:00 committed by GitHub
parent aa4021d1a2
commit 0fb16708b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -64,6 +64,17 @@ export default class PCSheet extends DaggerheartSheet(ActorSheetV2) {
useAdvancementAbility: this.useAdvancementAbility,
selectFeatureSet: this.selectFeatureSet,
},
window: {
//frame: boolean;
//positioned: boolean;
//title: string;
//icon: string | false;
//controls: ApplicationHeaderControlsEntry[];
minimizable: false,
resizable: true
//contentTag: string;
//contentClasses: string[];
},
form: {
handler: this.updateForm,
submitOnChange: true,
@ -2026,4 +2037,4 @@ export default class PCSheet extends DaggerheartSheet(ActorSheetV2) {
// const event = new DragEvent("drop", { altKey: game.keyboard.isModifierActive("Alt") });
// return this._onDropItem(event, data);
// }
// }
// }