Skip to content

Commit

Permalink
Update HackedBlocks.js
Browse files Browse the repository at this point in the history
  • Loading branch information
LilyMakesThings authored Aug 7, 2023
1 parent 254c264 commit 1f2429b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions extensions/Lily/HackedBlocks.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
(function (Scratch) {
'use strict';

class ForLoop {
class HackedBlocks {
getInfo() {
return {
id: 'lmsForLoop',
id: 'lmsHackedBlocks',
name: 'Hacked Block Collection',
blocks: [
{
Expand Down Expand Up @@ -55,9 +55,9 @@
xml: '<block type="control_clear_counter"/>'
},
]
}
};
}
}

Scratch.extensions.register(new ForLoop());
})(Scratch);
Scratch.extensions.register(new HackedBlocks());
})(Scratch);

0 comments on commit 1f2429b

Please sign in to comment.