reflect inheritance status in "costume #" watchers

upd4.1
Jens Mönig 2017-07-05 17:31:54 +02:00
rodzic 90c21d49a3
commit 3e99bc14f2
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -8847,6 +8847,7 @@ WatcherMorph.prototype.update = function () {
xPosition: 'x position',
yPosition: 'y position',
direction: 'direction',
getCostumeIdx: 'costume #', //+++
getScale: 'size'} [this.getter];
isGhosted = att ? this.target.inheritsAttribute(att) : false;
}