mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -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',
|
opcode: 'whenTilted',
|
||||||
text: formatMessage({
|
text: formatMessage({
|
||||||
|
|
Loading…
Reference in a new issue