kopia lustrzana https://github.com/backface/turtlestitch
made color slots solid in block-fading situations
rodzic
7810b4f72c
commit
75829340bd
|
@ -10935,6 +10935,7 @@ function ColorSlotMorph(clr) {
|
||||||
|
|
||||||
ColorSlotMorph.prototype.init = function (clr) {
|
ColorSlotMorph.prototype.init = function (clr) {
|
||||||
ColorSlotMorph.uber.init.call(this);
|
ColorSlotMorph.uber.init.call(this);
|
||||||
|
this.alpha = 1;
|
||||||
this.setColor(clr || new Color(145, 26, 68));
|
this.setColor(clr || new Color(145, 26, 68));
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue