mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 06:23:37 -05: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',
|
opcode: 'isTilted',
|
||||||
text: 'tilted [DIRECTION]?',
|
text: 'tilted [DIRECTION]?',
|
||||||
blockType: BlockType.REPORTER,
|
blockType: BlockType.BOOLEAN,
|
||||||
arguments: {
|
arguments: {
|
||||||
DIRECTION: {
|
DIRECTION: {
|
||||||
type: ArgumentType.STRING,
|
type: ArgumentType.STRING,
|
||||||
|
|
Loading…
Reference in a new issue