Merge pull request #762 from ericrosenbaum/bugfix/wedo-tilt-reporter-shape

Fix shape of boolean tilt reporter
This commit is contained in:
Eric Rosenbaum 2017-11-06 11:21:12 -05:00 committed by GitHub
commit a735459427
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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