mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-01-14 03:29:50 -05:00
lightplay extension stub
This commit is contained in:
parent
dbd513d85b
commit
36de7517bd
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ const builtinExtensions = {
|
|||
boost: () => require('../extensions/scratch3_boost'),
|
||||
gdxfor: () => require('../extensions/scratch3_gdx_for'),
|
||||
synth: () => require('../extensions/scratch3_synth'),
|
||||
lightplay: () => require('../extensions/scratch3_lightplay'),
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue