Go back to text wordbubbles

This commit is contained in:
2014-06-14 11:15:44 -07:00
parent 10cf3f58df
commit aaed96d0f7

View File

@@ -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()