new assets

This commit is contained in:
Mike Bloy 2023-08-02 23:31:32 -05:00
parent 9012d5fb30
commit 043d7c0506
3 changed files with 29 additions and 1 deletions

BIN
assets/tiles/lightsources/Chandelier_Metal_Gray_A_2x2.webp (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

View File

@ -7,5 +7,27 @@
"verified": "11" "verified": "11"
}, },
"description": "A collection of useful assets in a convenient package, for personal use only", "description": "A collection of useful assets in a convenient package, for personal use only",
"url": "https://git.bloy.org/foundryvtt/mb-assets" "url": "https://git.bloy.org/foundryvtt/mb-assets",
"packs": [
{
"name": "playlists",
"label": "Playlists",
"path": "packs/playlists",
"type": "Playlist",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"name": "pack-2",
"label": "Pack 2",
"path": "packs/pack-2",
"type": "JournalEntry",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
}
]
} }