Size wordbubbles to text

This commit is contained in:
2014-06-15 19:39:50 -07:00
parent 163c1bcb83
commit 00224b67c5

View File

@@ -850,6 +850,7 @@ var AISprite = function(game, x, y, key, frame) {
var ty = this.bubble_sprite.y - (this.bubble_sprite.height);
this.bubble_text.position.x = tx;
this.bubble_text.position.y = ty;
this.bubble_text.bringToTop();
}
this.update = function()