Skip to content

Commit

Permalink
Lily/SoundExpanded: oops (#1235)
Browse files Browse the repository at this point in the history
  • Loading branch information
LilyMakesThings committed Jan 10, 2024
1 parent dd4595e commit 0d0e10a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions extensions/Lily/SoundExpanded.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
defaultValue: 0,
},
},
extensions: ["colours_sound"],
extensions: ["colours_sounds"],
},
{
opcode: "stopLooping",
Expand All @@ -43,7 +43,7 @@
type: Scratch.ArgumentType.SOUND,
},
},
extensions: ["colours_sound"],
extensions: ["colours_sounds"],
},
{
opcode: "isLooping",
Expand All @@ -54,7 +54,7 @@
type: Scratch.ArgumentType.SOUND,
},
},
extensions: ["colours_sound"],
extensions: ["colours_sounds"],
},

"---",
Expand All @@ -68,7 +68,7 @@
type: Scratch.ArgumentType.SOUND,
},
},
extensions: ["colours_sound"],
extensions: ["colours_sounds"],
},
{
opcode: "pauseSounds",
Expand All @@ -79,7 +79,7 @@
type: Scratch.ArgumentType.SOUND,
},
},
extensions: ["colours_sound"],
extensions: ["colours_sounds"],
},
{
opcode: "resumeSounds",
Expand All @@ -90,7 +90,7 @@
type: Scratch.ArgumentType.SOUND,
},
},
extensions: ["colours_sound"],
extensions: ["colours_sounds"],
},

"---",
Expand All @@ -104,7 +104,7 @@
type: Scratch.ArgumentType.SOUND,
},
},
extensions: ["colours_sound"],
extensions: ["colours_sounds"],
},
{
opcode: "attributeOfSound",
Expand All @@ -119,7 +119,7 @@
type: Scratch.ArgumentType.SOUND,
},
},
extensions: ["colours_sound"],
extensions: ["colours_sounds"],
},
{
opcode: "getSoundEffect",
Expand All @@ -135,7 +135,7 @@
menu: "targets",
},
},
extensions: ["colours_sound"],
extensions: ["colours_sounds"],
},
"---",
{
Expand All @@ -148,7 +148,7 @@
defaultValue: 100,
},
},
extensions: ["colours_sound"],
extensions: ["colours_sounds"],
},
{
opcode: "changeProjectVolume",
Expand All @@ -160,13 +160,13 @@
defaultValue: -10,
},
},
extensions: ["colours_sound"],
extensions: ["colours_sounds"],
},
{
opcode: "getProjectVolume",
blockType: Scratch.BlockType.REPORTER,
text: "project volume",
extensions: ["colours_sound"],
extensions: ["colours_sounds"],
},
],
menus: {
Expand Down

0 comments on commit 0d0e10a

Please sign in to comment.