Search the Community
Showing results for tags 'zoom out'.
-
Hi there, I'm trying to zoom out the entire game world from the center.. unfortunately I see no method for the camera for zooming out so I'm scaling the game.world directly with this.game.world.scale.setTo(0.5, 0.5);Unfortunately, this scales around the top left of the screen. I've tried setting the anchor on the game.world as well as the pivot to the center of the world or the center of the stage to no avail. Is it possible to achieve what I'm trying to do? Thanks for any thoughts - Nick
-
Hello, Our team is trying to create a camera behavior similar to Super Smash Bros. The camera zooms out when players are far with each other camera zooms in when they are near. Any idea on how I could have a similar camera effect with Phaser? Thank you