Working on effect bubbles (visual indicators for awareness state changes)

This commit is contained in:
2014-06-15 13:42:47 -07:00
parent bb1aa77834
commit f062efd047

View File

@@ -801,7 +801,7 @@ var AISprite = function(game, x, y, key, frame) {
this.awareness_effect = null;
} else {
this.awareness_effect.x = this.x + 16;
this.awareness_effect.y = this.y + 16;
this.awareness_effect.y = this.y - 16;
}
}