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() { static get defaultOptions() {
return mergeObject(super.defaultOptions, { return mergeObject(super.defaultOptions, {
title: "Party Health Overview", title: "Party Health Overview",
template: "modules/kyles-health-module/templates/health-overview.html", template: "templates/health-overview.html",
width: 400, width: 400,
height: "auto", height: "auto",
resizable: true 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.", "description": "A module to display a party-wide health overview for ease of management by a healer or GM.",
"version": "1.0.0", "version": "1.0.0",
"author": "Kyle", "author": "Kyle",
"minimumCoreVersion": "0.12.0", "minimumCoreVersion": "12",
"compatibleCoreVersion": "0.12.0", "compatibleCoreVersion": "12",
"scripts": [], "scripts": [],
"styles": [], "styles": [],
"esmodules": ["module.js"], "esmodules": ["module.js"],
"languages": [], "languages": [],
"packs": [],
"system": [],
"crossOrigin": "anonymous",
"url": "https://g.kht.dev/kyle/kyles-health-module", "url": "https://g.kht.dev/kyle/kyles-health-module",
"manifest": ""https://g.kht.dev/kyle/kyles-health-module/raw/branch/main/module.json", "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", "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", "readme": "https://g.kht.dev/kyle/kyles-health-module/raw/branch/main/README.md",
"bugs": "https://g.kht.dev/kyle/kyles-health-module/issues", "bugs": "https://g.kht.dev/kyle/kyles-health-module/issues"
"dependencies": []
} }