Skip to content

Commit

Permalink
TheShovel/CanvasEffects: fix block name (#731)
Browse files Browse the repository at this point in the history
X and Y are usually used for position, not size.
  • Loading branch information
TheShovel authored Jul 12, 2023
1 parent 61353ff commit f5b1084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/TheShovel/CanvasEffects.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
{
opcode: 'renderscale',
blockType: Scratch.BlockType.COMMAND,
text: 'set canvas render size to x:[X] y:[Y]',
text: 'set canvas render size to width:[X] height:[Y]',
arguments: {
X: {
type: Scratch.ArgumentType.NUMBER,
Expand Down

0 comments on commit f5b1084

Please sign in to comment.