Updated all the examples to use the new Debug methods.

This commit is contained in:
photonstorm
2014-03-03 01:19:31 +00:00
parent c4a68e3e87
commit 61376093fd
206 changed files with 553 additions and 572 deletions
+1 -1
View File
@@ -35,6 +35,6 @@ function update()
function render() {
// Camera
game.debug.renderCameraInfo(game.camera, 32, 32);
game.debug.cameraInfo(game.camera, 32, 32);
}