rename “tilt angle” and “spin speed” reporters

This commit is contained in:
Eric Rosenbaum 2019-02-19 15:06:03 -05:00
parent ec2ca32ffa
commit f4662f833f

View file

@ -647,7 +647,7 @@ class Scratch3GdxForBlocks {
opcode: 'getTilt',
text: formatMessage({
id: 'gdxfor.getTilt',
default: 'tilt [TILT]',
default: 'tilt angle [TILT]',
description: 'gets tilt'
}),
blockType: BlockType.REPORTER,
@ -663,7 +663,7 @@ class Scratch3GdxForBlocks {
opcode: 'getSpinSpeed',
text: formatMessage({
id: 'gdxfor.getSpin',
default: 'spin [DIRECTION]',
default: 'spin speed [DIRECTION]',
description: 'gets spin speed'
}),
blockType: BlockType.REPORTER,