Skip to content

Commit

Permalink
Update TempVariables2.js
Browse files Browse the repository at this point in the history
  • Loading branch information
LilyMakesThings authored Aug 23, 2023
1 parent 1f14fab commit b25a223
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions extensions/Lily/TempVariables2.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,19 +102,19 @@
"---",

{
opcode: 'forEachThreadVariable',
opcode: "forEachThreadVariable",
blockType: Scratch.BlockType.LOOP,
text: 'for each [VAR] in [NUM]',
text: "for each [VAR] in [NUM]",
arguments: {
VAR: {
type: Scratch.ArgumentType.STRING,
defaultValue: 'thread variable'
defaultValue: "thread variable",
},
NUM: {
type: Scratch.ArgumentType.NUMBER,
defaultValue: '10'
}
}
defaultValue: "10",
},
},
},
{
opcode: "listThreadVariables",
Expand Down

0 comments on commit b25a223

Please sign in to comment.