First version

Import images, videos as backgrounds, all in a drag and drop action.

Scene data import, example from Dungeon Alchemist with wall, doors and light information.

If only image is imported, the module can attempt to align the grid automatically.

This version may contain bugs and issues.
This commit is contained in:
2025-08-17 23:03:27 +02:00
committed by GitHub
parent 3c3f538579
commit 6523b0c0b5
9 changed files with 1477 additions and 2 deletions

28
module.json Normal file
View File

@@ -0,0 +1,28 @@
{
"id": "quick-battlemap-importer",
"title": "Quick Battlemap Importer",
"description": "Import battlemaps by simply dragging in a background image and wall/light data JSON file",
"version": "1.4.1",
"compatibility": {
"minimum": "10",
"verified": "12"
},
"authors": [
{
"name": "Myxelium",
"url": "https://github.com/Myxelium"
}
],
"esmodules": ["scripts/quick-battlemap.js"],
"styles": ["styles/quick-battlemap.css"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
}
],
"url": "https://github.com/Myxelium/QuickFoundryVTT-Quick-Import",
"manifest": "https://github.com/Myxelium/QuickFoundryVTT-Quick-Import/releases/latest/download/module.json",
"download": "https://github.com/Myxelium/QuickFoundryVTT-Quick-Import/releases/latest/download/quick-battlemap-importer.zip"
}