mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 23:12:24 -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',
|
opcode: 'setMotorPower',
|
||||||
text: formatMessage({
|
text: formatMessage({
|
||||||
id: 'boost.setMotorPower',
|
id: 'boost.setMotorPower',
|
||||||
default: 'set motor [MOTOR_ID] power to [POWER] %',
|
default: 'set motor [MOTOR_ID] speed to [POWER] %',
|
||||||
description: 'set the motor\'s power without turning it on'
|
description: 'set the motor\'s speed without turning it on'
|
||||||
}),
|
}),
|
||||||
blockType: BlockType.COMMAND,
|
blockType: BlockType.COMMAND,
|
||||||
arguments: {
|
arguments: {
|
||||||
|
|
Loading…
Reference in a new issue