Center Fullscreen? (Solved)

Hello, I’ve just started work on my first game (using Gdevelop) and a priority for me is getting fullscreen set up. I have it working perfectly, it can be toggled off and on with the same button. However, My game has an intentionally odd aspect ratio. (256x240 resolution).

I would prefer the fullscreen to center the screen, instead, it pushes it to the left of the screen, leaving this awkward grey box on the right side.

Does anybody know how to fix this? Thanks.

You should be able to add an action "center the camera on an object, and you might want to change the grey background to black by right clicking a blank part of the scene and selecting “scene properties”. Hope this helps.

Thank you! I was kinda surprised something so simple actually worked.

I’m glad I could help.