[SOLVED] Scene alignment

Hello!
New GDevelop user here!

I have a square taking my entire scene size BUT when I run the game on a bigger screen, the square (the scene itself) is positioned at the left of the viewport. How do I make the scene to load at the center? (The complete scene, not just the square)

On Construct 3 there are some options for the Layouts (Scenes) to fill the entire window viewport and the Layout (Scene) gets loaded at the center of the viewport. I want to have the same behaviour.

Thanks in advance for any help!

Use the anchor behaviour then you can align where in the scene it will be.

Hi!

Well… it is not what I was meaning, but I solved this by putting a hidden object in the middle of the screen and then pointing the camera to it continuously.

:slight_smile: