mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
Fix typo in WeDo 2.0 blocks metadata
This commit is contained in:
parent
7297341c51
commit
ef3feca385
1 changed files with 1 additions and 1 deletions
|
@ -465,7 +465,7 @@ class Scratch3WeDo2Blocks {
|
|||
}
|
||||
},
|
||||
{
|
||||
opcode: 'startMotorDirection',
|
||||
opcode: 'setMotorDirection',
|
||||
text: 'set [MOTOR_ID] direction to [DIRECTION]',
|
||||
blockType: BlockType.COMMAND,
|
||||
arguments: {
|
||||
|
|
Loading…
Reference in a new issue