mirror of
https://github.com/wassname/phaser.git
synced 2026-08-06 13:31:05 +08:00
Updated all the examples to use the new Debug methods.
This commit is contained in:
@@ -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);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user