Word bubbles

This commit is contained in:
2014-06-11 22:53:33 -07:00
parent 5f20feb990
commit e81f218859

View File

@@ -290,7 +290,8 @@ var AISprite = function(game, x, y, spritetype) {
break;
}
}
console.log(aistate);
console.log(this.sprite_group);
var mylines = moonlightDialog['status'][this.sprite_group][aistate];
var text = mylines[game.rnd.integerInRange(0, mylines.length)];
var style = {font: '12px Arial Bold', fill: '#ffffff', align: 'center'}