From aaed96d0f77b300c96b540dd0c1a30b6ce644b78 Mon Sep 17 00:00:00 2001 From: Andrew Kesterson Date: Sat, 14 Jun 2014 11:15:44 -0700 Subject: [PATCH] Go back to text wordbubbles --- moonlight/js/moonlight-skulk.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/moonlight/js/moonlight-skulk.js b/moonlight/js/moonlight-skulk.js index 84633fe..0ee828c 100644 --- a/moonlight/js/moonlight-skulk.js +++ b/moonlight/js/moonlight-skulk.js @@ -611,8 +611,8 @@ var AISprite = function(game, x, y, key, frame) { { this.bubble_sprite.x = this.x + 16; this.bubble_sprite.y = this.y - 33; - this.bubble_text.position.x = this.x + 16 - 150 + 5; - this.bubble_text.position.y = this.y - 67 + 5; + this.bubble_text.position.x = this.bubble_sprite.x + 5; + this.bubble_text.position.y = this.bubble_sprite.y + 5; } this.update = function()