Word bubbles
This commit is contained in:
@@ -419,6 +419,7 @@ var AISprite = function(game, x, y, spritetype) {
|
|||||||
this.body.collideWorldBounds = true;
|
this.body.collideWorldBounds = true;
|
||||||
|
|
||||||
var ARGH = spritenames_by_type[spritetype];
|
var ARGH = spritenames_by_type[spritetype];
|
||||||
|
console.log(ARGH);
|
||||||
ARGH = ARGH.split("-");
|
ARGH = ARGH.split("-");
|
||||||
this.sprite_group = ARGH[0] + "-" + ARGH[1];
|
this.sprite_group = ARGH[0] + "-" + ARGH[1];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user