Word bubbles
This commit is contained in:
@@ -308,7 +308,8 @@ var AISprite = function(game, x, y, spritetype) {
|
|||||||
{
|
{
|
||||||
if ( game.rnd.integerInRange(0, 100) < 95 )
|
if ( game.rnd.integerInRange(0, 100) < 95 )
|
||||||
return;
|
return;
|
||||||
|
this.bubble.x = this.x;
|
||||||
|
this.bubble.y = this.y - this.bubble.height;
|
||||||
var running = false;
|
var running = false;
|
||||||
if ( game.rnd.integerInRange(0, 100) > 90 ) {
|
if ( game.rnd.integerInRange(0, 100) > 90 ) {
|
||||||
running = true;
|
running = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user