mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-06-12 05:21:15 -04:00
Merge b2dcb436ec
into f207757ef0
This commit is contained in:
commit
2c8190ad01
1 changed files with 2 additions and 2 deletions
|
@ -592,8 +592,8 @@ const runBenchmark = function () {
|
|||
|
||||
const storage = new ScratchStorage();
|
||||
const AssetType = storage.AssetType;
|
||||
storage.addWebSource([AssetType.Project], getProjectUrl);
|
||||
storage.addWebSource([AssetType.ImageVector, AssetType.ImageBitmap, AssetType.Sound], getAssetUrl);
|
||||
storage.addWebStore([AssetType.Project], getProjectUrl);
|
||||
storage.addWebStore([AssetType.ImageVector, AssetType.ImageBitmap, AssetType.Sound], getAssetUrl);
|
||||
vm.attachStorage(storage);
|
||||
|
||||
new LoadingProgress(progress => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue