Word bubbles

This commit is contained in:
2014-06-11 23:00:42 -07:00
parent bb453a94ff
commit 5e677d6ce8

View File

@@ -308,7 +308,8 @@ var AISprite = function(game, x, y, spritetype) {
{
if ( game.rnd.integerInRange(0, 100) < 95 )
return;
this.bubble.x = this.x;
this.bubble.y = this.y - this.bubble.height;
var running = false;
if ( game.rnd.integerInRange(0, 100) > 90 ) {
running = true;