mirror of
https://github.com/wassname/phaser.git
synced 2026-08-04 13:14:14 +08:00
Updated all the examples to use the new Debug methods.
This commit is contained in:
@@ -35,6 +35,6 @@ function update()
|
||||
function render() {
|
||||
|
||||
// Camera
|
||||
game.debug.renderCameraInfo(game.camera, 32, 32);
|
||||
game.debug.cameraInfo(game.camera, 32, 32);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user