mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-06-07 11:04:38 -04:00
Merge pull request #762 from ericrosenbaum/bugfix/wedo-tilt-reporter-shape
Fix shape of boolean tilt reporter
This commit is contained in:
commit
a735459427
1 changed files with 1 additions and 1 deletions
|
@ -552,7 +552,7 @@ class Scratch3WeDo2Blocks {
|
|||
{
|
||||
opcode: 'isTilted',
|
||||
text: 'tilted [DIRECTION]?',
|
||||
blockType: BlockType.REPORTER,
|
||||
blockType: BlockType.BOOLEAN,
|
||||
arguments: {
|
||||
DIRECTION: {
|
||||
type: ArgumentType.STRING,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue