kopia lustrzana https://github.com/backface/turtlestitch
Option of switching between pen trails and stage image has been implemented
Stage saves pen trails toopull/3/merge
rodzic
0795c1f44c
commit
a7a1b54244
|
@ -3717,11 +3717,11 @@ SpriteMorph.prototype.doScreenshot = function (imgSource, data) {
|
|||
this.screenshotNames[data] = 0;
|
||||
}
|
||||
if (imgSource[0] === "pen trails") {
|
||||
canvas = stage.penTrails();
|
||||
canvas = stage.trailsCanvas;
|
||||
} else if (imgSource[0] === "stage image") {
|
||||
canvas = stage.fullImageClassic();
|
||||
}
|
||||
costume = new Costume(canvas, data);
|
||||
costume = new Costume(canvas, data).copy();
|
||||
this.addCostume(costume);
|
||||
};
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue