[Solved] Horizontal Camera

Hello!
Is it possible to set the camera to follow the player horizontally only?

In the platformer tutorial it shows how to center the camera, but my player isn’t at the center, and this brakes my narrow background layout.

Here is the example:

How I want it to look
What I get with the default camera center action(note the blank space at the bottom)

Thank you!

Hi! In addition to the “Center the camera on an object” function, there are also functions to center the camera on a specific axis on the object or change the camera position to the values specified by you along the axes (all at once, or separately).
Look under Camera and Layers in the Feature List.
Video tutorial:

1 Like

Excellent, that’s exactly what I needed! Thank you very much! :slight_smile: