mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-07-30 16:10:08 -04:00
Move scratch3 blocks into separate packages.
This commit is contained in:
parent
200f895b43
commit
bd7f3245a2
4 changed files with 96 additions and 76 deletions
src/engine
|
@ -4,7 +4,8 @@ var Thread = require('./thread');
|
|||
var util = require('util');
|
||||
|
||||
var defaultBlockPackages = {
|
||||
'scratch3': require('../blocks/scratch3'),
|
||||
'scratch3_control': require('../blocks/scratch3_control'),
|
||||
'scratch3_event': require('../blocks/scratch3_event'),
|
||||
'wedo2': require('../blocks/wedo2')
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue