forked from got-feedBack/feedBack-plugin-splitscreen
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
33 lines (33 loc) · 1.02 KB
/
Copy pathplugin.json
File metadata and controls
33 lines (33 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"id": "splitscreen",
"name": "Split Screen",
"version": "1.14.15",
"private": false,
"standards": ["capability-pipelines.v1", "plugin-runtime-idempotent.v1"],
"capabilities": {
"player-identity": {
"roles": ["contributor"],
"emits": ["ready", "changed", "left"],
"mode": "active",
"compatibility": "none",
"safety": "safe",
"description": "Publishes one stable player context for each panel and releases it with the panel."
},
"player-difficulty.v1": {
"roles": ["requester"],
"requests": ["set"],
"mode": "active",
"compatibility": "none",
"safety": "safe"
}
},
"settings": {
"html": "settings.html",
"category": "graphics"
},
"script": "screen.js",
"tour": "tour.json",
"category": "creation",
"description": "Practice multiple arrangements at once — split into 2–4 synced panels, each with its own view, pop one out to another monitor, or share one to other devices on your network.",
"icon": "assets/thumb.svg"
}