mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -05:00
Merge pull request #2061 from knandersen/boostextension
Add LEGO BOOST Scratch 3.0 extension
This commit is contained in:
commit
f02433510a
2 changed files with 1969 additions and 0 deletions
|
@ -23,6 +23,7 @@ const builtinExtensions = {
|
|||
speech2text: () => require('../extensions/scratch3_speech2text'),
|
||||
ev3: () => require('../extensions/scratch3_ev3'),
|
||||
makeymakey: () => require('../extensions/scratch3_makeymakey'),
|
||||
boost: () => require('../extensions/scratch3_boost'),
|
||||
gdxfor: () => require('../extensions/scratch3_gdx_for')
|
||||
};
|
||||
|
||||
|
|
1968
src/extensions/scratch3_boost/index.js
Normal file
1968
src/extensions/scratch3_boost/index.js
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue