From 47bc2b7baa4f3e4c55470afd665209eec1788c10 Mon Sep 17 00:00:00 2001 From: Andrew Kesterson Date: Sat, 14 Jun 2014 10:25:20 -0700 Subject: [PATCH] Go back to text wordbubbles --- moonlight/js/moonlight-skulk.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moonlight/js/moonlight-skulk.js b/moonlight/js/moonlight-skulk.js index 920a6c0..1a75fd5 100644 --- a/moonlight/js/moonlight-skulk.js +++ b/moonlight/js/moonlight-skulk.js @@ -914,7 +914,7 @@ var AISprite = function(game, x, y, key, frame) { 'townsfolk-guard-2' ]; - Phaser.Sprite.call(this, game, x, y, 'townsfolk-male-1'); + Phaser.Sprite.call(this, game, x, y, null); game.physics.arcade.enable(this); this.timer = null; this.body.collideWorldBounds = true;