From 59e0c75abf4ca5e7c590103be041f20086ecf0a8 Mon Sep 17 00:00:00 2001 From: Eric Rosenbaum Date: Mon, 6 Nov 2017 10:17:53 -0500 Subject: [PATCH] Fix shape of boolean tilt reporter --- src/blocks/scratch3_wedo2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blocks/scratch3_wedo2.js b/src/blocks/scratch3_wedo2.js index abc09e5db..b2d082ac4 100644 --- a/src/blocks/scratch3_wedo2.js +++ b/src/blocks/scratch3_wedo2.js @@ -544,7 +544,7 @@ class Scratch3WeDo2Blocks { { opcode: 'isTilted', text: 'tilted [DIRECTION]?', - blockType: BlockType.REPORTER, + blockType: BlockType.BOOLEAN, arguments: { DIRECTION: { type: ArgumentType.STRING,