Stop chasing me if you can't see me at the end of your path

This commit is contained in:
2014-06-18 16:32:31 -07:00
parent 8053bce1c2
commit b77f5d5af1

View File

@@ -707,7 +707,7 @@ var AISprite = function(game, x, y, key, frame) {
console.log("I don't have a facing state?");
return null;
}
offset[0] *= mulitplier;
offset[0] *= multiplier;
offset[1] *= multiplier;
size[0] *= multiplier;
size[1] *= multiplier;