mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-08-28 22:30:40 -04:00
Add blockly extension for scratch extensions
This commit is contained in:
parent
ba1f217004
commit
5e6187bee7
1 changed files with 2 additions and 1 deletions
|
@ -603,7 +603,8 @@ class Runtime extends EventEmitter {
|
|||
colour: categoryInfo.color1,
|
||||
colourSecondary: categoryInfo.color2,
|
||||
colourTertiary: categoryInfo.color3,
|
||||
args0: []
|
||||
args0: [],
|
||||
extensions: ['scratch_extension']
|
||||
};
|
||||
|
||||
const inputList = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue