mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 06:23:37 -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',
|
||||
text: formatMessage({
|
||||
id: 'gdxfor.getSpinSpeed',
|
||||
default: 'spin speed [DIRECTION]',
|
||||
default: 'spin [DIRECTION]',
|
||||
description: 'gets spin speed'
|
||||
}),
|
||||
blockType: BlockType.REPORTER,
|
||||
|
|
Loading…
Reference in a new issue