mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-07-23 04:31:25 -04:00
Load Vernier extension code
This commit is contained in:
parent
fce555fc7d
commit
b9a6f4165a
1 changed files with 2 additions and 4 deletions
|
@ -18,10 +18,8 @@ const builtinExtensions = {
|
|||
videoSensing: () => require('../extensions/scratch3_video_sensing'),
|
||||
speech2text: () => require('../extensions/scratch3_speech2text'),
|
||||
ev3: () => require('../extensions/scratch3_ev3'),
|
||||
makeymakey: () => require('../extensions/scratch3_makeymakey')
|
||||
// todo: only load this extension once we have a compatible way to load its
|
||||
// Vernier module dependency.
|
||||
// gdxfor: () => require('../extensions/scratch3_gdx_for')
|
||||
makeymakey: () => require('../extensions/scratch3_makeymakey'),
|
||||
gdxfor: () => require('../extensions/scratch3_gdx_for')
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue