Made menus much nicer to look at

Also added a changeable FOV
This commit is contained in:
2025-05-02 11:28:36 +01:00
parent cc701b5a00
commit 57c0acbab9
5 changed files with 3325 additions and 188 deletions

View File

@@ -30,6 +30,7 @@ public class PortalCamera : MonoBehaviour
// Gets the camera from the component
m_Camera = gameObject.GetComponent<Camera>();
m_Camera.fieldOfView = MainMenu.fov;
// Creates the render texture
RenderTextureDescriptor descriptor = new(Screen.width, Screen.height);