-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathextensions.json
84 lines (84 loc) · 1.76 KB
/
extensions.json
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
[
{
"name": "Pen+",
"id": "PenP",
"description": "More pen related functions that allow for advanced rendering. By ObviousAlexC",
"latestVersion": "v7.js",
"turbowarpVersion": "https://extensions.turbowarp.org/obviousAlexC/penPlus.js",
"versions": [
{
"name": "version 1",
"filename": "v1.js"
},
{
"name": "version 2",
"filename": "v2.js"
},
{
"name": "version 3",
"filename": "v3.js"
},
{
"name": "version 4",
"filename": "v4.js"
},
{
"name": "version 5",
"filename": "v5.js"
},
{
"name": "version 6",
"filename": "v6.js"
},
{
"name": "version 7",
"filename": "v7.js"
},
{
"name": "Experimental",
"filename": "experi.js"
}
]
},
{
"name": "Pen+ 3D",
"id": "Pen3D",
"description": "A 3d Addon for Pen+. By ObviousAlexC",
"unavailable": true
},
{
"name": "Shaded",
"id": "ShadedStamps",
"thumbnailFormat": "png",
"description": "Custom shaders for the scratch stage. By ObviousAlexC",
"versions": [
{
"name": "version 1",
"filename": "extension.js"
}
]
},
{
"name": "Render Control",
"id": "RenderControl",
"description": "Modify the pen layer through various blocks. By SharkPool-SP",
"versions": [
{
"name": "version 1",
"filename": "main.js"
}
]
},
{
"name": "Customizable AA",
"id": "PenAA",
"thumbnailFormat": "png",
"description": "Configure how scratch uses Anti-Aliasing on the pen.",
"versions": [
{
"name": "version 1",
"filename": "extension.js"
}
]
}
]