How To Use The Camera Verticlly?

Hi!

I am new to Phaser.js and I am trying to learn the camera. I want the camera to go vertically and horizontally. The side to side, I get. How do I allow the player to go up?

Thanks!

:wave:

If you’re already using startFollow() there’s nothing more to do with the camera, you just need to let the player up. If you’re using Arcade Physics then you probably need to adjust world bounds.