mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-07-23 12:38:58 -04:00
Rename playground/motion.html to video-sensing.html
This commit is contained in:
parent
6d2c29530f
commit
d4bffcbddb
3 changed files with 28 additions and 13 deletions
|
@ -87,7 +87,7 @@ module.exports = [
|
|||
// Renderer
|
||||
'scratch-render'
|
||||
],
|
||||
'motion-extension': './src/extensions/scratch3_video_sensing/debug'
|
||||
'video-sensing-extension-debug': './src/extensions/scratch3_video_sensing/debug'
|
||||
},
|
||||
output: {
|
||||
path: path.resolve(__dirname, 'playground'),
|
||||
|
@ -101,7 +101,7 @@ module.exports = [
|
|||
},
|
||||
{
|
||||
test: require.resolve('./src/extensions/scratch3_video_sensing/debug.js'),
|
||||
loader: 'expose-loader?Scratch3MotionDetect'
|
||||
loader: 'expose-loader?Scratch3VideoSensingDebug'
|
||||
},
|
||||
{
|
||||
test: require.resolve('stats.js/build/stats.min.js'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue