mirror of
https://github.com/wassname/phaser.git
synced 2026-09-12 12:40:47 +08:00
Updated all the examples to use the new Debug methods.
This commit is contained in:
@@ -35,7 +35,7 @@ function update()
|
||||
function render() {
|
||||
|
||||
// Display
|
||||
game.debug.renderSpriteBounds(sprite);
|
||||
game.debug.renderSpriteCorners(sprite, true, true);
|
||||
game.debug.spriteBounds(sprite);
|
||||
game.debug.spriteCorners(sprite, true, true);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user