diff --git a/moonlight/js/moonlight-skulk.js b/moonlight/js/moonlight-skulk.js index 0ee828c..84633fe 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.bubble_sprite.x + 5; - this.bubble_text.position.y = this.bubble_sprite.y + 5; + this.bubble_text.position.x = this.x + 16 - 150 + 5; + this.bubble_text.position.y = this.y - 67 + 5; } this.update = function()