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:
@@ -26,6 +26,6 @@ function update() {
|
||||
|
||||
function render() {
|
||||
|
||||
game.debug.renderSpriteInfo(sprite, 32, 32);
|
||||
game.debug.spriteInfo(sprite, 32, 32);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user