mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -05:00
Rename “spin speed” to “spin”
This commit is contained in:
parent
78c72f4185
commit
48e01fe1a3
1 changed files with 1 additions and 1 deletions
|
@ -647,7 +647,7 @@ class Scratch3GdxForBlocks {
|
||||||
opcode: 'getSpinSpeed',
|
opcode: 'getSpinSpeed',
|
||||||
text: formatMessage({
|
text: formatMessage({
|
||||||
id: 'gdxfor.getSpinSpeed',
|
id: 'gdxfor.getSpinSpeed',
|
||||||
default: 'spin speed [DIRECTION]',
|
default: 'spin [DIRECTION]',
|
||||||
description: 'gets spin speed'
|
description: 'gets spin speed'
|
||||||
}),
|
}),
|
||||||
blockType: BlockType.REPORTER,
|
blockType: BlockType.REPORTER,
|
||||||
|
|
Loading…
Reference in a new issue