Add re-order, spotlight/focus, and auto-position-snapshots features
- HTML5 drag-and-drop reordering of strip participants (per-GM flag) - Shift+click toggles spotlight focus on a participant (gold ring indicator) - Escape exits focus mode - Auto-save strip position on drag end + every 30s with viewport validation - Reset strip position button in Director's Board - French locale strings for reset button
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"id": "scrying-pool",
|
||||
"title": "Scrying Pool",
|
||||
"version": "0.1.0",
|
||||
"description": "GM camera visibility control for FoundryVTT v14+ — hide, show, and manage participant feeds in real time.",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Morr"
|
||||
}
|
||||
],
|
||||
"compatibility": {
|
||||
"minimum": "14",
|
||||
"verified": "14"
|
||||
},
|
||||
"esmodules": [
|
||||
"module.js"
|
||||
],
|
||||
"styles": [
|
||||
"styles/scrying-pool.css"
|
||||
],
|
||||
"languages": [
|
||||
{
|
||||
"lang": "en",
|
||||
"name": "English",
|
||||
"path": "lang/en.json"
|
||||
},
|
||||
{
|
||||
"lang": "fr",
|
||||
"name": "French",
|
||||
"path": "lang/fr.json"
|
||||
}
|
||||
],
|
||||
"url": "${url}",
|
||||
"manifest": "${manifest}",
|
||||
"download": "${download}",
|
||||
"flags": {}
|
||||
}
|
||||
Reference in New Issue
Block a user