Moved to graphical word bubbles

This commit is contained in:
2014-06-12 01:54:57 -07:00
parent 81b2574494
commit f58bcb7e0c

View File

@@ -594,8 +594,8 @@ var AISprite = function(game, x, y, spritetype) {
} }
if ( this.bubble !== null ) { if ( this.bubble !== null ) {
this.bubble.x = this.x - (this.bubble.width); this.bubble.x = this.x - (this.bubble.width / 2);
this.bubble.y = this.y - (this.bubble.height); this.bubble.y = this.y - (this.bubble.height / 2);
} }
switch ( game.rnd.integerInRange(0, 4) ) { switch ( game.rnd.integerInRange(0, 4) ) {