Spaces:
Runtime error
Runtime error
Update local-scratch-vm/src/extension-support/extension-manager.js
Browse files
local-scratch-vm/src/extension-support/extension-manager.js
CHANGED
|
@@ -48,7 +48,7 @@ const defaultBuiltinExtensions = {
|
|
| 48 |
tw: () => require('../extensions/tw'),
|
| 49 |
// twFiles: replaces jgFiles as it works better on other devices
|
| 50 |
twFiles: () => require('../extensions/tw_files'),
|
| 51 |
-
|
| 52 |
// pm: category expansions & seperations go here
|
| 53 |
// pmMotionExpansion: extra motion blocks that were in the category & new ones that werent
|
| 54 |
pmMotionExpansion: () => require("../extensions/pm_motionExpansion"),
|
|
|
|
| 48 |
tw: () => require('../extensions/tw'),
|
| 49 |
// twFiles: replaces jgFiles as it works better on other devices
|
| 50 |
twFiles: () => require('../extensions/tw_files'),
|
| 51 |
+
posenet2scratch: ()=> require('../extensions/scratch3_posenet2scratch'),
|
| 52 |
// pm: category expansions & seperations go here
|
| 53 |
// pmMotionExpansion: extra motion blocks that were in the category & new ones that werent
|
| 54 |
pmMotionExpansion: () => require("../extensions/pm_motionExpansion"),
|