Hey,
I need to place my camera higher so it is not zoomed in as much how can I do this?
Thanks!
In the editor or in the project at runtime?
For the editor, go to the View tab and there are zoom options.
For runtime, add action System -> under Layers & Layout -> Set layout scale
What would I set as my event before the action.
Develop games in your browser. Powerful, performant & highly capable.
Anything really, you can do On Start of Layout -> Set layout scale, this will change the scale immediately when the layout starts.
This is causing my game to be very stretched out! Do you know how I can change the position of the camera
Like move the viewport? You can add actions such as Scroll to object/Scroll to position in events (also under System category). You can also give an object ScrollTo behavior which will automatically make the camera follow this object.