-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathdata.json
More file actions
27 lines (27 loc) · 936 Bytes
/
data.json
File metadata and controls
27 lines (27 loc) · 936 Bytes
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
{
"title": "Project Miniplayer",
"description": "Scroll down on the project page and you will automatically see the project miniplayer.",
"credits": [
{ "username": "Masaabu-YT", "url": "https://scratch.mit.edu/users/Masaabu-YT/" }
],
"type": ["Website"],
"tags": ["New", "Featured"],
"dynamic": true,
"options": [
{
"id": "position",
"name": "Player Position",
"type": 4,
"options": [
{ "name": "Left Top", "value": "left-top" },
{ "name": "Right Top", "value": "right-top" },
{ "name": "Left Bottom", "value": "left-bottom" },
{ "name": "Right Bottom", "value": "right-bottom" },
{ "name": "Free Drag", "value": "drag" }
]
},
{ "id": "opacity", "name": "Player Transparency (0% - 90%)", "type": 2 }
],
"scripts": [{ "file": "script.js", "runOn": "/projects/*" }],
"styles": [{ "file": "style.css", "runOn": "/projects/*" }]
}