Add wandering sprites back to map via map objects

This commit is contained in:
2014-06-13 01:57:32 -07:00
parent ced3395d0b
commit bc9aecc084

View File

@@ -1023,7 +1023,7 @@ GameState.prototype.check_input = function()
setSpriteMovement(player, controls.up.shiftKey, 'right');
} else {
player.animations.stop(null, true);
} else if ( controls.
}
}
GameState.prototype.update = function()