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
+2 -2
View File
@@ -44,8 +44,8 @@ function update()
function render() {
// Physics
game.debug.renderSpriteBounds(sprite);
game.debug.spriteBounds(sprite);
game.debug.renderSpriteBounds(otherSprite);
game.debug.spriteBounds(otherSprite);
}