kopia lustrzana https://github.com/backface/turtlestitch
adjusted transparency for dragging sprite icons
rodzic
e5ae77f4bc
commit
fd446bb637
|
@ -8118,7 +8118,7 @@ SpriteIconMorph.prototype.prepareToBeGrabbed = function () {
|
||||||
var ide = this.parentThatIsA(IDE_Morph),
|
var ide = this.parentThatIsA(IDE_Morph),
|
||||||
idx;
|
idx;
|
||||||
this.mouseClickLeft(); // select me
|
this.mouseClickLeft(); // select me
|
||||||
this.alpha = 0.5;
|
this.alpha = 0.85;
|
||||||
if (ide) {
|
if (ide) {
|
||||||
idx = ide.sprites.asArray().indexOf(this.object);
|
idx = ide.sprites.asArray().indexOf(this.object);
|
||||||
ide.sprites.remove(idx + 1);
|
ide.sprites.remove(idx + 1);
|
||||||
|
|
Ładowanie…
Reference in New Issue