From f062efd047bf2a9b885c2e846e055eeb081579ec Mon Sep 17 00:00:00 2001 From: Andrew Kesterson Date: Sun, 15 Jun 2014 13:42:47 -0700 Subject: [PATCH] Working on effect bubbles (visual indicators for awareness state changes) --- moonlight/js/moonlight-skulk.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moonlight/js/moonlight-skulk.js b/moonlight/js/moonlight-skulk.js index e583091..d670e0d 100644 --- a/moonlight/js/moonlight-skulk.js +++ b/moonlight/js/moonlight-skulk.js @@ -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; } }