mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
Remove color reporter
This commit is contained in:
parent
d77944beff
commit
0cadf685b2
1 changed files with 0 additions and 9 deletions
|
@ -1308,15 +1308,6 @@ class Scratch3BoostBlocks {
|
|||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
opcode: 'getColor',
|
||||
text: formatMessage({
|
||||
id: 'boost.getColor',
|
||||
default: 'color',
|
||||
description: 'the color returned by the vision sensor'
|
||||
}),
|
||||
blockType: BlockType.REPORTER
|
||||
},
|
||||
{
|
||||
opcode: 'whenTilted',
|
||||
text: formatMessage({
|
||||
|
|
Loading…
Reference in a new issue