Word bubbles

This commit is contained in:
2014-06-12 00:01:30 -07:00
parent 13d0a12ad2
commit 19bc8b3b72

View File

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