Add files via upload

This commit is contained in:
2025-08-17 15:03:39 +02:00
committed by GitHub
commit 7d6e5fab53
6 changed files with 418 additions and 0 deletions

28
module.json Normal file
View File

@@ -0,0 +1,28 @@
{
"id": "easy-battlemap",
"title": "Easy Battlemap",
"description": "Create battlemaps by simply dragging in a background image and wall data JSON file",
"version": "1.0.0",
"compatibility": {
"minimum": "10",
"verified": "11"
},
"authors": [
{
"name": "MyxeliumI",
"url": "https://github.com/MyxeliumI"
}
],
"esmodules": ["scripts/easy-battlemap.js"],
"styles": ["styles/easy-battlemap.css"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
}
],
"url": "https://github.com/MyxeliumI/easy-battlemap",
"manifest": "https://github.com/MyxeliumI/easy-battlemap/releases/latest/download/module.json",
"download": "https://github.com/MyxeliumI/easy-battlemap/releases/latest/download/easy-battlemap.zip"
}