Skip to content

Commit 5d3beef

Browse files
authored
Merge pull request #959 from Masaabu/outline-shape-options
Add feature "outline-shape-options"
2 parents 9efa957 + 75f7a36 commit 5d3beef

File tree

12 files changed

+145
-0
lines changed

12 files changed

+145
-0
lines changed

features/features.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
[
2+
{
3+
"version": 2,
4+
"id": "outline-shape-options",
5+
"versionAdded": "v4.0.0"
6+
},
27
{
38
"version": 2,
49
"id": "more-paint-functions",
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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+
}
Lines changed: 4 additions & 0 deletions
Loading
Lines changed: 4 additions & 0 deletions
Loading
Lines changed: 4 additions & 0 deletions
Loading
Lines changed: 4 additions & 0 deletions
Loading
Lines changed: 4 additions & 0 deletions
Loading
Lines changed: 4 additions & 0 deletions
Loading
Lines changed: 4 additions & 0 deletions
Loading
Lines changed: 4 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)