Skip to content

Commit

Permalink
"Stage selected: less pen blocks" label on the stage
Browse files Browse the repository at this point in the history
The motion category already does this, so this is for parity
  • Loading branch information
CST1229 committed Jan 29, 2024
1 parent ec1f7de commit 58dbb21
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/extensions/scratch3_pen/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,16 @@ class Scratch3PenBlocks {
}),
blockIconURI: blockIconURI,
blocks: [
// tw: additional message when on the stage for clarity
{
blockType: BlockType.LABEL,
text: formatMessage({
id: 'tw.pen.stageSelected',
default: 'Stage selected: less pen blocks',
description: 'Label that appears in the Pen category when the stage is selected'
}),
filter: [TargetType.STAGE]
},
{
opcode: 'clear',
blockType: BlockType.COMMAND,
Expand Down

0 comments on commit 58dbb21

Please sign in to comment.