Final commit before rebuilding the Tilemap system.

This commit is contained in:
photonstorm
2013-10-08 10:52:15 +01:00
parent c307f79102
commit fa692653e3
4 changed files with 54 additions and 20 deletions
-4
View File
@@ -71,10 +71,6 @@ window.onload = function () {
function render() {
game.debug.renderCameraInfo(game.camera, 32, 32);
// game.debug.renderSpriteInfo(d, 32, 200);
// game.debug.renderWorldTransformInfo(d, 32, 200);
// game.debug.renderLocalTransformInfo(d, 32, 400);
// game.debug.renderSpriteCorners(d, false, true);
}