Word bubbles

This commit is contained in:
2014-06-11 23:59:54 -07:00
parent a78e1fd85d
commit f594f872eb

View File

@@ -418,7 +418,8 @@ var AISprite = function(game, x, y, spritetype) {
game.physics.arcade.enable(this);
this.body.collideWorldBounds = true;
var ARGH = spritenames_by_type[spritetype].split("-")
var ARGH = spritenames_by_type[spritetype];
ARGH = ARGH.split("-")
this.sprite_group = ARGH[0] + "-" + ARGH[1];
addAnimation(this, 'bipedwalkleft');