Skip to content
Snippets Groups Projects
Unverified Commit 3f413261 authored by Michael "Z" Goddard's avatar Michael "Z" Goddard Committed by GitHub
Browse files

Merge pull request #1670 from mzgoddard/enable-video-sensing

Enable video sensing extension
parents 55bf4575 3d3a3b73
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,13 @@ export default [
description: 'Draw with your sprites.',
featured: true
},
{
name: 'Video Sensing',
extensionURL: 'videoSensing',
iconURL: videoImage,
description: 'Detect motion with the camera.',
featured: true
},
{
name: 'LEGO WeDo 2.0',
extensionURL: '',
......@@ -36,14 +43,6 @@ export default [
featured: true,
disabled: true
},
{
name: 'Video Sensing',
extensionURL: '',
iconURL: videoImage,
description: 'Detect motion with the camera.',
featured: true,
disabled: true
},
{
name: 'LEGO Boost',
extensionURL: '',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment