feat: Add customizable icon size and shape settings, and update module metadata.
This commit is contained in:
parent
63a8c957cd
commit
773a95641b
3 changed files with 58 additions and 22 deletions
13
module.json
13
module.json
|
|
@ -2,14 +2,17 @@
|
|||
"id": "dh-environment-overlay",
|
||||
"title": "Daggerheart Environment Overlay",
|
||||
"description": "Links Environment actors to scenes, displaying them as interactive, movable overlays on the canvas.",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"compatibility": {
|
||||
"minimum": "13",
|
||||
"verified": "13"
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Antigravity"
|
||||
"name": "CPTN Cosmo",
|
||||
"email": "cptncosmo@gmail.com",
|
||||
"url": "https://github.com/cptn-cosmo",
|
||||
"discord": "cptn_cosmo",
|
||||
}
|
||||
],
|
||||
"relationships": {
|
||||
|
|
@ -29,7 +32,7 @@
|
|||
"styles": [
|
||||
"styles/module.css"
|
||||
],
|
||||
"url": "",
|
||||
"manifest": "",
|
||||
"download": ""
|
||||
"url": "https://github.com/cptn-cosmo/dh-environment-overlay",
|
||||
"manifest": "https://github.com/cptn-cosmo/dh-environment-overlay/releases/latest/download/module.json",
|
||||
"download": "https://github.com/cptn-cosmo/dh-environment-overlay/releases/download/1.1.0/dh-environment-overlay.zip"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue