mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
changed wording of setMotorPower-block to use speed instead of power
This commit is contained in:
parent
02d047cfbd
commit
20967fe768
1 changed files with 2 additions and 2 deletions
|
@ -1221,8 +1221,8 @@ class Scratch3BoostBlocks {
|
|||
opcode: 'setMotorPower',
|
||||
text: formatMessage({
|
||||
id: 'boost.setMotorPower',
|
||||
default: 'set motor [MOTOR_ID] power to [POWER] %',
|
||||
description: 'set the motor\'s power without turning it on'
|
||||
default: 'set motor [MOTOR_ID] speed to [POWER] %',
|
||||
description: 'set the motor\'s speed without turning it on'
|
||||
}),
|
||||
blockType: BlockType.COMMAND,
|
||||
arguments: {
|
||||
|
|
Loading…
Reference in a new issue