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

This commit is contained in:
2014-06-15 13:44:40 -07:00
parent f062efd047
commit ebb84c8be4

View File

@@ -722,6 +722,7 @@ var AISprite = function(game, x, y, key, frame) {
this.x + 16,
this.y - 16,
'balloon');
addAnimation(this.awareness_effect, animkey);
this.awareness_effect.play(animkey, null, false, true);
}