updated based on 4o

This commit is contained in:
kyle
2025-03-05 21:47:16 +00:00
parent 06ae7a4e6a
commit e737552214
2 changed files with 5 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ function createHealthDisplay() {
static get defaultOptions() {
return mergeObject(super.defaultOptions, {
title: "Party Health Overview",
template: "modules/kyles-health-module/templates/health-overview.html",
template: "templates/health-overview.html",
width: 400,
height: "auto",
resizable: true

View File

@@ -5,20 +5,16 @@
"description": "A module to display a party-wide health overview for ease of management by a healer or GM.",
"version": "1.0.0",
"author": "Kyle",
"minimumCoreVersion": "0.12.0",
"compatibleCoreVersion": "0.12.0",
"minimumCoreVersion": "12",
"compatibleCoreVersion": "12",
"scripts": [],
"styles": [],
"esmodules": ["module.js"],
"languages": [],
"packs": [],
"system": [],
"crossOrigin": "anonymous",
"url": "https://g.kht.dev/kyle/kyles-health-module",
"manifest": ""https://g.kht.dev/kyle/kyles-health-module/raw/branch/main/module.json",
"download": "https://g.kht.dev/kyle/kyles-health-module/archive/main.zip",
"license": "N/A",
"license": "MIT",
"readme": "https://g.kht.dev/kyle/kyles-health-module/raw/branch/main/README.md",
"bugs": "https://g.kht.dev/kyle/kyles-health-module/issues",
"dependencies": []
"bugs": "https://g.kht.dev/kyle/kyles-health-module/issues"
}