Skip to content

Commit 3099900

Browse files
committed
add my credits
1 parent 9e2bd9a commit 3099900

17 files changed

Lines changed: 17 additions & 0 deletions

extensions/battery.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Name: Battery
22
// ID: battery
33
// Description: Access information about the battery of phones or laptops. May not work on all devices and browsers.
4+
// By: GarboMuffin
45
// License: MIT AND MPL-2.0
56

67
(function (Scratch) {

extensions/clipboard.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Name: Clipboard
22
// ID: clipboard
33
// Description: Read and write from the system clipboard.
4+
// By: GarboMuffin
45
// License: Apache-2.0
56

67
/*!

extensions/clouddata-ping.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Name: Ping Cloud Data
22
// ID: clouddataping
33
// Description: Determine whether a cloud variable server is probably up.
4+
// By: GarboMuffin
45
// Original: TheShovel
56
// License: MIT AND MPL-2.0
67

extensions/cursor.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Name: Mouse Cursor
22
// ID: MouseCursor
33
// Description: Use custom cursors or hide the cursor. Also allows replacing the cursor with any costume image.
4+
// By: GarboMuffin
45
// License: MIT AND MPL-2.0
56

67
(function (Scratch) {

extensions/fetch.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Name: Fetch
22
// ID: fetch
33
// Description: Make requests to the broader internet.
4+
// By: GarboMuffin
45
// License: MIT AND MPL-2.0
56

67
(function (Scratch) {

extensions/files.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Name: Files
22
// ID: files
33
// Description: Read and download files.
4+
// By: GarboMuffin
45
// License: MIT AND MPL-2.0
56

67
(function (Scratch) {

extensions/gamepad.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Name: Gamepad
22
// ID: Gamepad
33
// Description: Directly access gamepads instead of just mapping buttons to keys.
4+
// By: GarboMuffin
45
// License: MIT AND MPL-2.0
56

67
// Some parts of this scripts are based on or designed to be compatible-ish with:

extensions/iframe.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Name: Iframe
22
// ID: iframe
33
// Description: Display webpages or HTML over the stage.
4+
// By: GarboMuffin
45
// Context: "iframe" is an HTML element that lets websites embed other websites.
56
// License: MIT AND MPL-2.0
67

extensions/lab/face-sensing.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Name: Face Sensing
22
// ID: faceSensing
33
// Description: Sense faces with the camera.
4+
// By: GarboMuffin
45
// License: MPL-2.0
56
// Scratch-compatible: true
67

extensions/local-storage.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Name: Local Storage
22
// ID: localstorage
33
// Description: Store data persistently. Like cookies, but better.
4+
// By: GarboMuffin
45
// License: MIT AND MPL-2.0
56

67
(function (Scratch) {

0 commit comments

Comments
 (0)