mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-01-11 10:39:56 -05:00
Clarify 'core' list for SB2 import
This commit is contained in:
parent
4a78e9c4af
commit
9ec3d41ea1
1 changed files with 1 additions and 3 deletions
|
@ -19,14 +19,12 @@ const {loadCostume} = require('../import/load-costume.js');
|
|||
const {loadSound} = require('../import/load-sound.js');
|
||||
const {deserializeCostume, deserializeSound} = require('./deserialize-assets.js');
|
||||
|
||||
// Constants used during deserialization of an SB3 file
|
||||
// Constants used during deserialization of an SB2 file
|
||||
const CORE_EXTENSIONS = [
|
||||
'argument',
|
||||
'control',
|
||||
'data',
|
||||
'event',
|
||||
'looks',
|
||||
'math',
|
||||
'motion',
|
||||
'operator',
|
||||
'procedures',
|
||||
|
|
Loading…
Reference in a new issue