Go back to text wordbubbles
This commit is contained in:
@@ -783,7 +783,7 @@ var AISprite = function(game, x, y, key, frame) {
|
||||
timer = game.time.create(false);
|
||||
var timerdelta = 20000 + (game.rnd.integerInRange(0, 30) * 1000);
|
||||
console.log("In " + timerdelta + " ms, " + this + " will say something");
|
||||
timerev = timer.add(, this.setWordBubble, this);
|
||||
timerev = timer.add(timerdelta, this.setWordBubble, this);
|
||||
timer.start()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user