Working on effect bubbles (visual indicators for awareness state changes)
This commit is contained in:
@@ -722,6 +722,7 @@ var AISprite = function(game, x, y, key, frame) {
|
|||||||
this.x + 16,
|
this.x + 16,
|
||||||
this.y - 16,
|
this.y - 16,
|
||||||
'balloon');
|
'balloon');
|
||||||
|
addAnimation(this.awareness_effect, animkey);
|
||||||
this.awareness_effect.play(animkey, null, false, true);
|
this.awareness_effect.play(animkey, null, false, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user