mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-07-29 23:49:21 -04:00
Tests and cleanup of addSprite3 so that .sprite3 format does not need to be nested inside an extra {targets: ...}
This commit is contained in:
parent
9cc34d7406
commit
55352e88b1
7 changed files with 105 additions and 14 deletions
test/integration
|
@ -73,7 +73,7 @@ test('complex', t => {
|
|||
});
|
||||
|
||||
// Add sprite
|
||||
vm.addSprite2(sprite);
|
||||
vm.addSprite(sprite);
|
||||
|
||||
// Add backdrop
|
||||
vm.addBackdrop(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue