Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Respond to requests #1052

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/TheShovel/ShovelUtils.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Import sound from [https://extensions.turbowarp.org/meow.mp3] name [Meow]
Imports a sound from any Scratch-compatible sound file. The sound imports into the current sprite/backdrop the user has selected.

```scratch
Import project from [https://theshovel.github.io/Bullet-Hell/Bullet%20Hell]
Import project from [https://extensions.turbowarp.org/samples/Box2D.sb3]
```

Imports a full project from a link. This project will completely replace the contents of the current one. If the project is unsandboxed, it will ask permission before swapping contents.
Expand Down
4 changes: 0 additions & 4 deletions extensions/Lily/McUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
// Description: Helpful utilities for any fast food employee.
// By: LilyMakesThings <https://scratch.mit.edu/users/LilyMakesThings/>

/*!
* Credit to NexusKitten (NamelessCat) for the idea
*/

(function (Scratch) {
"use strict";

Expand Down
2 changes: 0 additions & 2 deletions extensions/NOname-awa/graphics2d.js
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,6 @@
);
}
ray_direction(args) {
// Added by NexusKitten
// 由 NexusKitten 添加
const dx =
Scratch.Cast.toNumber(args.x2) - Scratch.Cast.toNumber(args.x1);
const dy =
Expand Down
1 change: 0 additions & 1 deletion extensions/NexusKitten/controlcontrols.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Name: Control Controls
// ID: nkcontrols
// Description: Show and hide the project's controls.
// By: NamelessCat <https://scratch.mit.edu/users/NexusKitten/>

(function (Scratch) {
"use strict";
Expand Down
1 change: 0 additions & 1 deletion extensions/NexusKitten/moremotion.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Name: More Motion
// ID: nkmoremotion
// Description: More motion-related blocks.
// By: NamelessCat <https://scratch.mit.edu/users/NamelessCat/>

(function (Scratch) {
"use strict";
Expand Down
1 change: 0 additions & 1 deletion extensions/NexusKitten/sgrab.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion extensions/TheShovel/CanvasEffects.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Name: Canvas Effects
// ID: theshovelcanvaseffects
// Description: Apply visual effects to the entire stage.
// By: TheShovel

(function (Scratch) {
"use strict";
Expand Down
1 change: 0 additions & 1 deletion extensions/TheShovel/ColorPicker.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Name: Color Picker
// ID: shovelColorPicker
// Description: Access your system's color picker.
// By: TheShovel

(function (Scratch) {
"use strict";
Expand Down
1 change: 0 additions & 1 deletion extensions/TheShovel/CustomStyles.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Name: Custom Styles
// ID: shovelcss
// Description: Customize the appearance of variable monitors and prompts in your project.
// By: TheShovel

// Thanks LilyMakesThings for the awesome banner!
(function (Scratch) {
Expand Down
6 changes: 2 additions & 4 deletions extensions/TheShovel/ShovelUtils.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
// Name: ShovelUtils
// ID: ShovelUtils
// Description: A bunch of miscellaneous blocks.
// By: TheShovel
// Description: A bunch of miscellaneous blocks. Previously called ShovelUtils.

(function (Scratch) {
"use strict";
if (!Scratch.extensions.unsandboxed) {
throw new Error("ShovelUtils must be run unsandboxed");
throw new Error("Must be run unsandboxed");
}
console.log("ShovelUtils v1.4");
const vm = Scratch.vm;

// Based on from https://www.growingwiththeweb.com/2017/12/fast-simple-js-fps-counter.html
Expand Down
1 change: 0 additions & 1 deletion extensions/clouddata-ping.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Name: Ping Cloud Data
// ID: clouddataping
// Description: Determine whether a cloud variable server is probably up.
// Original: TheShovel

(function (Scratch) {
"use strict";
Expand Down
1 change: 0 additions & 1 deletion images/DNin/wake-lock.svg

This file was deleted.

8 changes: 0 additions & 8 deletions images/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,6 @@ All images in this folder are licensed under the [GNU General Public License ver
## TheShovel/CanvasEffects.svg
- Created by @Pizzalover4783 in https://github.com/TurboWarp/extensions/issues/90#issuecomment-1526886264.

## cs2627883/numericalencoding.svg
- Created by [@NexusKitten](https://scratch.mit.edu/users/namelesscat/).
- Silkscreen font used under [Open Font License](https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL)
- Dango based on dango from [Twemoji](https://twemoji.twitter.com/) under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).

## NOname-awa/graphics2d.svg
- Created by @Pizzalover4783 in https://github.com/TurboWarp/extensions/issues/90#issuecomment-1550426448.

Expand Down Expand Up @@ -273,9 +268,6 @@ All images in this folder are licensed under the [GNU General Public License ver
- Created by [@LilyMakesThings](https://github.com/LilyMakesThings).
- Background "blobs" by Scratch.

## DNin/wake-lock.svg
- Created by [NexusKitten](https://github.com/NexusKitten) in https://github.com/TurboWarp/extensions/issues/90#issuecomment-1690949400

## veggiecan/browserfullscreen.png
- Created by Veggiecan0419

Expand Down
Binary file removed images/TheShovel/ShovelUtils.png
Binary file not shown.
1 change: 0 additions & 1 deletion images/cs2627883/numericalencoding.svg

This file was deleted.