Moved to graphical word bubbles
This commit is contained in:
@@ -595,7 +595,7 @@ var AISprite = function(game, x, y, spritetype) {
|
||||
|
||||
if ( this.bubble !== null ) {
|
||||
this.bubble.x = this.x - (this.bubble.width / 2);
|
||||
this.bubble.y = this.y - (this.bubble.height / 2);
|
||||
this.bubble.y = this.y - (this.bubble.height);
|
||||
}
|
||||
|
||||
switch ( game.rnd.integerInRange(0, 4) ) {
|
||||
|
||||
Reference in New Issue
Block a user