Skip to content

Commit

Permalink
revert playground changes
Browse files Browse the repository at this point in the history
  • Loading branch information
adroitwhiz committed Jul 10, 2019
1 parent aea28a5 commit c32f2be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/playground/playground.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const canvas = document.getElementById('scratch-stage');
let fudge = 90;
const renderer = new ScratchRender(canvas);
renderer.setLayerGroupOrdering(['group1']);
window.renderer = renderer;

const drawableID = renderer.createDrawable('group1');
renderer.updateDrawableProperties(drawableID, {
Expand Down Expand Up @@ -46,7 +45,7 @@ xhr.addEventListener('load', function () {
});
}
});
xhr.open('GET', 'https://cdn.assets.scratch.mit.edu/internalapi/asset/7e4d03ea982f865367dfc821108bf59f.svg/get/');
xhr.open('GET', 'https://cdn.assets.scratch.mit.edu/internalapi/asset/b7853f557e4426412e64bb3da6531a99.svg/get/');
xhr.send();

if (wantedSkin === WantedSkinType.pen) {
Expand Down

0 comments on commit c32f2be

Please sign in to comment.