Word bubbles
This commit is contained in:
@@ -267,7 +267,7 @@ Light.prototype.constructor = Light;
|
|||||||
var AISprite = function(game, x, y, spritetype) {
|
var AISprite = function(game, x, y, spritetype) {
|
||||||
this.setWordBubble = function()
|
this.setWordBubble = function()
|
||||||
{
|
{
|
||||||
if ( this.bubble != null ) {
|
if ( this.bubble != null || this.sprite_group == undefined) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
//this.bubble = game.add.group()
|
//this.bubble = game.add.group()
|
||||||
|
|||||||
Reference in New Issue
Block a user