|
| 1 | +{ |
| 2 | + "title": "Customizable Shape Outlines", |
| 3 | + "description": "Adds more options in the outline dropdown to allow you to customize the shape of the outline, such as making corners round.", |
| 4 | + "credits": [ |
| 5 | + { |
| 6 | + "username": "Masaabu-YT", |
| 7 | + "url": "https://scratch.mit.edu/users/Masaabu-YT/" |
| 8 | + } |
| 9 | + ], |
| 10 | + "type": ["Editor"], |
| 11 | + "tags": ["New", "Featured"], |
| 12 | + "dynamic": true, |
| 13 | + "scripts": [{ "file": "script.js", "runOn": "/projects/*" }], |
| 14 | + "styles": [{ "file": "style.css", "runOn": "/projects/*" }], |
| 15 | + "resources": [ |
| 16 | + { "name": "Join-miter", "path": "/resources/join-miter.svg" }, |
| 17 | + { "name": "Join-round", "path": "/resources/join-round.svg" }, |
| 18 | + { "name": "Join-bevel", "path": "/resources/join-bevel.svg" }, |
| 19 | + { "name": "Join-arcs", "path": "/resources/join-arcs.svg" }, |
| 20 | + { "name": "Join-miter-clip", "path": "/resources/join-miter-clip.svg" }, |
| 21 | + { "name": "Cap-butt", "path": "/resources/cap-butt.svg" }, |
| 22 | + { "name": "Cap-round", "path": "/resources/cap-round.svg" }, |
| 23 | + { "name": "Cap-square", "path": "/resources/cap-square.svg" } |
| 24 | + ] |
| 25 | +} |
0 commit comments