Fix shape of boolean tilt reporter

This commit is contained in:
Eric Rosenbaum 2017-11-06 10:17:53 -05:00
parent 0540640684
commit 59e0c75abf

View file

@ -544,7 +544,7 @@ class Scratch3WeDo2Blocks {
{
opcode: 'isTilted',
text: 'tilted [DIRECTION]?',
blockType: BlockType.REPORTER,
blockType: BlockType.BOOLEAN,
arguments: {
DIRECTION: {
type: ArgumentType.STRING,