made sprites free-form

pull/95/head
jmoenig 2020-03-06 14:48:58 +01:00
rodzic 57efc2b496
commit 336cf6d342
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -1687,6 +1687,7 @@ SpriteMorph.prototype.init = function (globals) {
SpriteMorph.uber.init.call(this);
this.isCachingImage = true;
this.isFreeForm = true;
this.cachedHSV = this.color.hsv();
this.isDraggable = true;
this.isDown = false;