Skip to content

Commit 9e602d9

Browse files
committed
v3.0.2 scene!
1 parent 53d58b2 commit 9e602d9

6 files changed

Lines changed: 36 additions & 8 deletions

File tree

assets/board01.webp

344 KB
Loading

module.json

Lines changed: 32 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"id": "investigation-board",
33
"title": "Investigation Board",
4-
"description": "A Foundry VTT module that lets everyone create, edit, and move sticky and photo notes on the scene as collaborative investigation tools.",
5-
"version": "3.0.1",
4+
"description": "<p>A Foundry VTT module that lets everyone create, edit, and move sticky and photo notes on the scene as collaborative investigation tools.</p>",
5+
"version": "3.0.2",
66
"socket": true,
77
"authors": [
88
{
99
"name": "Gus",
10-
"url": "",
11-
"email": ""
10+
"discord": "gus4294",
11+
"flags": {}
1212
}
1313
],
1414
"compatibility": {
@@ -21,10 +21,34 @@
2121
"scripts/investigation-board.js"
2222
],
2323
"styles": [
24-
"styles/style.css"
24+
{
25+
"src": "styles/style.css"
26+
}
27+
],
28+
"packs": [
29+
{
30+
"name": "ib-scenes",
31+
"label": "Investigation Board Scenes",
32+
"path": "packs/ib-scenes",
33+
"type": "Scene",
34+
"ownership": {
35+
"PLAYER": "OBSERVER",
36+
"ASSISTANT": "OWNER"
37+
}
38+
}
39+
],
40+
"packFolders": [
41+
{
42+
"name": "Investigation Board",
43+
"sorting": "m",
44+
"color": "#061f6a",
45+
"packs": [
46+
"ib-scenes"
47+
]
48+
}
2549
],
26-
"packs": [],
2750
"url": "https://github.com/mordachai/investigation-board",
2851
"manifest": "https://github.com/mordachai/investigation-board/releases/latest/download/module.json",
29-
"download": "https://github.com/mordachai/investigation-board/releases/latest/download/module.zip"
30-
}
52+
"download": "https://github.com/mordachai/investigation-board/releases/latest/download/module.zip",
53+
"flags": {}
54+
}

packs/ib-scenes/CURRENT

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
MANIFEST-000010

packs/ib-scenes/LOCK

Whitespace-only changes.

packs/ib-scenes/LOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2026/01/14-14:50:54.502 34a4 Recovering log #9
2+
2026/01/14-14:50:54.506 34a4 Delete type=0 #9
3+
2026/01/14-14:50:54.506 34a4 Delete type=3 #8

packs/ib-scenes/MANIFEST-000010

50 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)