mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 15:02:52 -05:00
Change displayed name to Video Motion
This commit is contained in:
parent
651fb58abc
commit
aff8f93999
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@ class Scratch3VideoSensingBlocks {
|
||||||
getInfo () {
|
getInfo () {
|
||||||
return {
|
return {
|
||||||
id: 'videoSensing',
|
id: 'videoSensing',
|
||||||
name: 'Video Sensing',
|
name: 'Video Motion',
|
||||||
blocks: [
|
blocks: [
|
||||||
{
|
{
|
||||||
opcode: 'videoOn',
|
opcode: 'videoOn',
|
||||||
|
|
Loading…
Reference in a new issue