kopia lustrzana https://github.com/backface/turtlestitch
Fixed incomplete code
rodzic
dc4e9a5c1c
commit
341d27092e
|
@ -3706,6 +3706,9 @@ SpriteMorph.prototype.doScreenshot = function() {
|
|||
console.log('Testing screenshot');
|
||||
var parent = this.parentThatIsA(StageMorph);
|
||||
var image = parent.fullImageClassic();
|
||||
var ide = this.parentThatIsA(IDE_Morph);
|
||||
var costume = new Costume(image);
|
||||
ide.currentSprite.addCostume(image);
|
||||
};
|
||||
|
||||
// SpriteHighlightMorph /////////////////////////////////////////////////
|
||||
|
|
Ładowanie…
Reference in New Issue