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
@@ -34,6 +34,6 @@ function update()
function render() {
// Sprite debug info
game.debug.renderSpriteInfo(sprite, 32, 32);
game.debug.spriteInfo(sprite, 32, 32);
}