sync: foundry v0.2

This commit is contained in:
2025-10-09 20:55:30 +02:00
parent 95a71cb6e2
commit 0a4148abaa
23 changed files with 1285 additions and 143 deletions
@@ -0,0 +1,15 @@
{
"id": "investigation-board",
"title": "Investigation Board",
"description": "A Foundry VTT module that lets everyone create...photo notes on the scene as collaborative investigation tools.",
"version": "1.3.2",
"authors": [{ "name": "Gus", "url": "", "email": "" }],
"compatibility": { "minimum": "12", "verified": "13" },
"esmodules": [
"scripts/settings.js",
"scripts/investigation-board.js"
],
"styles": ["styles/style.css"],
"packs": [],
"templates": ["templates/drawing-sheet.html"],
}