Skip to content

Commit 532dea0

Browse files
Update addons data (v1.41.0) (#519)
Co-authored-by: scratchaddons-bot[bot] <73682299+scratchaddons-bot[bot]@users.noreply.github.com>
1 parent b432a63 commit 532dea0

File tree

1 file changed

+47
-17
lines changed

1 file changed

+47
-17
lines changed

data/addons/en.json

Lines changed: 47 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"id": "60fps",
1414
"name": "Higher project framerate mode",
1515
"description": "Lets you run projects at more frames per second (FPS) so they look smoother. Hold Alt and click the green flag to toggle between Scratch's default 30 FPS and a custom framerate set below.",
16-
"tags": ["editor", "projectPlayer", "featured"],
16+
"tags": ["player", "featured"],
1717
"credits": [
1818
{ "name": "Jeffalo", "link": "https://scratch.mit.edu/users/Jeffalo/" },
1919
{
@@ -209,10 +209,6 @@
209209
{
210210
"text": "On macOS, use the Cmd key instead of the Ctrl key.",
211211
"id": "macContextDisabled"
212-
},
213-
{
214-
"text": "If \"flip controls\" is enabled, grabbing blocks individually will be the default behavior. Hold Ctrl to drag the entire stack.",
215-
"id": "flipControls"
216212
}
217213
],
218214
"dynamicEnable": true,
@@ -333,7 +329,7 @@
333329
"id": "clones",
334330
"name": "Clone counter",
335331
"description": "Adds a counter above the stage in the editor which shows the total amount of clones.",
336-
"tags": ["editor", "projectPlayer", "recommended"],
332+
"tags": ["player", "recommended"],
337333
"credits": [
338334
{ "name": "Jeffalo" },
339335
{ "name": "OregSam", "link": "https://github.com/OregSamSas" },
@@ -526,6 +522,20 @@
526522
"dynamicDisable": true,
527523
"versionAdded": "1.31.0"
528524
},
525+
{
526+
"id": "costume-editor-shortcuts",
527+
"name": "Costume editor keyboard shortcuts",
528+
"description": "Adds keyboard shortcuts to costume editor tools (similar to TurboWarp). Hover over a tool to view its shortcut.",
529+
"tags": ["editor", "costumeEditor", "recommended"],
530+
"credits": [
531+
{
532+
"name": "Hollow_Song's Dad",
533+
"link": "https://scratch.mit.edu/users/Hollow_Song/"
534+
}
535+
],
536+
"enabledByDefault": false,
537+
"versionAdded": "1.41.0"
538+
},
529539
{
530540
"id": "ctrl-click-run-scripts",
531541
"name": "Ctrl+Click to run scripts",
@@ -953,7 +963,7 @@
953963
"id": "editor-buttons-reverse-order",
954964
"name": "Reverse order of project controls",
955965
"description": "Moves the green flag and stop buttons to the right and the full screen button to the left, like in Scratch 2.0.",
956-
"tags": ["editor", "projectPlayer", "theme", "featured"],
966+
"tags": ["player", "theme", "featured"],
957967
"dynamicEnable": true,
958968
"dynamicDisable": true,
959969
"versionAdded": "1.27.0"
@@ -1589,7 +1599,7 @@
15891599
"id": "fullscreen",
15901600
"name": "Enhanced full screen",
15911601
"description": "Fixes some undesired effects in the project player's full screen mode, opens it in your browser's full screen mode, and hides the green flag toolbar.",
1592-
"tags": ["editor", "projectPlayer", "featured"],
1602+
"tags": ["player", "featured"],
15931603
"credits": [
15941604
{ "name": "lisa_wolfgang", "link": "https://github.com/lisa-wolfgang" }
15951605
],
@@ -1615,7 +1625,7 @@
16151625
"id": "gamepad",
16161626
"name": "Gamepad support",
16171627
"description": "Interact with projects using a USB or Bluetooth controller/gamepad.",
1618-
"tags": ["editor", "projectPlayer", "featured"],
1628+
"tags": ["player", "featured"],
16191629
"credits": [{ "name": "GarboMuffin" }],
16201630
"dynamicEnable": true,
16211631
"dynamicDisable": true,
@@ -2011,7 +2021,7 @@
20112021
"id": "mouse-pos",
20122022
"name": "Mouse position display",
20132023
"description": "Displays your mouse x/y position above the stage in the editor.",
2014-
"tags": ["editor", "projectPlayer", "recommended"],
2024+
"tags": ["editor", "recommended"],
20152025
"credits": [{ "name": "Jeffalo" }],
20162026
"dynamicEnable": true,
20172027
"dynamicDisable": true,
@@ -2083,7 +2093,7 @@
20832093
"id": "mute-project",
20842094
"name": "Muted project player mode",
20852095
"description": "Ctrl+Click the green flag to mute/unmute the project.",
2086-
"tags": ["editor", "projectPlayer", "recommended"],
2096+
"tags": ["player", "recommended"],
20872097
"credits": [
20882098
{
20892099
"name": "TheColaber",
@@ -2184,7 +2194,7 @@
21842194
{
21852195
"id": "old-studio-layout",
21862196
"name": "Old studio layout",
2187-
"description": "Reverts the layout of the studio page back to the one used before the studio update or the one previously available as part of the Scratch 2.0 → 3.0 addon.",
2197+
"description": "Reverts the layout of the studio page back to the one used before the studio update.",
21882198
"tags": ["community", "theme", "studios", "featured"],
21892199
"credits": [
21902200
{
@@ -2199,8 +2209,12 @@
21992209
"id": "mobile"
22002210
},
22012211
{
2202-
"text": "The size of most elements is not changed. If you want to see more projects and curators at once, use the \"more items per row\" addon.",
2212+
"text": "If you want to see more projects and curators at once, use the \"more items per row\" addon.",
22032213
"id": "itemsPerRow"
2214+
},
2215+
{
2216+
"text": "If you want the studio page to look the way it did before the update if the \"Scratch 2.0 → 3.0\" addon was disabled, use the \"Scratch 3.0 → 2.0\" addon.",
2217+
"id": "scratch3to2"
22042218
}
22052219
],
22062220
"dynamicEnable": true,
@@ -2305,7 +2319,7 @@
23052319
"id": "pause",
23062320
"name": "Pause button",
23072321
"description": "Adds a button to pause the project next to the green flag.",
2308-
"tags": ["editor", "projectPlayer", "recommended"],
2322+
"tags": ["player", "recommended"],
23092323
"credits": [{ "name": "Jeffalo" }, { "name": "GarboMuffin" }],
23102324
"info": [
23112325
{
@@ -2491,7 +2505,7 @@
24912505
"id": "remove-curved-stage-border",
24922506
"name": "Remove curved stage border",
24932507
"description": "Removes the curved border around the stage, allowing you to see the corners.",
2494-
"tags": ["editor", "theme", "projectPlayer"],
2508+
"tags": ["player", "theme"],
24952509
"credits": [{ "name": "Tacodiva", "link": "https://github.com/Tacodiva" }],
24962510
"dynamicEnable": true,
24972511
"dynamicDisable": true,
@@ -2600,6 +2614,22 @@
26002614
"enabledByDefault": false,
26012615
"versionAdded": "1.0.0"
26022616
},
2617+
{
2618+
"id": "scratch3to2",
2619+
"name": "Scratch 3.0 → 2.0",
2620+
"description": "Makes Scratch 3.0-styled pages look like Scratch 2.0.",
2621+
"tags": ["community", "theme", "featured"],
2622+
"credits": [
2623+
{
2624+
"name": "Maximouse",
2625+
"link": "https://scratch.mit.edu/users/Maximouse/"
2626+
}
2627+
],
2628+
"dynamicEnable": true,
2629+
"dynamicDisable": true,
2630+
"versionAdded": "1.41.0",
2631+
"injectAsStyleElt": true
2632+
},
26032633
{
26042634
"id": "scratchr2",
26052635
"name": "Scratch 2.0 → 3.0",
@@ -2777,7 +2807,7 @@
27772807
"id": "stage-monitor",
27782808
"name": "Customizable stage monitors",
27792809
"description": "Changes the color and roundness of variable and list monitors on the stage.",
2780-
"tags": ["editor", "theme", "projectPlayer"],
2810+
"tags": ["player", "theme"],
27812811
"credits": [
27822812
{ "name": "Samq64", "link": "https://github.com/Samq64" },
27832813
{
@@ -2931,7 +2961,7 @@
29312961
"id": "vol-slider",
29322962
"name": "Project volume slider",
29332963
"description": "Adds a volume slider next to the green flag controls.",
2934-
"tags": ["editor", "projectPlayer", "recommended"],
2964+
"tags": ["player", "recommended"],
29352965
"credits": [
29362966
{ "name": "Samq64", "link": "https://github.com/Samq64" },
29372967
{ "name": "GarboMuffin" },

0 commit comments

Comments
 (0)