From e7f9d42da6b2a23215528af308260c6e21fd3f02 Mon Sep 17 00:00:00 2001 From: Andrew Kesterson Date: Thu, 12 Jun 2014 02:06:04 -0700 Subject: [PATCH] Moved to graphical word bubbles --- 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 e664cf6..d59df6d 100644 --- a/moonlight/js/moonlight-skulk.js +++ b/moonlight/js/moonlight-skulk.js @@ -594,8 +594,8 @@ var AISprite = function(game, x, y, spritetype) { if ( this.bubble !== null ) { this.bubble.body.velocity.x = this.body.velocity.x; this.bubble.body.velocity.y = this.body.velocity.y; - this.bubble.x = this.x - (this.bubble.width / 2); - this.bubble.y = this.y - (this.bubble.height); + //this.bubble.x = this.x - (this.bubble.width / 2); + //this.bubble.y = this.y - (this.bubble.height); } if ( game.rnd.integerInRange(0, 100) < 95 )