Word bubbles

This commit is contained in:
2014-06-11 22:29:26 -07:00
parent e51e404583
commit ef7d3cfe03

View File

@@ -337,7 +337,7 @@ var AISprite = function(game, x, y, spritetype) {
game.physics.arcade.enable(this);
this.body.collideWorldBounds = true;
this.sprite_group = 1 + (spritetype / 4);
this.sprite_group = Math.round(1 + (spritetype / 4));
addAnimation(this, 'bipedwalkleft');
addAnimation(this, 'bipedwalkright');