Hey, I don't think there's a way to do this in the editor (maybe someone else knows?) But you could do it manually using SetViewport. Something like this in the room repeatedly execute function:
Code: ags
The saving in image size may not be worth it though.
SetViewport((player.x - 160), desired y coord);
The saving in image size may not be worth it though.