Word bubbles

This commit is contained in:
2014-06-12 00:13:46 -07:00
parent 437118cbf7
commit 1aa5a99ae0

View File

@@ -358,7 +358,7 @@ var AISprite = function(game, x, y, spritetype) {
this.bubble_style = {font: '12px Arial Bold', fill: '#ffffff', align: 'center'}
this.bubble = game.add.text(this.x, this.y - 20, this.bubble_text, this.bubble_style);
timer = new Phaser.Timer(game);
timer = game.time.create(false);
timerev = timer.add(5000, this.GOFUCKYERSELF, this);
timer.start()
}