blockShape
blockShape:Scratch.BlockShape
This changes the shape of a reporter or boolean, and can be used for things such as making a boolean look... not... like a boolean?
{
opcode: 'testReporter',
text: 'testing!',
blockType: Scratch.BlockType.REPORTER,
blockShape: Scratch.BlockShape.SQUARE,
}
Explanation | Image | |
---|---|---|
Scratch.BlockShape.ROUND | The default shape for a reporter. | |
Scratch.BlockShape.HEXAGONAL | The default shape for a boolean. Takes up more space then other shapes. | |
Scratch.BlockShape.SQUARE | The only shape to not be found normally! |