Working on effect bubbles (visual indicators for awareness state changes)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user