Skip to content

Commit

Permalink
Lily/CommentBlocks: Allow comment reporter to be dropped anywhere (#1209
Browse files Browse the repository at this point in the history
)

Allow the reporter block to be used anywhere to circumvent using
couplers. Mild convenience.
  • Loading branch information
LilyMakesThings committed Dec 20, 2023
1 parent a3dc683 commit 980cd99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extensions/Lily/CommentBlocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
opcode: "commentReporter",
blockType: Scratch.BlockType.REPORTER,
text: "[INPUT] // [COMMENT]",
allowDropAnywhere: true,
arguments: {
COMMENT: {
type: Scratch.ArgumentType.STRING,
Expand Down

0 comments on commit 980cd99

Please sign in to comment.