mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -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 () {
|
||||
return {
|
||||
id: 'videoSensing',
|
||||
name: 'Video Sensing',
|
||||
name: 'Video Motion',
|
||||
blocks: [
|
||||
{
|
||||
opcode: 'videoOn',
|
||||
|
|
Loading…
Reference in a new issue