mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -05:00
remove units
This commit is contained in:
parent
d2351e99b7
commit
be35eb1f70
1 changed files with 5 additions and 5 deletions
|
@ -305,8 +305,8 @@ class Scratch3GdxForBlocks {
|
|||
opcode: 'whenAccelerationCompare',
|
||||
text: formatMessage({
|
||||
id: 'gdxfor.whenAccelerationCompare',
|
||||
default: 'when acceleration [DIRECTION] [COMPARE] [VALUE] m/s\u{00B2}',
|
||||
description: 'when the value measured by the acceleration sensor is compared to some value'
|
||||
default: 'when acceleration [DIRECTION] [COMPARE] [VALUE]',
|
||||
description: 'when the meters/second^2 value measured by the acceleration sensor is compared to some value'
|
||||
}),
|
||||
blockType: BlockType.HAT,
|
||||
arguments: {
|
||||
|
@ -330,8 +330,8 @@ class Scratch3GdxForBlocks {
|
|||
opcode: 'whenAngularSpeedCompare',
|
||||
text: formatMessage({
|
||||
id: 'gdxfor.whenAngularSpeedCompare',
|
||||
default: 'when angular speed [DIRECTION] [COMPARE] [VALUE] rad/s',
|
||||
description: 'when the value measured by the gyroscope sensor is compared to some value'
|
||||
default: 'when angular speed [DIRECTION] [COMPARE] [VALUE]',
|
||||
description: 'when the degrees/second value measured by the gyroscope sensor is compared to some value'
|
||||
}),
|
||||
blockType: BlockType.HAT,
|
||||
arguments: {
|
||||
|
@ -355,7 +355,7 @@ class Scratch3GdxForBlocks {
|
|||
opcode: 'whenForceCompare',
|
||||
text: formatMessage({
|
||||
id: 'gdxfor.whenForceCompare',
|
||||
default: 'when force [COMPARE] [VALUE] N',
|
||||
default: 'when force [COMPARE] [VALUE]',
|
||||
description: 'when the value measured by the force sensor is compared to some value'
|
||||
}),
|
||||
blockType: BlockType.HAT,
|
||||
|
|
Loading…
Reference in a new issue