How to reduce the size of view on a Camera2D ?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By dezekeerjoran
:warning: Old Version Published before Godot 3 was released.

How to reduce the size of view on a camera2D

:bust_in_silhouette: Reply From: avencherus

The viewport must be changed. The setting for the main viewport can be found in Scene>Project Settings>Display and width and height.

If you’re looking to make a sub-viewport. You should use ViewportSprite and assign it a Viewport. Then set that viewport’s size, enable it, and then add the nodes or scenes to it.

thanks you :slight_smile:

dezekeerjoran | 2016-11-05 20:38

You’re welcome. :slight_smile:

avencherus | 2016-11-05 21:27