Word bubbles

This commit is contained in:
2014-06-12 00:00:20 -07:00
parent f594f872eb
commit 13d0a12ad2

View File

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